Lines Matching refs:getLoad
2114 SDValue VAListLoad = getLoad(TLI.getPointerTy(getDataLayout()), dl, Tmp1, in expandVAArg()
2136 return getLoad(VT, dl, Tmp1, VAList, MachinePointerInfo()); in expandVAArg()
2147 getLoad(TLI.getPointerTy(getDataLayout()), dl, Node->getOperand(0), in expandVACopy()
6657 Value = DAG.getLoad( in getMemmoveLoadsAndStores()
7353 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad() function in SelectionDAG
7374 return getLoad(AM, ExtType, VT, dl, Chain, Ptr, Offset, MemVT, MMO); in getLoad()
7377 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad() function in SelectionDAG
7426 SDValue SelectionDAG::getLoad(EVT VT, const SDLoc &dl, SDValue Chain, in getLoad() function in SelectionDAG
7432 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
7436 SDValue SelectionDAG::getLoad(EVT VT, const SDLoc &dl, SDValue Chain, in getLoad() function in SelectionDAG
7439 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
7450 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, PtrInfo, in getExtLoad()
7458 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, in getExtLoad()
7471 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoad()