Home
last modified time | relevance | path

Searched refs:getStridedLoadVP (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1477 SDValue getStridedLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
1485 inline SDValue getStridedLoadVP(
1494 return getStridedLoadVP(AM, ExtType, VT, DL, Chain, Ptr, Offset, Stride,
1499 SDValue getStridedLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
1504 SDValue getStridedLoadVP(EVT VT, const SDLoc &DL, SDValue Chain, SDValue Ptr,
1511 SDValue getStridedLoadVP(EVT VT, const SDLoc &DL, SDValue Chain, SDValue Ptr,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9001 SDValue SelectionDAG::getStridedLoadVP( in getStridedLoadVP() function in SelectionDAG
9020 return getStridedLoadVP(AM, ExtType, VT, DL, Chain, Ptr, Offset, Stride, Mask, in getStridedLoadVP()
9024 SDValue SelectionDAG::getStridedLoadVP( in getStridedLoadVP() function in SelectionDAG
9058 SDValue SelectionDAG::getStridedLoadVP( in getStridedLoadVP() function in SelectionDAG
9064 return getStridedLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, DL, Chain, Ptr, in getStridedLoadVP()
9069 SDValue SelectionDAG::getStridedLoadVP(EVT VT, const SDLoc &DL, SDValue Chain, in getStridedLoadVP() function in SelectionDAG
9075 return getStridedLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, DL, Chain, Ptr, in getStridedLoadVP()
9086 return getStridedLoadVP(ISD::UNINDEXED, ExtType, VT, DL, Chain, Ptr, Undef, in getExtStridedLoadVP()
9096 return getStridedLoadVP(ISD::UNINDEXED, ExtType, VT, DL, Chain, Ptr, Undef, in getExtStridedLoadVP()
9110 return getStridedLoadVP( in getIndexedStridedLoadVP()
H A DLegalizeVectorTypes.cpp2042 Lo = DAG.getStridedLoadVP( in SplitVecRes_VP_STRIDED_LOAD()
2074 Hi = DAG.getStridedLoadVP(SLD->getAddressingMode(), SLD->getExtensionType(), in SplitVecRes_VP_STRIDED_LOAD()
5455 SDValue Res = DAG.getStridedLoadVP( in WidenVecRes_VP_STRIDED_LOAD()
H A DSelectionDAGBuilder.cpp8014 SDValue LD = DAG.getStridedLoadVP(VT, DL, InChain, OpValues[0], OpValues[1], in visitVPStridedLoad()