Searched refs:MatchTable (Results 1 – 4 of 4) sorted by relevance
53 const int64_t *MatchTable, const TargetInstrInfo &TII, in executeMatchTable() argument94 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable()99 OnFailResumeAt.push_back(MatchTable[CurrentIdx++]); in executeMatchTable()104 int64_t NewInsnID = MatchTable[CurrentIdx++]; in executeMatchTable()105 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()106 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable()144 int64_t ExpectedBitsetID = MatchTable[CurrentIdx++]; in executeMatchTable()159 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()160 int64_t Expected0 = MatchTable[CurrentIdx++]; in executeMatchTable()163 Expected1 = MatchTable[CurrentIdx++]; in executeMatchTable()[all …]
524 const int64_t *MatchTable, const TargetInstrInfo &TII,
402 class MatchTable;478 const MatchTable &Table) const;486 class MatchTable { class552 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);554 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() function in __anon332dbd1e0111::MatchTable611 MatchTableRecord MatchTable::LineBreak = {616 const MatchTable &Table) const { in emit()648 MatchTable &operator<<(MatchTable &Table, const MatchTableRecord &Value) { in operator <<()664 virtual void emit(MatchTable &Table) = 0;671 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable()[all …]
628 /// instruction will be presented only in MatchTable for this variant. If