Searched refs:MatchTable (Results 1 – 4 of 4) sorted by relevance
54 const int64_t *MatchTable, const TargetInstrInfo &TII, in executeMatchTable() argument95 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable()100 OnFailResumeAt.push_back(MatchTable[CurrentIdx++]); in executeMatchTable()105 int64_t NewInsnID = MatchTable[CurrentIdx++]; in executeMatchTable()106 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()107 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable()145 int64_t ExpectedBitsetID = MatchTable[CurrentIdx++]; in executeMatchTable()160 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()161 int64_t Expected0 = MatchTable[CurrentIdx++]; in executeMatchTable()164 Expected1 = MatchTable[CurrentIdx++]; in executeMatchTable()[all …]
529 const int64_t *MatchTable, const TargetInstrInfo &TII,
418 class MatchTable;494 const MatchTable &Table) const;502 class MatchTable { class569 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);571 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() function in __anon8aabd5ea0111::MatchTable628 MatchTableRecord MatchTable::LineBreak = {633 const MatchTable &Table) const { in emit()665 MatchTable &operator<<(MatchTable &Table, const MatchTableRecord &Value) { in operator <<()680 virtual void emit(MatchTable &Table) = 0;687 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable()[all …]
657 /// instruction will be presented only in MatchTable for this variant. If