Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1603 LLVM_ABI SDValue getStridedLoadVP(
1607 LLVM_ABI SDValue getStridedLoadVP(EVT VT, const SDLoc &DL, SDValue Chain,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2263 Lo = DAG.getStridedLoadVP( in SplitVecRes_VP_STRIDED_LOAD()
2295 Hi = DAG.getStridedLoadVP(SLD->getAddressingMode(), SLD->getExtensionType(), in SplitVecRes_VP_STRIDED_LOAD()
6183 SDValue Res = DAG.getStridedLoadVP( in WidenVecRes_VP_STRIDED_LOAD()
H A DSelectionDAG.cpp9950 SDValue SelectionDAG::getStridedLoadVP( in getStridedLoadVP() function in SelectionDAG
9984 SDValue SelectionDAG::getStridedLoadVP(EVT VT, const SDLoc &DL, SDValue Chain, in getStridedLoadVP() function in SelectionDAG
9990 return getStridedLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, DL, Chain, Ptr, in getStridedLoadVP()
9999 return getStridedLoadVP(ISD::UNINDEXED, ExtType, VT, DL, Chain, Ptr, Undef, in getExtStridedLoadVP()
H A DSelectionDAGBuilder.cpp8582 SDValue LD = DAG.getStridedLoadVP(VT, DL, InChain, OpValues[0], OpValues[1], in visitVPStridedLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17854 SDValue Ret = DAG.getStridedLoadVP( in performVP_REVERSECombine()
19012 SDValue StridedLoad = DAG.getStridedLoadVP( in performCONCAT_VECTORSCombine()
20152 SDValue StridedLoad = DAG.getStridedLoadVP( in PerformDAGCombine()