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

References

lib/Target/ARM/ARMISelLowering.cpp
 3797     return Op.getOperand(0);
 3799   SDLoc dl(Op);
 3800   unsigned isRead = ~cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue() & 1;
 3804     return Op.getOperand(0);
 3806   unsigned isData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();
 3813   return DAG.getNode(ARMISD::PRELOAD, dl, MVT::Other, Op.getOperand(0),
 3814                      Op.getOperand(1), DAG.getConstant(isRead, dl, MVT::i32),