Searched refs:getMaskedGather (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1196 Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoVT, dl, OpsLo, in SplitVecRes_MGATHER() 1200 Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, dl, OpsHi, in SplitVecRes_MGATHER() 1711 SDValue Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoVT, dl, in SplitVecOp_MGATHER() 1721 SDValue Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, dl, in SplitVecOp_MGATHER() 2920 SDValue Res = DAG.getMaskedGather(DAG.getVTList(WideVT, MVT::Other), in WidenVecRes_MGATHER()
|
D | LegalizeIntegerTypes.cpp | 513 SDValue Res = DAG.getMaskedGather(DAG.getVTList(NVT, MVT::Other), in PromoteIntRes_MGATHER()
|
D | DAGCombiner.cpp | 5513 Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoVT, DL, OpsLo, in visitMGATHER() 5517 Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, DL, OpsHi, in visitMGATHER()
|
D | SelectionDAG.cpp | 5389 SDValue SelectionDAG::getMaskedGather(SDVTList VTs, EVT VT, const SDLoc &dl, in getMaskedGather() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 3898 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 967 SDValue getMaskedGather(SDVTList VTs, EVT VT, const SDLoc &dl,
|