Searched refs:getStridedLoadVP (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1603 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 D | LegalizeVectorTypes.cpp | 2263 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 D | SelectionDAG.cpp | 9950 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 D | SelectionDAGBuilder.cpp | 8582 SDValue LD = DAG.getStridedLoadVP(VT, DL, InChain, OpValues[0], OpValues[1], in visitVPStridedLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 17854 SDValue Ret = DAG.getStridedLoadVP( in performVP_REVERSECombine() 19012 SDValue StridedLoad = DAG.getStridedLoadVP( in performCONCAT_VECTORSCombine() 20152 SDValue StridedLoad = DAG.getStridedLoadVP( in PerformDAGCombine()
|