LLVM 20.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 645 of file GIMatchTableExecutor.h.
|
inline |
const ComplexMatcherMemFn* llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::ComplexPredicates |
Definition at line 659 of file GIMatchTableExecutor.h.
Referenced by llvm::GIMatchTableExecutor::executeMatchTable().
const CustomRendererFn* llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::CustomRenderers |
Definition at line 660 of file GIMatchTableExecutor.h.
Referenced by llvm::GIMatchTableExecutor::executeMatchTable().
const PredicateBitset* llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::FeatureBitsets |
Definition at line 658 of file GIMatchTableExecutor.h.
Referenced by llvm::GIMatchTableExecutor::executeMatchTable().
SmallDenseMap<LLT, unsigned, 64> llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::TypeIDMap |
Definition at line 662 of file GIMatchTableExecutor.h.
Referenced by llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::ExecInfoTy(), and llvm::GIMatchTableExecutor::executeMatchTable().
const LLT* llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::TypeObjects |
Definition at line 657 of file GIMatchTableExecutor.h.
Referenced by llvm::GIMatchTableExecutor::ExecInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::ExecInfoTy(), and llvm::GIMatchTableExecutor::executeMatchTable().