Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp776 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr() local
777 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
778 MI->getOperand(CommOpIdx2).getReg() != Reg0) in ReduceTo2Addr()
781 TII->commuteInstruction(*MI, false, CommOpIdx1, CommOpIdx2); in ReduceTo2Addr()