Lines Matching refs:needsPromotionToI32
161 bool needsPromotionToI32(const Type *T) const;
378 assert(needsPromotionToI32(T) && "T does not need promotion to i32"); in getBaseElementBitWidth()
386 assert(needsPromotionToI32(T) && "T does not need promotion to i32"); in getI32Ty()
403 bool AMDGPUCodeGenPrepareImpl::needsPromotionToI32(const Type *T) const { in needsPromotionToI32() function in AMDGPUCodeGenPrepareImpl
417 return needsPromotionToI32(VT->getElementType()); in needsPromotionToI32()
466 assert(needsPromotionToI32(I.getType()) && in promoteUniformOpToI32()
513 assert(needsPromotionToI32(I.getOperand(0)->getType()) && in promoteUniformOpToI32()
540 assert(needsPromotionToI32(I.getType()) && in promoteUniformOpToI32()
572 assert(needsPromotionToI32(I.getType()) && in promoteUniformBitreverseToI32()
1548 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) && in visitBinaryOperator()
1680 if (ST->has16BitInsts() && needsPromotionToI32(I.getOperand(0)->getType()) && in visitICmpInst()
1694 if (ST->has16BitInsts() && needsPromotionToI32(I.getType())) { in visitSelectInst()
2113 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) && in visitBitreverseIntrinsicInst()