Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/TableGen/
H A DGlobalISelEmitterMatchTableOptimizerSameOperand.td9 // 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 DGlobalISelEmitterMatchTableOptimizerSameOperand-invalid.td16 // CHECK-NEXT: GIM_CheckIsSameOperand, /*MI*/0, /*OpIdx*/3, /*OtherMI*/2, /*OtherOpIdx*/2,
H A DGlobalISelEmitter.td1046 // NOOPT-NEXT: GIM_CheckIsSameOperand, /*MI*/0, /*OpIdx*/2, /*OtherMI*/0, /*OtherOpIdx*/1,
/llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/
H A Dselect-blsi.mir9 # GIM_CheckIsSameOperand.
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h269 GIM_CheckIsSameOperand, enumerator
H A DInstructionSelectorImpl.h819 case GIM_CheckIsSameOperand: { in executeMatchTable()