Home
last modified time | relevance | path

Searched defs:MaxValue (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp179 getMaxShiftAmount(const APInt & MaxValue,unsigned BitWidth) getMaxShiftAmount() argument
223 APInt MaxValue = RHS.getMaxValue(); shl() local
294 APInt MaxValue = RHS.getMaxValue(); lshr() local
342 APInt MaxValue = RHS.getMaxValue(); ashr() local
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c401 UINT64 MaxValue; in DtCompileInteger() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), enumerator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h210 RegionPageMap(uptr NumberOfRegions, uptr CountersPerRegion, uptr MaxValue) { in RegionPageMap()
224 void reset(uptr NumberOfRegion, uptr CountersPerRegion, uptr MaxValue) { in reset()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp79 packVScaleRangeArgs(unsigned MinValue,std::optional<unsigned> MaxValue) packVScaleRangeArgs() argument
85 unsigned MaxValue = Value & std::numeric_limits<unsigned>::max(); unpackVScaleRangeArgs() local
235 getWithVScaleRangeArgs(LLVMContext & Context,unsigned MinValue,unsigned MaxValue) getWithVScaleRangeArgs() argument
479 std::optional<unsigned> MaxValue = getVScaleRangeMax(); getAsString() local
1821 addVScaleRangeAttr(unsigned MinValue,std::optional<unsigned> MaxValue) addVScaleRangeAttr() argument
[all...]
H A DConstantRange.cpp268 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); makeExactMulNSWRegion() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp40 int MaxValue; // the maximum value for this parameter if applicable global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp578 int32_t MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
583 uint32_t MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp82 inRange(const MCExpr * Expr,int64_t MinValue,int64_t MaxValue) inRange() argument
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp350 getUniqueCaseValue(SmallSet<uint64_t,4> & CasesTaken,uint64_t MaxValue,RandomIRBuilder & IB) getUniqueCaseValue() argument
/freebsd-src/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h1028 UINT8 MaxValue; member
1033 UINT16 MaxValue; member
1038 UINT32 MaxValue; member
1043 UINT64 MaxValue; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2185 int32_t MaxValue = getMaxValue(MI); isConstExtended() local
2190 uint32_t MaxValue = getMaxValue(MI); isConstExtended() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp466 APInt MinValue, MaxValue; simplifyX86pack() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp47 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue, in inRange() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1141 const APInt *MinValue, *MaxValue; matchSAddSubSat() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11610 const SCEV *MaxValue = getZeroExtendExpr( isImpliedCond() local
12599 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); canIVOverflowOnLT() local
12607 APInt MaxValue = APInt::getMaxValue(BitWidth); canIVOverflowOnLT() local
12676 APInt MaxValue = IsSigned ? APInt::getSignedMaxValue(BitWidth) computeMaxBECountForLT() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1508 unsigned MinValue, MaxValue; parseEnumAttribute() local
2617 parseVScaleRangeArguments(unsigned & MinValue,unsigned & MaxValue) parseVScaleRangeArguments() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5725 unsigned MaxValue = Subtarget->getMaxWorkitemID( computeKnownBitsForTargetNode() local
H A DSIISelLowering.cpp15446 unsigned MaxValue = knownBitsForWorkitemID() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7941 Expr *MaxValue = nullptr; global() member
8822 ExprResult MaxValue = buildNumIterations() local
8908 ExprResult MaxValue = buildNumIterations() local
[all...]
H A DSemaChecking.cpp327 llvm::APSInt MaxValue( SemaBuiltinAlignment() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9374 APSInt MaxValue(APInt::getOneBitSet(SrcWidth, SrcWidth - 1)); getAlignmentArgument() local