Searched refs:getMaskedGather (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeVectorTypes.cpp | 1088 Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoVT, dl, OpsLo, in SplitVecRes_MGATHER() 1092 Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, dl, OpsHi, in SplitVecRes_MGATHER() 1594 SDValue Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoVT, dl, in SplitVecOp_MGATHER() 1604 SDValue Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, dl, in SplitVecOp_MGATHER()
|
| HD | SelectionDAG.cpp | 5247 SelectionDAG::getMaskedGather(SDVTList VTs, EVT VT, SDLoc dl, in getMaskedGather() function in SelectionDAG
|
| HD | DAGCombiner.cpp | 5334 Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoVT, DL, OpsLo, in visitMGATHER() 5338 Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, DL, OpsHi, in visitMGATHER()
|
| HD | SelectionDAGBuilder.cpp | 3254 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAG.h | 882 SDValue getMaskedGather(SDVTList VTs, EVT VT, SDLoc dl,
|