Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h87 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
88 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable()
140 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
158 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
185 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
186 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable()
229 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
242 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
377 uint64_t Size = MatchTable[CurrentIdx++]; in executeMatchTable()
408 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable()
[all …]
H A DInstructionSelector.h410 const int64_t *MatchTable, const TargetInstrInfo &TII,
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp365 class MatchTable;
451 class MatchTable { class
636 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable()
1206 << MatchTable::Comment("Op") << MatchTable::IntValue(OpIdx) in emitPredicateOpcodes()
1293 << MatchTable::IntValue(OpIdx) << MatchTable::LineBreak; in emitPredicateOpcodes()
1321 << MatchTable::IntValue(Value) << MatchTable::LineBreak; in emitPredicateOpcodes()
1350 << MatchTable::IntValue(Value) << MatchTable::LineBreak; in emitPredicateOpcodes()
1746 Table << MatchTable::Opcode(Opcode) << MatchTable::Comment("MI") in emitPredicateOpcodes()
2397 << MatchTable::IntValue(Imm) << MatchTable::LineBreak; in emitRenderOpcodes()
2499 Table << MatchTable::Comment(S) << MatchTable::LineBreak; in emitActionOpcodes()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td569 /// instruction will be presented only in MatchTable for this variant. If