| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFixedPoint.cpp | 129 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 D | PPCTargetTransformInfo.cpp | 593 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 D | HexagonTargetTransformInfo.cpp | 263 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 D | AMDGPU.cpp | 722 Max = Eval(FlatWGS->getMax()); in handleAMDGPUFlatWorkGroupSizeAttr() 747 Attr->getMax() in handleAMDGPUWavesPerEUAttr() 748 ? Attr->getMax()->EvaluateKnownConstInt(getContext()).getExtValue() in handleAMDGPUWavesPerEUAttr()
|
| H A D | SPIR.cpp | 288 N = FlatWGS->getMax()->EvaluateKnownConstInt(M.getContext()).getExtValue(); in setTargetAttributes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | InstructionCost.h | 72 static InstructionCost getMax() { return getMaxValue(); } in getMax() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFixedPoint.h | 279 LLVM_ABI static APFixedPoint getMax(const FixedPointSemantics &Sema);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | FixedPointBuilder.h | 90 APFixedPoint::getMax(DstSema).getValue().extOrTrunc(ResultWidth)); in Convert()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats.h | 428 double getMax() const { return maxVal; } in getMax() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 335 formatv("{0},{1},{2}", WaveSizeAttr->getMin(), WaveSizeAttr->getMax(), in setHLSLEntryAttributes()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 344 } else if (bucket.getMax() == Long.MAX_VALUE) { in printDistribution()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSplitModule.cpp | 206 assert(Cost != InstructionCost::getMax()); in calculateFunctionCosts()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 851 ConstructFixedPointLiteral(llvm::APFixedPoint::getMax(FXSema), Suffix)); in DefineFixedPointMacros()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 573 Result = S.SubstExpr(Attr.getMax(), TemplateArgs); in instantiateDependentAMDGPUFlatWorkGroupSizeAttr() 641 if (auto Max = Attr.getMax()) { in instantiateDependentAMDGPUWavesPerEUAttr()
|
| H A D | SemaHLSL.cpp | 633 if (WS->getMin() != Min || WS->getMax() != Max || in mergeWaveSizeAttr()
|
| H A D | SemaDecl.cpp | 2889 NewAttr = S.HLSL().mergeWaveSizeAttr(D, *WS, WS->getMin(), WS->getMax(), in mergeDeclAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 4249 ChosenFactor.Cost = InstructionCost::getMax(); in selectVectorizationFactor() 7016 BestFactor.Cost = InstructionCost::getMax(); in computeBestVF()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 14834 return llvm::APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()
|