|
LLVM 22.0.0git
|
#include "llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h"
Public Member Functions | |
| ExecInfoTy (const LLT *TypeObjects, size_t NumTypeObjects, const PredicateBitset *FeatureBitsets, const ComplexMatcherMemFn *ComplexPredicates, const CustomRendererFn *CustomRenderers) | |
Public Attributes | |
| const LLT * | TypeObjects |
| const PredicateBitset * | FeatureBitsets |
| const ComplexMatcherMemFn * | ComplexPredicates |
| const CustomRendererFn * | CustomRenderers |
| SmallDenseMap< LLT, unsigned, 64 > | TypeIDMap |
Definition at line 657 of file GIMatchTableExecutor.h.
|
inline |
Definition at line 658 of file GIMatchTableExecutor.h.
References ComplexPredicates, CustomRenderers, FeatureBitsets, I, TypeIDMap, and TypeObjects.
| const ComplexMatcherMemFn* llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::ComplexPredicates |
Definition at line 671 of file GIMatchTableExecutor.h.
Referenced by ExecInfoTy(), and llvm::GIMatchTableExecutor::executeMatchTable().
| const CustomRendererFn* llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::CustomRenderers |
Definition at line 672 of file GIMatchTableExecutor.h.
Referenced by ExecInfoTy(), and llvm::GIMatchTableExecutor::executeMatchTable().
| const PredicateBitset* llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::FeatureBitsets |
Definition at line 670 of file GIMatchTableExecutor.h.
Referenced by ExecInfoTy(), and llvm::GIMatchTableExecutor::executeMatchTable().
| SmallDenseMap<LLT, unsigned, 64> llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::TypeIDMap |
Definition at line 674 of file GIMatchTableExecutor.h.
Referenced by ExecInfoTy(), and llvm::GIMatchTableExecutor::executeMatchTable().
| const LLT* llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::TypeObjects |
Definition at line 669 of file GIMatchTableExecutor.h.
Referenced by ExecInfoTy(), and llvm::GIMatchTableExecutor::executeMatchTable().