Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp129 APFixedPoint APFixedPoint::getMax(const FixedPointSemantics &Sema) { in getMax() function in llvm::APFixedPoint
158 APSInt MaxInt = APFixedPoint::getMax(*this).getValue(); in fitsInFloatSemantics()
283 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul()
346 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div()
384 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl()
464 return Val.isMinSignedValue() ? getMax(Sema) : APFixedPoint(-Val, Sema); in negate()
611 APFloat FloatMax = getMax(DstFXSema).convertToFloat(*OpSema); in getFromFloatValue()
616 Res = getMax(DstFXSema).getValue(); in getFromFloatValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp593 return InstructionCost::getMax(); in getArithmeticInstrCost()
617 return InstructionCost::getMax(); in getShuffleCost()
648 return InstructionCost::getMax(); in getCastInstrCost()
666 return InstructionCost::getMax(); in getCmpSelInstrCost()
687 return InstructionCost::getMax(); in getVectorInstrCost()
775 return InstructionCost::getMax(); in getMemoryOpCost()
866 return InstructionCost::getMax(); in getInterleavedMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp263 return InstructionCost::getMax(); in getCmpSelInstrCost()
283 return InstructionCost::getMax(); in getArithmeticInstrCost()
301 return InstructionCost::getMax(); in getCastInstrCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp722 Max = Eval(FlatWGS->getMax()); in handleAMDGPUFlatWorkGroupSizeAttr()
747 Attr->getMax() in handleAMDGPUWavesPerEUAttr()
748 ? Attr->getMax()->EvaluateKnownConstInt(getContext()).getExtValue() in handleAMDGPUWavesPerEUAttr()
H A DSPIR.cpp288 N = FlatWGS->getMax()->EvaluateKnownConstInt(M.getContext()).getExtValue(); in setTargetAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h72 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h279 LLVM_ABI static APFixedPoint getMax(const FixedPointSemantics &Sema);
/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp335 formatv("{0},{1},{2}", WaveSizeAttr->getMin(), WaveSizeAttr->getMax(), in setHLSLEntryAttributes()
/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/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp206 assert(Cost != InstructionCost::getMax()); in calculateFunctionCosts()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp851 ConstructFixedPointLiteral(llvm::APFixedPoint::getMax(FXSema), Suffix)); in DefineFixedPointMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp573 Result = S.SubstExpr(Attr.getMax(), TemplateArgs); in instantiateDependentAMDGPUFlatWorkGroupSizeAttr()
641 if (auto Max = Attr.getMax()) { in instantiateDependentAMDGPUWavesPerEUAttr()
H A DSemaHLSL.cpp633 if (WS->getMin() != Min || WS->getMax() != Max || in mergeWaveSizeAttr()
H A DSemaDecl.cpp2889 NewAttr = S.HLSL().mergeWaveSizeAttr(D, *WS, WS->getMin(), WS->getMax(), in mergeDeclAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4249 ChosenFactor.Cost = InstructionCost::getMax(); in selectVectorizationFactor()
7016 BestFactor.Cost = InstructionCost::getMax(); in computeBestVF()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14834 return llvm::APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()