HomeSort by relevance Sort by last modified time
    Searched refs:CommOpIdx2 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 728 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex;
729 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) ||
730 MI->getOperand(CommOpIdx2).getReg() != Reg0)
733 TII->commuteInstruction(*MI, false, CommOpIdx1, CommOpIdx2);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2SizeReduction.cpp 591 unsigned CommOpIdx1, CommOpIdx2;
592 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) ||
593 CommOpIdx1 != 1 || MI->getOperand(CommOpIdx2).getReg() != Reg0)

Completed in 159 milliseconds