Searched refs:getGatherVP (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1631 LLVM_ABI SDValue getGatherVP(SDVTList VTs, EVT VT, const SDLoc &dl,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2468 Lo = DAG.getGatherVP(DAG.getVTList(LoVT, MVT::Other), LoMemVT, dl, OpsLo, in SplitVecRes_Gather() 2472 Hi = DAG.getGatherVP(DAG.getVTList(HiVT, MVT::Other), HiMemVT, dl, OpsHi, in SplitVecRes_Gather() 6321 SDValue Res = DAG.getGatherVP(DAG.getVTList(WideVT, MVT::Other), WideMemVT, in WidenVecRes_VP_GATHER()
|
| H A D | SelectionDAGBuilder.cpp | 8492 LD = DAG.getGatherVP( in visitVPGather()
|
| H A D | SelectionDAG.cpp | 10088 SDValue SelectionDAG::getGatherVP(SDVTList VTs, EVT VT, const SDLoc &dl, in getGatherVP() function in SelectionDAG
|
| H A D | DAGCombiner.cpp | 12734 return DAG.getGatherVP( in visitVPGATHER() 12741 return DAG.getGatherVP( in visitVPGATHER()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 20253 return DAG.getGatherVP(N->getVTList(), VPGN->getMemoryVT(), DL, in PerformDAGCombine() 20260 return DAG.getGatherVP(N->getVTList(), VPGN->getMemoryVT(), DL, in PerformDAGCombine()
|