|
LLVM 23.0.0git
|
#include "llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h"
Public Member Functions | |
| LLVM_ABI | MatcherState (unsigned MaxRenderers) |
Public Attributes | |
| std::vector< ComplexRendererFns::value_type > | Renderers |
| RecordedMIVector | MIs |
| DenseMap< unsigned, Register > | TempRegisters |
| std::array< const MachineOperand *, 3 > | RecordedOperands |
| Named operands that predicate with 'let PredicateCodeUsesOperands = 1' referenced in its argument list. | |
| SmallVector< LLT, 4 > | RecordedTypes |
| Types extracted from an instruction's operand. | |
Definition at line 637 of file GIMatchTableExecutor.h.
| GIMatchTableExecutor::MatcherState::MatcherState | ( | unsigned | MaxRenderers | ) |
Definition at line 24 of file GIMatchTableExecutor.cpp.
References Renderers.
| RecordedMIVector llvm::GIMatchTableExecutor::MatcherState::MIs |
Definition at line 639 of file GIMatchTableExecutor.h.
| std::array<const MachineOperand *, 3> llvm::GIMatchTableExecutor::MatcherState::RecordedOperands |
Named operands that predicate with 'let PredicateCodeUsesOperands = 1' referenced in its argument list.
Operands are inserted at index set by emitter, it corresponds to the order in which names appear in argument list. Currently such predicates don't have more then 3 arguments.
Definition at line 645 of file GIMatchTableExecutor.h.
| SmallVector<LLT, 4> llvm::GIMatchTableExecutor::MatcherState::RecordedTypes |
Types extracted from an instruction's operand.
Whenever a type index is negative, we look here instead.
Definition at line 649 of file GIMatchTableExecutor.h.
| std::vector<ComplexRendererFns::value_type> llvm::GIMatchTableExecutor::MatcherState::Renderers |
Definition at line 638 of file GIMatchTableExecutor.h.
Referenced by MatcherState().
Definition at line 640 of file GIMatchTableExecutor.h.