Searched refs:MatchTable (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.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 | 410 const int64_t *MatchTable, const TargetInstrInfo &TII,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 362 class MatchTable; 440 const MatchTable &Table) const; 448 class MatchTable { class 514 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage); 516 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() function in __anon0c06086d0111::MatchTable 573 MatchTableRecord MatchTable::LineBreak = { 578 const MatchTable &Table) const { in emit() 610 MatchTable &operator<<(MatchTable &Table, const MatchTableRecord &Value) { in operator <<() 626 virtual void emit(MatchTable &Table) = 0; 633 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable() [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 121 std::vector<StringMatcher::StringPair> MatchTable; in EmitFnNameRecognizer() local 129 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result)); in EmitFnNameRecognizer() 141 StringMatcher("NameR", MatchTable, OS).Emit(1); in EmitFnNameRecognizer()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 2866 static const MatchEntry MatchTable[3300] = { 6173 std::equal_range(MatchTable, MatchTable+3300, Mnemonic, LessOpcode()); 6204 std::equal_range(MatchTable, MatchTable+3300, Mnemonic, LessOpcode());
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | Target.td | 567 /// instruction will be presented only in MatchTable for this variant. If
|