Lines Matching defs:getLoad
2672 getLoad(Node->getValueType(ResNo), DL, CallChain, ResultPtr, PtrInfo);
2704 SDValue VAListLoad = getLoad(TLI.getPointerTy(getDataLayout()), dl, Tmp1,
2726 return getLoad(VT, dl, Tmp1, VAList, MachinePointerInfo());
2737 getLoad(TLI.getPointerTy(getDataLayout()), dl, Node->getOperand(0),
8410 Value = DAG.getLoad(
9160 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
9184 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
9196 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
9217 return getLoad(AM, ExtType, VT, dl, Chain, Ptr, Offset, MemVT, MMO);
9220 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
9270 SDValue SelectionDAG::getLoad(EVT VT, const SDLoc &dl, SDValue Chain,
9276 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
9280 SDValue SelectionDAG::getLoad(EVT VT, const SDLoc &dl, SDValue Chain,
9283 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
9294 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, PtrInfo,
9302 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef,
9315 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl,