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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp768 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; local
769 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) ||
770 MI->getOperand(CommOpIdx2).getReg() != Reg0)
773 TII->commuteInstruction(*MI, false, CommOpIdx1, CommOpIdx2);

Completed in 57 milliseconds