Searched refs:getMax (Results 1 – 10 of 10) sorted by relevance
119 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in llvm::APFixedPoint142 APSInt MaxInt = APFixedPoint::getMax(*this).getValue(); in fitsInFloatSemantics()267 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul()328 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div()365 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl()441 return Val.isMinSignedValue() ? getMax(Sema) : APFixedPoint(-Val, Sema); in negate()588 APFloat FloatMax = getMax(DstFXSema).convertToFloat(*OpSema); in getFromFloatValue()593 Res = getMax(DstFXSema).getValue(); in getFromFloatValue()
595 return InstructionCost::getMax(); in getArithmeticInstrCost()617 return InstructionCost::getMax(); in getShuffleCost()648 return InstructionCost::getMax(); in getCastInstrCost()667 return InstructionCost::getMax(); in getCmpSelInstrCost()688 return InstructionCost::getMax(); in getVectorInstrCost()760 return InstructionCost::getMax(); in getMemoryOpCost()846 return InstructionCost::getMax(); in getInterleavedMemoryOpCost()1052 return InstructionCost::getMax(); in getVPMemoryOpCost()
278 return InstructionCost::getMax(); in getCmpSelInstrCost()298 return InstructionCost::getMax(); in getArithmeticInstrCost()316 return InstructionCost::getMax(); in getCastInstrCost()
71 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
261 static APFixedPoint getMax(const FixedPointSemantics &Sema);
90 APFixedPoint::getMax(DstSema).getValue().extOrTrunc(ResultWidth)); in Convert()
546 Result = S.SubstExpr(Attr.getMax(), TemplateArgs); in instantiateDependentAMDGPUFlatWorkGroupSizeAttr()590 if (auto Max = Attr.getMax()) { in instantiateDependentAMDGPUWavesPerEUAttr()
9499 Max = FlatWGS->getMax() in setFunctionDeclAttributes()9528 unsigned Max = Attr->getMax() ? Attr->getMax() in setFunctionDeclAttributes()
5348 ChosenFactor.Cost = InstructionCost::getMax(); in selectVectorizationFactor()
13270 return llvm::APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()