Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h76 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() local
77 switch (MatcherOpcode) { in executeMatchTable()
413 << (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT in executeMatchTable()
415 : MatcherOpcode == GIM_CheckMemorySizeGreaterThanLLT in executeMatchTable()
440 if (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT && in executeMatchTable()
444 } else if (MatcherOpcode == GIM_CheckMemorySizeLessThanLLT && in executeMatchTable()
448 } else if (MatcherOpcode == GIM_CheckMemorySizeGreaterThanLLT && in executeMatchTable()