Home
last modified time | relevance | path

Searched refs:getMaskedGather (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2067 Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoMemVT, dl, in SplitVecRes_Gather()
2071 Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiMemVT, dl, in SplitVecRes_Gather()
4971 SDValue Res = DAG.getMaskedGather(DAG.getVTList(WideVT, MVT::Other), in WidenVecRes_MGATHER()
5966 SDValue Res = DAG.getMaskedGather(MG->getVTList(), MG->getMemoryVT(), dl, Ops, in WidenVecOp_MGATHER()
H A DDAGCombiner.cpp6386 SDValue ZExtLoad = DAG.getMaskedGather( in visitAND()
10735 return DAG.getMaskedGather( in visitMGATHER()
10742 return DAG.getMaskedGather( in visitMGATHER()
13131 SDValue ExtLoad = DAG.getMaskedGather( in visitSIGN_EXTEND_INREG()
H A DLegalizeIntegerTypes.cpp814 SDValue Res = DAG.getMaskedGather(DAG.getVTList(NVT, MVT::Other), in PromoteIntRes_MGATHER()
H A DSelectionDAG.cpp8710 SDValue SelectionDAG::getMaskedGather(SDVTList VTs, EVT MemVT, const SDLoc &dl, in getMaskedGather() function in SelectionDAG
H A DSelectionDAGBuilder.cpp4568 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1491 SDValue getMaskedGather(SDVTList VTs, EVT MemVT, const SDLoc &dl,
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4941 DAG.getMaskedGather(MGT->getVTList(), MemVT, DL, Ops, in LowerMGATHER()
4961 return DAG.getMaskedGather(MGT->getVTList(), MemVT, DL, Ops, in LowerMGATHER()
5003 DAG.getMaskedGather(DAG.getVTList(ContainerVT, MVT::Other), MemVT, DL, in LowerMGATHER()
17780 return DAG.getMaskedGather( in performMaskedGatherScatterCombine()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9190 return DAG.getMaskedGather( in PerformDAGCombine()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52362 return DAG.getMaskedGather(Gather->getVTList(), in rebuildGatherScatter()