Lines Matching defs:getLoad
2423 SDValue VAListLoad = getLoad(TLI.getPointerTy(getDataLayout()), dl, Tmp1,
2445 return getLoad(VT, dl, Tmp1, VAList, MachinePointerInfo());
2456 getLoad(TLI.getPointerTy(getDataLayout()), dl, Node->getOperand(0),
8085 Value = DAG.getLoad(
8839 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
8863 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
8875 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
8896 return getLoad(AM, ExtType, VT, dl, Chain, Ptr, Offset, MemVT, MMO);
8899 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
8949 SDValue SelectionDAG::getLoad(EVT VT, const SDLoc &dl, SDValue Chain,
8955 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
8959 SDValue SelectionDAG::getLoad(EVT VT, const SDLoc &dl, SDValue Chain,
8962 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
8973 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, PtrInfo,
8981 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef,
8994 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl,