Searched refs:getMax (Results 1 – 14 of 14) sorted by relevance
119 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in llvm::APFixedPoint148 APSInt MaxInt = APFixedPoint::getMax(*this).getValue(); in fitsInFloatSemantics()273 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul()334 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div()371 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl()447 return Val.isMinSignedValue() ? getMax(Sema) : APFixedPoint(-Val, Sema); in negate()594 APFloat FloatMax = getMax(DstFXSema).convertToFloat(*OpSema); in getFromFloatValue()599 Res = getMax(DstFXSema).getValue(); in getFromFloatValue()
593 return InstructionCost::getMax(); in getArithmeticInstrCost()616 return InstructionCost::getMax(); in getShuffleCost()647 return InstructionCost::getMax(); in getCastInstrCost()666 return InstructionCost::getMax(); in getCmpSelInstrCost()687 return InstructionCost::getMax(); in getVectorInstrCost()775 return InstructionCost::getMax(); in getMemoryOpCost()862 return InstructionCost::getMax(); in getInterleavedMemoryOpCost()1068 return InstructionCost::getMax(); in getVPMemoryOpCost()
265 return InstructionCost::getMax(); in getCmpSelInstrCost()285 return InstructionCost::getMax(); in getArithmeticInstrCost()303 return InstructionCost::getMax(); in getCastInstrCost()
652 Max = FlatWGS->getMax()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUFlatWorkGroupSizeAttr()676 Attr->getMax() in handleAMDGPUWavesPerEUAttr()677 ? Attr->getMax()->EvaluateKnownConstInt(getContext()).getExtValue() in handleAMDGPUWavesPerEUAttr()
71 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
261 static APFixedPoint getMax(const FixedPointSemantics &Sema);
239 assert(Cost != InstructionCost::getMax()); in calculateFunctionCosts()
90 APFixedPoint::getMax(DstSema).getValue().extOrTrunc(ResultWidth)); in Convert()
428 double getMax() const { return maxVal; } in getMax() function
344 } else if (bucket.getMax() == Long.MAX_VALUE) { in printDistribution()
841 ConstructFixedPointLiteral(llvm::APFixedPoint::getMax(FXSema), Suffix)); in DefineFixedPointMacros()
563 Result = S.SubstExpr(Attr.getMax(), TemplateArgs); in instantiateDependentAMDGPUFlatWorkGroupSizeAttr()605 if (auto Max = Attr.getMax()) { in instantiateDependentAMDGPUWavesPerEUAttr()
4533 ChosenFactor.Cost = InstructionCost::getMax(); in selectVectorizationFactor()7131 BestFactor.Cost = InstructionCost::getMax(); in getBestPlan()
13998 return llvm::APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()