Searched refs:getMaskedGather (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2233 Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoMemVT, dl, in SplitVecRes_Gather() 2237 Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiMemVT, dl, in SplitVecRes_Gather() 5520 SDValue Res = DAG.getMaskedGather(DAG.getVTList(WideVT, MVT::Other), in WidenVecRes_MGATHER() 6641 SDValue Res = DAG.getMaskedGather(MG->getVTList(), MG->getMemoryVT(), dl, Ops, in WidenVecOp_MGATHER()
|
| H A D | DAGCombiner.cpp | 7226 SDValue ZExtLoad = DAG.getMaskedGather( in visitAND() 12030 return DAG.getMaskedGather( in visitMGATHER() 12037 return DAG.getMaskedGather( in visitMGATHER() 14567 SDValue ExtLoad = DAG.getMaskedGather( in visitSIGN_EXTEND_INREG()
|
| H A D | LegalizeIntegerTypes.cpp | 902 SDValue Res = DAG.getMaskedGather(DAG.getVTList(NVT, MVT::Other), in PromoteIntRes_MGATHER()
|
| H A D | SelectionDAGBuilder.cpp | 4821 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather()
|
| H A D | SelectionDAG.cpp | 9436 SDValue SelectionDAG::getMaskedGather(SDVTList VTs, EVT MemVT, const SDLoc &dl, in getMaskedGather() function in SelectionDAG
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1568 SDValue getMaskedGather(SDVTList VTs, EVT MemVT, const SDLoc &dl,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 5623 DAG.getMaskedGather(MGT->getVTList(), MemVT, DL, Ops, in LowerMGATHER() 5643 return DAG.getMaskedGather(MGT->getVTList(), MemVT, DL, Ops, in LowerMGATHER() 5685 DAG.getMaskedGather(DAG.getVTList(ContainerVT, MVT::Other), MemVT, DL, in LowerMGATHER() 21737 return DAG.getMaskedGather( in performMaskedGatherScatterCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 15552 return DAG.getMaskedGather( in PerformDAGCombine() 15559 return DAG.getMaskedGather( in PerformDAGCombine() 15632 DAG.getMaskedGather(DAG.getVTList(WideVT, MVT::Other), WideVT, DL, in PerformDAGCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 53308 return DAG.getMaskedGather(Gather->getVTList(), in rebuildGatherScatter()
|