Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp728 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr() local
729 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
730 MI->getOperand(CommOpIdx2).getReg() != Reg0) in ReduceTo2Addr()
733 TII->commuteInstruction(*MI, false, CommOpIdx1, CommOpIdx2); in ReduceTo2Addr()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2SizeReduction.cpp591 unsigned CommOpIdx1, CommOpIdx2; in ReduceTo2Addr() local
592 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
593 CommOpIdx1 != 1 || MI->getOperand(CommOpIdx2).getReg() != Reg0) in ReduceTo2Addr()