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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 2380   SDLoc DL(Op);
 2381   unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue();
 2382   unsigned Locality = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue();
 2383   unsigned IsData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();
 2401   return DAG.getNode(AArch64ISD::PREFETCH, DL, MVT::Other, Op.getOperand(0),
 2402                      DAG.getConstant(PrfOp, DL, MVT::i32), Op.getOperand(1));