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

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
  572   ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode());
  578   BaseReg = N.getOperand(0);
  580   ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1));
  583   ShReg = N.getOperand(1);
  584   if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal))
  587                                   SDLoc(N), MVT::i32);