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

Overrides

include/llvm/CodeGen/TargetLowering.h
  277   virtual MVT getVectorIdxTy(const DataLayout &DL) const {

Declarations

lib/Target/AMDGPU/AMDGPUISelLowering.h
  177   MVT getVectorIdxTy(const DataLayout &) const override;

References

lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 1389   auto IdxTy = getVectorIdxTy(DAG.getDataLayout());
 1436   auto IdxTy = getVectorIdxTy(DAG.getDataLayout());
 1477                    DAG.getConstant(0, SL, getVectorIdxTy(DAG.getDataLayout()))),
lib/Target/AMDGPU/R600ISelLowering.cpp
  702         DAG.getConstant(i, DL, getVectorIdxTy(DAG.getDataLayout()))));
lib/Target/AMDGPU/SIISelLowering.cpp
 6734         DAG.getConstant(0, DL, getVectorIdxTy(DAG.getDataLayout())));