Searched refs:MatchTable (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelectorImpl.h | 53 const int64_t *MatchTable, const TargetInstrInfo &TII, in executeMatchTable() argument 76 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() 81 OnFailResumeAt.push_back(MatchTable[CurrentIdx++]); in executeMatchTable() 86 int64_t NewInsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 87 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 88 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() 126 int64_t ExpectedBitsetID = MatchTable[CurrentIdx++]; in executeMatchTable() 140 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() 141 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() 158 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable() [all …]
|
D | InstructionSelector.h | 464 const int64_t *MatchTable, const TargetInstrInfo &TII,
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelectorImpl.h | 53 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 …]
|
D | InstructionSelector.h | 502 const int64_t *MatchTable, const TargetInstrInfo &TII,
|
/external/llvm-project/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 402 class MatchTable; 479 const MatchTable &Table) const; 487 class MatchTable { class 553 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage); 555 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() function in __anon4852db4a0111::MatchTable 612 MatchTableRecord MatchTable::LineBreak = { 617 const MatchTable &Table) const { in emit() 649 MatchTable &operator<<(MatchTable &Table, const MatchTableRecord &Value) { in operator <<() 665 virtual void emit(MatchTable &Table) = 0; 672 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 611 /// instruction will be presented only in MatchTable for this variant. If
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | Target.td | 623 /// instruction will be presented only in MatchTable for this variant. If
|