reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
920 if (!CurDAG->isBaseWithConstantOffset(N)) { 921 Base = N; 922 if (N.getOpcode() == ISD::FrameIndex) { 923 int FI = cast<FrameIndexSDNode>(N)->getIndex(); 926 } else if (N.getOpcode() == ARMISD::Wrapper && 927 N.getOperand(0).getOpcode() != ISD::TargetGlobalAddress && 928 N.getOperand(0).getOpcode() != ISD::TargetExternalSymbol && 929 N.getOperand(0).getOpcode() != ISD::TargetGlobalTLSAddress) { 930 Base = N.getOperand(0); 933 SDLoc(N), MVT::i32); 941 if (isScaledConstantInRange(N.getOperand(1), Scale, -255, 256, RHSC)) { 942 Base = N.getOperand(0); 957 SDLoc(N), MVT::i32); 960 SDLoc(N), MVT::i32); 965 Base = N; 969 SDLoc(N), MVT::i32); 972 SDLoc(N), MVT::i32);