Home
last modified time | relevance | path

Searched refs:MatcherOpcode (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.h76 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() local
77 switch (MatcherOpcode) { in executeMatchTable()
476 << (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT in executeMatchTable()
478 : MatcherOpcode == GIM_CheckMemorySizeGreaterThanLLT in executeMatchTable()
503 if (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT && in executeMatchTable()
507 } else if (MatcherOpcode == GIM_CheckMemorySizeLessThanLLT && in executeMatchTable()
511 } else if (MatcherOpcode == GIM_CheckMemorySizeGreaterThanLLT && in executeMatchTable()