Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp119 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in llvm::APFixedPoint
148 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp593 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp265 return InstructionCost::getMax(); in getCmpSelInstrCost()
285 return InstructionCost::getMax(); in getArithmeticInstrCost()
303 return InstructionCost::getMax(); in getCastInstrCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp652 Max = FlatWGS->getMax()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUFlatWorkGroupSizeAttr()
676 Attr->getMax() in handleAMDGPUWavesPerEUAttr()
677 ? Attr->getMax()->EvaluateKnownConstInt(getContext()).getExtValue() in handleAMDGPUWavesPerEUAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h71 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h261 static APFixedPoint getMax(const FixedPointSemantics &Sema);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp239 assert(Cost != InstructionCost::getMax()); in calculateFunctionCosts()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h90 APFixedPoint::getMax(DstSema).getValue().extOrTrunc(ResultWidth)); in Convert()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h428 double getMax() const { return maxVal; } in getMax() function
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java344 } else if (bucket.getMax() == Long.MAX_VALUE) { in printDistribution()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp841 ConstructFixedPointLiteral(llvm::APFixedPoint::getMax(FXSema), Suffix)); in DefineFixedPointMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp563 Result = S.SubstExpr(Attr.getMax(), TemplateArgs); in instantiateDependentAMDGPUFlatWorkGroupSizeAttr()
605 if (auto Max = Attr.getMax()) { in instantiateDependentAMDGPUWavesPerEUAttr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4533 ChosenFactor.Cost = InstructionCost::getMax(); in selectVectorizationFactor()
7131 BestFactor.Cost = InstructionCost::getMax(); in getBestPlan()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13998 return llvm::APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()