Searched refs:getMaskedScatter (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1326 SDValue getMaskedScatter(SDVTList VTs, EVT MemVT, const SDLoc &dl,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2703 Lo = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), LoMemVT, in SplitVecOp_MSCATTER() 2711 return DAG.getMaskedScatter(DAG.getVTList(MVT::Other), HiMemVT, in SplitVecOp_MSCATTER() 4998 return DAG.getMaskedScatter(DAG.getVTList(MVT::Other), WideMemVT, SDLoc(N), in WidenVecOp_MSCATTER()
|
| H A D | LegalizeIntegerTypes.cpp | 1928 return DAG.getMaskedScatter(DAG.getVTList(MVT::Other), N->getMemoryVT(), in PromoteIntOp_MSCATTER()
|
| H A D | SelectionDAG.cpp | 7761 SDValue SelectionDAG::getMaskedScatter(SDVTList VTs, EVT MemVT, const SDLoc &dl, in getMaskedScatter() function in SelectionDAG
|
| H A D | DAGCombiner.cpp | 9766 return DAG.getMaskedScatter( in visitMSCATTER() 9773 return DAG.getMaskedScatter( in visitMSCATTER()
|
| H A D | SelectionDAGBuilder.cpp | 4446 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 6282 return DAG.getMaskedScatter( in PerformDAGCombine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 48921 return DAG.getMaskedScatter(Scatter->getVTList(), in rebuildGatherScatter()
|