reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/SelectionDAG.h
 1139   SDValue getMaskedGather(SDVTList VTs, EVT VT, const SDLoc &dl,

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  612   SDValue Res = DAG.getMaskedGather(DAG.getVTList(NVT, MVT::Other),
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 1686   Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoVT, dl, OpsLo,
 1690   Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, dl, OpsHi,
 2330   SDValue Lo = DAG.getMaskedGather(DAG.getVTList(LoVT, MVT::Other), LoVT, dl,
 2340   SDValue Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, dl,
 3785   SDValue Res = DAG.getMaskedGather(DAG.getVTList(WideVT, MVT::Other),
 4506   SDValue Res = DAG.getMaskedGather(MG->getVTList(), MG->getMemoryVT(), dl, Ops,
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 4541   SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl,
lib/Target/X86/X86ISelLowering.cpp
42986           return DAG.getMaskedGather(Gather->getVTList(),
43015         return DAG.getMaskedGather(Gather->getVTList(),
43042         return DAG.getMaskedGather(Gather->getVTList(),