Home
last modified time | relevance | path

Searched refs:getMax (Results 1 – 12 of 12) 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
142 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp593 return InstructionCost::getMax(); in getArithmeticInstrCost()
615 return InstructionCost::getMax(); in getShuffleCost()
646 return InstructionCost::getMax(); in getCastInstrCost()
665 return InstructionCost::getMax(); in getCmpSelInstrCost()
686 return InstructionCost::getMax(); in getVectorInstrCost()
764 return InstructionCost::getMax(); in getMemoryOpCost()
851 return InstructionCost::getMax(); in getInterleavedMemoryOpCost()
1057 return InstructionCost::getMax(); in getVPMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp278 return InstructionCost::getMax(); in getCmpSelInstrCost()
298 return InstructionCost::getMax(); in getArithmeticInstrCost()
316 return InstructionCost::getMax(); in getCastInstrCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp612 Max = FlatWGS->getMax()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUFlatWorkGroupSizeAttr()
636 Attr->getMax() in handleAMDGPUWavesPerEUAttr()
637 ? 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/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/Sema/
H A DSemaTemplateInstantiateDecl.cpp558 Result = S.SubstExpr(Attr.getMax(), TemplateArgs); in instantiateDependentAMDGPUFlatWorkGroupSizeAttr()
600 if (auto Max = Attr.getMax()) { in instantiateDependentAMDGPUWavesPerEUAttr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5042 ChosenFactor.Cost = InstructionCost::getMax(); in selectVectorizationFactor()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13422 return llvm::APFixedPoint::getMax(getFixedPointSemantics(Ty)); in getFixedPointMax()