Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h58 uint64_t CurrentIdx = 0; in executeMatchTable() local
64 dbgs() << CurrentIdx << ": Rejected\n"); in executeMatchTable()
67 CurrentIdx = OnFailResumeAt.pop_back_val(); in executeMatchTable()
69 dbgs() << CurrentIdx << ": Resume at " << CurrentIdx << " (" in executeMatchTable()
75 assert(CurrentIdx != ~0u && "Invalid MatchTable index"); in executeMatchTable()
76 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable()
80 dbgs() << CurrentIdx << ": Begin try-block\n"); 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()
[all …]