Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getLoad

3756     Value = DAG.getLoad(VT, dl, Chain,
4331 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4351 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4363 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
4392 return getLoad(AM, ExtType, VT, dl, Chain, Ptr, Offset, MemVT, MMO);
4396 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
4443 SDValue SelectionDAG::getLoad(EVT VT, DebugLoc dl,
4451 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
4462 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef,
4474 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl,