H A D | SelectionDAG.cpp | 9146 SDValue SelectionDAG::getLoadVP( in getLoadVP() function in SelectionDAG 9165 return getLoadVP(AM, ExtType, VT, dl, Chain, Ptr, Offset, Mask, EVL, MemVT, in getLoadVP() 9169 SDValue SelectionDAG::getLoadVP(ISD::MemIndexedMode AM, in getLoadVP() function in SelectionDAG 9204 SDValue SelectionDAG::getLoadVP(EVT VT, const SDLoc &dl, SDValue Chain, in getLoadVP() function in SelectionDAG 9212 return getLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoadVP() 9217 SDValue SelectionDAG::getLoadVP(EVT VT, const SDLoc &dl, SDValue Chain, in getLoadVP() function in SelectionDAG 9221 return getLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoadVP() 9233 return getLoadVP(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, Mask, in getExtLoadVP() 9243 return getLoadVP(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, Mask, in getExtLoadVP() 9256 return getLoadVP(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoadVP()
|