Lines Matching refs:needsPromotionToI32
103 bool needsPromotionToI32(const Type *T) const;
237 assert(needsPromotionToI32(T) && "T does not need promotion to i32"); in getBaseElementBitWidth()
245 assert(needsPromotionToI32(T) && "T does not need promotion to i32"); in getI32Ty()
262 bool AMDGPUCodeGenPrepare::needsPromotionToI32(const Type *T) const { in needsPromotionToI32() function in AMDGPUCodeGenPrepare
276 return needsPromotionToI32(VT->getElementType()); in needsPromotionToI32()
320 assert(needsPromotionToI32(I.getType()) && in promoteUniformOpToI32()
367 assert(needsPromotionToI32(I.getOperand(0)->getType()) && in promoteUniformOpToI32()
394 assert(needsPromotionToI32(I.getType()) && in promoteUniformOpToI32()
426 assert(needsPromotionToI32(I.getType()) && in promoteUniformBitreverseToI32()
1236 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) && in visitBinaryOperator()
1366 if (ST->has16BitInsts() && needsPromotionToI32(I.getOperand(0)->getType()) && in visitICmpInst()
1376 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) && in visitSelectInst()
1395 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) && in visitBitreverseIntrinsicInst()