Lines Matching refs:needsPromotionToI32
103 bool needsPromotionToI32(const Type *T) const;
233 assert(needsPromotionToI32(T) && "T does not need promotion to i32"); in getBaseElementBitWidth()
241 assert(needsPromotionToI32(T) && "T does not need promotion to i32"); in getI32Ty()
258 bool AMDGPUCodeGenPrepare::needsPromotionToI32(const Type *T) const { in needsPromotionToI32() function in AMDGPUCodeGenPrepare
272 return needsPromotionToI32(VT->getElementType()); in needsPromotionToI32()
316 assert(needsPromotionToI32(I.getType()) && in promoteUniformOpToI32()
363 assert(needsPromotionToI32(I.getOperand(0)->getType()) && in promoteUniformOpToI32()
390 assert(needsPromotionToI32(I.getType()) && in promoteUniformOpToI32()
422 assert(needsPromotionToI32(I.getType()) && in promoteUniformBitreverseToI32()
1216 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) && in visitBinaryOperator()
1346 if (ST->has16BitInsts() && needsPromotionToI32(I.getOperand(0)->getType()) && in visitICmpInst()
1356 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) && in visitSelectInst()
1375 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) && in visitBitreverseIntrinsicInst()