Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorTypes.cpp1088 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()
HDSelectionDAG.cpp5247 SelectionDAG::getMaskedGather(SDVTList VTs, EVT VT, SDLoc dl, in getMaskedGather() function in SelectionDAG
HDDAGCombiner.cpp5334 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()
HDSelectionDAGBuilder.cpp3254 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDSelectionDAG.h882 SDValue getMaskedGather(SDVTList VTs, EVT VT, SDLoc dl,