Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1196 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()
DLegalizeIntegerTypes.cpp513 SDValue Res = DAG.getMaskedGather(DAG.getVTList(NVT, MVT::Other), in PromoteIntRes_MGATHER()
DDAGCombiner.cpp5513 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()
DSelectionDAG.cpp5389 SDValue SelectionDAG::getMaskedGather(SDVTList VTs, EVT VT, const SDLoc &dl, in getMaskedGather() function in SelectionDAG
DSelectionDAGBuilder.cpp3898 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h967 SDValue getMaskedGather(SDVTList VTs, EVT VT, const SDLoc &dl,
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp21605 SDValue NewGather = DAG.getMaskedGather(DAG.getVTList(NewVT, MVT::Other), in LowerMGATHER()