Searched refs:CommuteOpIdx2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h191 /// The arguments 'CommuteOpIdx1' and 'CommuteOpIdx2' specify the operands
200 unsigned CommuteOpIdx2) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h533 /// The arguments 'CommuteOpIdx1' and 'CommuteOpIdx2' specify the operands
542 unsigned CommuteOpIdx2) const override;
H A DX86InstrInfo.cpp4942 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; local
4943 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) {
4947 Register Reg2 = MI.getOperand(CommuteOpIdx2).getReg();
4951 0 == MI.getDesc().getOperandConstraint(CommuteOpIdx2, MCOI::TIED_TO);
4960 commuteInstruction(MI, false, CommuteOpIdx1, CommuteOpIdx2);
4972 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt,
4979 commuteInstruction(MI, false, CommuteOpIdx1, CommuteOpIdx2);

Completed in 138 milliseconds