Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/TableGen/
H A DGlobalISelEmitter-immAllZeroOne.td15 // GISEL-OPT: GIM_CheckOpcodeIsEither, /*MI*/1, TargetOpcode::G_BUILD_VECTOR, TargetOpcode::G_BUILD…
20 // GISEL-OPT: GIM_CheckOpcodeIsEither, /*MI*/1, TargetOpcode::G_BUILD_VECTOR, TargetOpcode::G_BUILD…
29 // GISEL-NOOPT-NEXT: GIM_CheckOpcodeIsEither, /*MI*/1, TargetOpcode::G_BUILD_VECTOR, TargetOpcode::…
44 // GISEL-NOOPT-NEXT: GIM_CheckOpcodeIsEither, /*MI*/1, TargetOpcode::G_BUILD_VECTOR, TargetOpcode::…
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h126 GIM_CheckOpcodeIsEither, enumerator
H A DInstructionSelectorImpl.h159 case GIM_CheckOpcodeIsEither: { in executeMatchTable()
163 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()
172 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()