Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h105 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
106 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable()
159 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
163 Expected1 = MatchTable[CurrentIdx++]; in executeMatchTable()
183 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
210 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
211 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable()
254 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
268 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
943 SubReg = MatchTable[CurrentIdx++]; in executeMatchTable()
[all …]
H A DInstructionSelector.h524 const int64_t *MatchTable, const TargetInstrInfo &TII,
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp415 class MatchTable;
499 class MatchTable { class
684 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable()
1441 << MatchTable::IntValue(OpIdx) << MatchTable::LineBreak; in emitPredicateOpcodes()
1458 << MatchTable::IntValue(OpIdx) << MatchTable::LineBreak; in emitPredicateOpcodes()
1486 << MatchTable::IntValue(Value) << MatchTable::LineBreak; in emitPredicateOpcodes()
1515 << MatchTable::IntValue(Value) << MatchTable::LineBreak; in emitPredicateOpcodes()
2022 Table << MatchTable::Opcode(Opcode) << MatchTable::Comment("MI") in emitPredicateOpcodes()
2881 << MatchTable::IntValue(Imm) << MatchTable::LineBreak; in emitRenderOpcodes()
3037 Table << MatchTable::Comment(S) << MatchTable::LineBreak; in emitActionOpcodes()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td628 /// instruction will be presented only in MatchTable for this variant. If