reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/ARM/ARMISelDAGToDAG.cpp
   81   bool isShifterOpProfitable(const SDValue &Shift,

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
  584   if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal))
  707       if (isShifterOpProfitable(Offset, ShOpcVal, ShAmt))
  729         if (isShifterOpProfitable(N.getOperand(0), ShOpcVal, ShAmt)) {
  781       if (isShifterOpProfitable(N, ShOpcVal, ShAmt))
 1402       if (ShAmt < 4 && isShifterOpProfitable(OffReg, ShOpcVal, ShAmt))