Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h94 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() local
95 switch (MatcherOpcode) { in executeMatchTable()
162 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()
171 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()
269 int64_t OpIdx = MatcherOpcode == GIM_CheckImmOperandPredicate in executeMatchTable()
351 if (MatcherOpcode == GIM_CheckIsBuildVectorAllOnes) { in executeMatchTable()
536 << (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT in executeMatchTable()
538 : MatcherOpcode == GIM_CheckMemorySizeGreaterThanLLT in executeMatchTable()
563 if (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT && in executeMatchTable()
567 } else if (MatcherOpcode == GIM_CheckMemorySizeLessThanLLT && in executeMatchTable()
[all …]