Searched refs:MatchTable (Results 1 – 4 of 4) sorted by relevance
87 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 …]
410 const int64_t *MatchTable, const TargetInstrInfo &TII,
365 class MatchTable;451 class MatchTable { class636 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 …]
569 /// instruction will be presented only in MatchTable for this variant. If