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

Public Member Functions | |
| MatcherState (unsigned MaxRenderers) | |
Public Attributes | |
| std::vector< ComplexRendererFns::value_type > | Renderers |
| RecordedMIVector | MIs |
| DenseMap< unsigned, unsigned > | TempRegisters |
Definition at line 367 of file InstructionSelector.h.
| InstructionSelector::MatcherState::MatcherState | ( | unsigned | MaxRenderers | ) |
Definition at line 32 of file InstructionSelector.cpp.
References llvm::InstructionSelector::InstructionSelector().
| RecordedMIVector llvm::InstructionSelector::MatcherState::MIs |
Definition at line 369 of file InstructionSelector.h.
Referenced by llvm::InstructionSelector::executeMatchTable().
| std::vector<ComplexRendererFns::value_type> llvm::InstructionSelector::MatcherState::Renderers |
Definition at line 368 of file InstructionSelector.h.
Referenced by llvm::InstructionSelector::executeMatchTable().
Definition at line 370 of file InstructionSelector.h.
Referenced by llvm::InstructionSelector::executeMatchTable().
1.8.13