![]() |
P4C
The P4 Compiler
|
Public Member Functions | |
| CRC32ChecksumAlgorithmPNA (const EBPF::EBPFProgram *program, cstring name) | |
Public Member Functions inherited from TC::CRCChecksumAlgorithmPNA | |
| CRCChecksumAlgorithmPNA (const EBPF::EBPFProgram *program, cstring name, int width) | |
Public Member Functions inherited from EBPF::CRCChecksumAlgorithm | |
| CRCChecksumAlgorithm (const EBPFProgram *program, cstring name, int width) | |
| void | emitAddData (CodeBuilder *builder, const ArgumentsList &arguments) override |
| void | emitClear (CodeBuilder *builder) override |
| void | emitGet (CodeBuilder *builder) override |
| void | emitGetInternalState (CodeBuilder *builder) override |
| void | emitSetInternalState (CodeBuilder *builder, const IR::MethodCallExpression *expr) override |
| void | emitSubtractData (CodeBuilder *builder, const ArgumentsList &arguments) override |
| void | emitVariables (CodeBuilder *builder, const IR::Declaration_Instance *decl) override |
| unsigned | getOutputWidth () const override |
Public Member Functions inherited from EBPF::EBPFHashAlgorithmPSA | |
| EBPFHashAlgorithmPSA (const EBPFProgram *program, cstring name) | |
| virtual void | emitAddData (CodeBuilder *builder, int dataPos, const IR::MethodCallExpression *expr) |
| virtual void | emitSubtractData (CodeBuilder *builder, int dataPos, const IR::MethodCallExpression *expr) |
| void | setVisitor (Visitor *instance) |
Public Member Functions inherited from EBPF::EBPFObject | |
| DECLARE_TYPEINFO (EBPFObject) | |
Public Member Functions inherited from ICastable | |
| template<typename T > | |
| T & | as () |
| Tries to convert the class to type T. A BUG occurs if the cast fails. | |
| template<typename T > | |
| const T & | as () const |
| Tries to convert the class to type T. A BUG occurs if the cast fails. | |
| template<typename T > | |
| T * | checkedTo () |
| Performs a checked cast. A BUG occurs if the cast fails. | |
| template<typename T > | |
| const T * | checkedTo () const |
| Performs a checked cast. A BUG occurs if the cast fails. | |
Public Member Functions inherited from RTTI::Base | |
| template<typename T > | |
| bool | is () const noexcept |
| virtual bool | isA (TypeId typeId) const noexcept=0 |
| template<typename T > | |
| const T * | to () const noexcept |
Same as to, but returns const pointer to T. | |
| template<typename T > | |
| T * | to () noexcept |
| virtual TypeId | typeId () const noexcept=0 |
Static Public Member Functions | |
| static void | emitGlobals (EBPF::CodeBuilder *builder) |
Static Public Member Functions inherited from TC::CRCChecksumAlgorithmPNA | |
| static void | emitUpdateMethod (EBPF::CodeBuilder *builder, int crcWidth) |
Static Public Member Functions inherited from EBPF::CRCChecksumAlgorithm | |
| static void | emitUpdateMethod (CodeBuilder *builder, int crcWidth) |
Static Public Member Functions inherited from EBPF::EBPFObject | |
| static cstring | externalName (const IR::IDeclaration *declaration) |
| static cstring | getSpecializedTypeName (const IR::Declaration_Instance *di) |
| static cstring | getTypeName (const IR::Declaration_Instance *di) |
Additional Inherited Members | |
Public Types inherited from EBPF::EBPFHashAlgorithmPSA | |
| typedef std::vector< const IR::Expression * > | ArgumentsList |
| enum | HashAlgorithm { IDENTITY , CRC32 , CRC32_CUSTOM , CRC16 , CRC16_CUSTOM , ONES_COMPLEMENT16 , TARGET_DEFAULT } |
Protected Member Functions inherited from EBPF::EBPFHashAlgorithmPSA | |
| ArgumentsList | unpackArguments (const IR::MethodCallExpression *expr, int dataPos) |
Protected Member Functions inherited from RTTI::Base | |
| virtual const void * | toImpl (TypeId typeId) const noexcept=0 |
Protected Attributes inherited from EBPF::CRCChecksumAlgorithm | |
| const int | crcWidth |
| cstring | finalizeMethod |
| cstring | initialValue |
| cstring | polynomial |
| cstring | registerVar |
| cstring | updateMethod |
Protected Attributes inherited from EBPF::EBPFHashAlgorithmPSA | |
| cstring | baseName |
| const EBPFProgram * | program |
| Visitor * | visitor |