Searched refs:getStridedLoadVP (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1502 SDValue getStridedLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, 1507 SDValue getStridedLoadVP(EVT VT, const SDLoc &DL, SDValue Chain, SDValue Ptr,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2188 Lo = DAG.getStridedLoadVP( in SplitVecRes_VP_STRIDED_LOAD() 2220 Hi = DAG.getStridedLoadVP(SLD->getAddressingMode(), SLD->getExtensionType(), in SplitVecRes_VP_STRIDED_LOAD() 5771 SDValue Res = DAG.getStridedLoadVP( in WidenVecRes_VP_STRIDED_LOAD()
|
H A D | SelectionDAG.cpp | 9399 SDValue SelectionDAG::getStridedLoadVP( in getStridedLoadVP() function in SelectionDAG 9433 SDValue SelectionDAG::getStridedLoadVP(EVT VT, const SDLoc &DL, SDValue Chain, in getStridedLoadVP() function in SelectionDAG 9439 return getStridedLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, DL, Chain, Ptr, in getStridedLoadVP() 9448 return getStridedLoadVP(ISD::UNINDEXED, ExtType, VT, DL, Chain, Ptr, Undef, in getExtStridedLoadVP()
|
H A D | SelectionDAGBuilder.cpp | 8428 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 | 16275 SDValue StridedLoad = DAG.getStridedLoadVP( in performCONCAT_VECTORSCombine() 17109 DAG.getStridedLoadVP(VT, DL, MGN->getChain(), BasePtr, in PerformDAGCombine()
|