|
LLVM
8.0.1
|
#include "llvm/CodeGen/GlobalISel/InstructionSelector.h"

Public Member Functions | |
| ISelInfoTy (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 378 of file InstructionSelector.h.
|
inline |
Definition at line 379 of file InstructionSelector.h.
References I.
| const ComplexMatcherMemFn* llvm::InstructionSelector::ISelInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::ComplexPredicates |
Definition at line 393 of file InstructionSelector.h.
Referenced by llvm::InstructionSelector::executeMatchTable().
| const CustomRendererFn* llvm::InstructionSelector::ISelInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::CustomRenderers |
Definition at line 394 of file InstructionSelector.h.
Referenced by llvm::InstructionSelector::executeMatchTable().
| const PredicateBitset* llvm::InstructionSelector::ISelInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::FeatureBitsets |
Definition at line 392 of file InstructionSelector.h.
Referenced by llvm::InstructionSelector::executeMatchTable().
| SmallDenseMap<LLT, unsigned, 64> llvm::InstructionSelector::ISelInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::TypeIDMap |
Definition at line 396 of file InstructionSelector.h.
Referenced by llvm::InstructionSelector::executeMatchTable().
| const LLT* llvm::InstructionSelector::ISelInfoTy< PredicateBitset, ComplexMatcherMemFn, CustomRendererFn >::TypeObjects |
Definition at line 391 of file InstructionSelector.h.
Referenced by llvm::InstructionSelector::executeMatchTable().
1.8.13