Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h53 const int64_t *MatchTable, const TargetInstrInfo &TII, in executeMatchTable() argument
94 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 …]
H A DInstructionSelector.h524 const int64_t *MatchTable, const TargetInstrInfo &TII,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp402 class MatchTable;
478 const MatchTable &Table) const;
486 class MatchTable { class
552 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
554 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() function in __anon332dbd1e0111::MatchTable
611 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td628 /// instruction will be presented only in MatchTable for this variant. If