Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h95 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable() local
96 switch (MatcherOpcode) { in executeMatchTable()
163 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()
172 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()
270 int64_t OpIdx = MatcherOpcode == GIM_CheckImmOperandPredicate in executeMatchTable()
352 if (MatcherOpcode == GIM_CheckIsBuildVectorAllOnes) { in executeMatchTable()
556 << (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT in executeMatchTable()
558 : MatcherOpcode == GIM_CheckMemorySizeGreaterThanLLT in executeMatchTable()
583 if (MatcherOpcode == GIM_CheckMemorySizeEqualToLLT && in executeMatchTable()
587 } else if (MatcherOpcode == GIM_CheckMemorySizeLessThanLLT && in executeMatchTable()
[all …]