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

Declarations

lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
   95   bool needsPromotionToI32(const Type *T) const;

References

lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  203   assert(needsPromotionToI32(T) && "T does not need promotion to i32");
  211   assert(needsPromotionToI32(T) && "T does not need promotion to i32");
  239     return needsPromotionToI32(VT->getElementType());
  284   assert(needsPromotionToI32(I.getType()) &&
  331   assert(needsPromotionToI32(I.getOperand(0)->getType()) &&
  358   assert(needsPromotionToI32(I.getType()) &&
  390   assert(needsPromotionToI32(I.getType()) &&
  886   if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) &&
  981   if (ST->has16BitInsts() && needsPromotionToI32(I.getOperand(0)->getType()) &&
  991   if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) &&
 1010   if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) &&