Home
last modified time | relevance | path

Searched refs:MatchTable (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h106 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
107 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable()
160 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
164 Expected1 = MatchTable[CurrentIdx++]; in executeMatchTable()
184 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
211 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
212 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable()
255 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
269 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
963 SubReg = MatchTable[CurrentIdx++]; in executeMatchTable()
[all …]
H A DInstructionSelector.h529 const int64_t *MatchTable, const TargetInstrInfo &TII,
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp418 class MatchTable;
502 class MatchTable { class
686 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable()
1445 << MatchTable::IntValue(OpIdx) << MatchTable::LineBreak; in emitPredicateOpcodes()
1462 << MatchTable::IntValue(OpIdx) << MatchTable::LineBreak; in emitPredicateOpcodes()
1490 << MatchTable::IntValue(Value) << MatchTable::LineBreak; in emitPredicateOpcodes()
1519 << MatchTable::IntValue(Value) << MatchTable::LineBreak; in emitPredicateOpcodes()
2026 Table << MatchTable::Opcode(Opcode) << MatchTable::Comment("MI") in emitPredicateOpcodes()
2908 << MatchTable::IntValue(Imm) << MatchTable::LineBreak; in emitRenderOpcodes()
3064 Table << MatchTable::Comment(S) << MatchTable::LineBreak; in emitActionOpcodes()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td644 /// instruction will be presented only in MatchTable for this variant. If