Searched refs:GIM_CheckOpcodeIsEither (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | GlobalISelEmitter-immAllZeroOne.td | 15 // 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 D | InstructionSelector.h | 126 GIM_CheckOpcodeIsEither, enumerator
|
| H A D | InstructionSelectorImpl.h | 159 case GIM_CheckOpcodeIsEither: { in executeMatchTable() 163 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable() 172 if (MatcherOpcode == GIM_CheckOpcodeIsEither) in executeMatchTable()
|