Searched refs:getMaskedGather (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2380 Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoMemVT, dl, in SplitVecRes_Gather() 2384 Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiMemVT, dl, in SplitVecRes_Gather() 5853 SDValue Res = DAG.getMaskedGather(DAG.getVTList(WideVT, MVT::Other), in WidenVecRes_MGATHER() 7025 SDValue Res = DAG.getMaskedGather(MG->getVTList(), MG->getMemoryVT(), dl, Ops, in WidenVecOp_MGATHER()
|
| H A D | DAGCombiner.cpp | 7217 SDValue ZExtLoad = DAG.getMaskedGather( in visitAND() 12147 return DAG.getMaskedGather( in visitMGATHER() 12154 return DAG.getMaskedGather( in visitMGATHER() 14826 SDValue ExtLoad = DAG.getMaskedGather( in visitSIGN_EXTEND_INREG()
|
| H A D | LegalizeIntegerTypes.cpp | 991 SDValue Res = DAG.getMaskedGather(DAG.getVTList(NVT, MVT::Other), in PromoteIntRes_MGATHER()
|
| H A D | SelectionDAGBuilder.cpp | 5045 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather()
|
| H A D | SelectionDAG.cpp | 9719 SDValue SelectionDAG::getMaskedGather(SDVTList VTs, EVT MemVT, const SDLoc &dl, in getMaskedGather() function in SelectionDAG
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1545 SDValue getMaskedGather(SDVTList VTs, EVT MemVT, const SDLoc &dl,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 6206 DAG.getMaskedGather(MGT->getVTList(), MemVT, DL, Ops, in LowerMGATHER() 6226 return DAG.getMaskedGather(MGT->getVTList(), MemVT, DL, Ops, in LowerMGATHER() 6268 DAG.getMaskedGather(DAG.getVTList(ContainerVT, MVT::Other), MemVT, DL, in LowerMGATHER() 23171 return DAG.getMaskedGather( in performMaskedGatherScatterCombine() 27999 DAG.getMaskedGather(DAG.getVTList(MemVT, MVT::Other), MemVT, DL, Ops, in LowerVECTOR_HISTOGRAM()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 17073 return DAG.getMaskedGather( in PerformDAGCombine() 17080 return DAG.getMaskedGather( in PerformDAGCombine() 17154 DAG.getMaskedGather(DAG.getVTList(WideVT, MVT::Other), WideVT, DL, in PerformDAGCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 54652 return DAG.getMaskedGather(Gather->getVTList(), in rebuildGatherScatter()
|