Home
last modified time | relevance | path

Searched refs:getMax (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp115 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in llvm::APFixedPoint
138 APSInt MaxInt = APFixedPoint::getMax(*this).getValue(); in fitsInFloatSemantics()
262 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul()
317 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div()
354 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl()
410 return Val.isMinSignedValue() ? getMax(Sema) : APFixedPoint(-Val, Sema); in negate()
557 APFloat FloatMax = getMax(DstFXSema).convertToFloat(*OpSema); in getFromFloatValue()
562 Res = getMax(DstFXSema).getValue(); in getFromFloatValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h199 static APFixedPoint getMax(const FixedPointSemantics &Sema);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h71 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h88 APFixedPoint::getMax(DstSema).getValue().extOrTrunc(ResultWidth)); in Convert()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h421 double getMax() const { return maxVal; } in getMax() function
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java344 } else if (bucket.getMax() == Long.MAX_VALUE) { in printDistribution()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp499 Result = S.SubstExpr(Attr.getMax(), TemplateArgs); in instantiateDependentAMDGPUFlatWorkGroupSizeAttr()
543 if (auto Max = Attr.getMax()) { in instantiateDependentAMDGPUWavesPerEUAttr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp9175 Max = FlatWGS->getMax() in setTargetAttributes()
9204 unsigned Max = Attr->getMax() ? Attr->getMax() in setTargetAttributes()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11581 return llvm::APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6021 ChosenFactor.Cost = InstructionCost::getMax(); in selectVectorizationFactor()