Searched refs:getMaskedGather (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2067 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 D | DAGCombiner.cpp | 6386 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 D | LegalizeIntegerTypes.cpp | 814 SDValue Res = DAG.getMaskedGather(DAG.getVTList(NVT, MVT::Other), in PromoteIntRes_MGATHER()
|
| H A D | SelectionDAG.cpp | 8710 SDValue SelectionDAG::getMaskedGather(SDVTList VTs, EVT MemVT, const SDLoc &dl, in getMaskedGather() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 4568 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1491 SDValue getMaskedGather(SDVTList VTs, EVT MemVT, const SDLoc &dl,
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 4941 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 D | RISCVISelLowering.cpp | 9190 return DAG.getMaskedGather( in PerformDAGCombine()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 52362 return DAG.getMaskedGather(Gather->getVTList(), in rebuildGatherScatter()
|