Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getLoad

3776     Value = DAG.getLoad(VT, dl, Chain,
4356 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4376 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4388 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
4417 return getLoad(AM, ExtType, VT, dl, Chain, Ptr, Offset, MemVT, MMO);
4421 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
4468 SDValue SelectionDAG::getLoad(EVT VT, SDLoc dl,
4476 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
4487 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef,
4499 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl,