Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h54 const int64_t *MatchTable, const TargetInstrInfo &TII, in executeMatchTable() argument
95 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 …]
H A DInstructionSelector.h529 const int64_t *MatchTable, const TargetInstrInfo &TII,
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp418 class MatchTable;
494 const MatchTable &Table) const;
502 class MatchTable { class
569 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
571 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() function in __anon8aabd5ea0111::MatchTable
628 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 …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTarget.td657 /// instruction will be presented only in MatchTable for this variant. If