Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2455 Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoMemVT, dl, in SplitVecRes_Gather()
2459 Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiMemVT, dl, in SplitVecRes_Gather()
6297 SDValue Res = DAG.getMaskedGather(DAG.getVTList(WideVT, MVT::Other), in WidenVecRes_MGATHER()
7502 SDValue Res = DAG.getMaskedGather(MG->getVTList(), MG->getMemoryVT(), dl, Ops, in WidenVecOp_MGATHER()
H A DDAGCombiner.cpp7640 SDValue ZExtLoad = DAG.getMaskedGather( in visitAND()
12766 return DAG.getMaskedGather( in visitMGATHER()
12773 return DAG.getMaskedGather( in visitMGATHER()
15731 SDValue ExtLoad = DAG.getMaskedGather( in visitSIGN_EXTEND_INREG()
H A DLegalizeIntegerTypes.cpp1030 SDValue Res = DAG.getMaskedGather(DAG.getVTList(NVT, MVT::Other), in PromoteIntRes_MGATHER()
H A DSelectionDAGBuilder.cpp5119 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather()
H A DSelectionDAG.cpp10270 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 DSelectionDAG.h1655 LLVM_ABI SDValue getMaskedGather(SDVTList VTs, EVT MemVT, const SDLoc &dl,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6501 DAG.getMaskedGather(MGT->getVTList(), MemVT, DL, Ops, in LowerMGATHER()
6521 return DAG.getMaskedGather(MGT->getVTList(), MemVT, DL, Ops, in LowerMGATHER()
6563 DAG.getMaskedGather(DAG.getVTList(ContainerVT, MVT::Other), MemVT, DL, in LowerMGATHER()
24323 return DAG.getMaskedGather( in performMaskedGatherScatterCombine()
29697 SDValue Gather = DAG.getMaskedGather( in LowerVECTOR_HISTOGRAM()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20117 return DAG.getMaskedGather( in PerformDAGCombine()
20124 return DAG.getMaskedGather( in PerformDAGCombine()
20198 DAG.getMaskedGather(DAG.getVTList(WideVT, MVT::Other), WideVT, DL, in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56695 return DAG.getMaskedGather(Gather->getVTList(), in rebuildGatherScatter()