Searched refs:GIM_CheckIsSameOperand (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | GlobalISelEmitterMatchTableOptimizerSameOperand.td | 9 // Make sure the GIM_CheckIsSameOperand check is not hoisted into the common header group 13 // CHECK-NOT: GIM_CheckIsSameOperand 15 // CHECK: GIM_CheckIsSameOperand, /*MI*/0, /*OpIdx*/3, /*OtherMI*/2, /*OtherOpIdx*/1, 18 // CHECK: GIM_CheckIsSameOperand, /*MI*/0, /*OpIdx*/3, /*OtherMI*/2, /*OtherOpIdx*/2,
|
| H A D | GlobalISelEmitterMatchTableOptimizerSameOperand-invalid.td | 16 // CHECK-NEXT: GIM_CheckIsSameOperand, /*MI*/0, /*OpIdx*/3, /*OtherMI*/2, /*OtherOpIdx*/2,
|
| H A D | GlobalISelEmitter.td | 1046 // NOOPT-NEXT: GIM_CheckIsSameOperand, /*MI*/0, /*OpIdx*/2, /*OtherMI*/0, /*OtherOpIdx*/1,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/ |
| H A D | select-blsi.mir | 9 # GIM_CheckIsSameOperand.
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelector.h | 269 GIM_CheckIsSameOperand, enumerator
|
| H A D | InstructionSelectorImpl.h | 819 case GIM_CheckIsSameOperand: { in executeMatchTable()
|