/llvm-project/llvm/unittests/Support/ |
H A D | MathExtrasTest.cpp | 574 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local 581 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local 622 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local 630 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local 650 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local 666 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local [all...] |
/llvm-project/bolt/test/X86/ |
H A D | cmov-conversion.s | 199 .globl MaxValue # -- Begin function MaxValue symbol 202 MaxValue: # @MaxValue label
|
/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 278 static unsigned getMaxShiftAmount(const APInt &MaxValue, unsigned BitWidth) { in getMaxShiftAmount() argument 322 APInt MaxValue = RHS.getMaxValue(); in shl() local 393 APInt MaxValue = RHS.getMaxValue(); in lshr() local 453 APInt MaxValue = RHS.getMaxValue(); in ashr() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), global() enumerator
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | release.h | 210 RegionPageMap(uptr NumberOfRegions,uptr CountersPerRegion,uptr MaxValue) RegionPageMap() argument 224 reset(uptr NumberOfRegion,uptr CountersPerRegion,uptr MaxValue) reset() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 81 packVScaleRangeArgs(unsigned MinValue,std::optional<unsigned> MaxValue) packVScaleRangeArgs() argument 87 unsigned MaxValue = Value & std::numeric_limits<unsigned>::max(); unpackVScaleRangeArgs() local 299 getWithVScaleRangeArgs(LLVMContext & Context,unsigned MinValue,unsigned MaxValue) getWithVScaleRangeArgs() argument 575 std::optional<unsigned> MaxValue = getVScaleRangeMax(); getAsString() local 1958 addVScaleRangeAttr(unsigned MinValue,std::optional<unsigned> MaxValue) addVScaleRangeAttr() argument [all...] |
H A D | ConstantRange.cpp | 297 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); makeExactMulNSWRegion() local [all...] |
/llvm-project/llvm/unittests/Analysis/ |
H A D | AssumeBundleQueriesTest.cpp | 407 unsigned MaxValue) { in RunRandTest() argument
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 578 int32_t MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local 583 uint32_t MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | release_test.cpp | 66 scudo::uptr MaxValue = 1UL << ((1UL << I) - 1); in TEST() local
|
/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 95 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() argument
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 351 uint64_t MaxValue, RandomIRBuilder &IB) { in getUniqueCaseValue() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 2186 int32_t MaxValue = getMaxValue(MI); isConstExtended() local 2191 uint32_t MaxValue = getMaxValue(MI); isConstExtended() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp |
|
/llvm-project/bolt/runtime/ |
H A D | instr.cpp | 1084 uint64_t MaxValue = 0ull; in visitAllCallsIn() local
|
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 47 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue, in inRange() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 467 APInt MinValue, MaxValue; simplifyX86pack() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1129 const APInt *MinValue, *MaxValue; matchSAddSubSat() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 11686 const SCEV *MaxValue = getZeroExtendExpr( isImpliedCond() local 12675 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); canIVOverflowOnLT() local 12683 APInt MaxValue = APInt::getMaxValue(BitWidth); canIVOverflowOnLT() local 12752 APInt MaxValue = IsSigned ? APInt::getSignedMaxValue(BitWidth) computeMaxBECountForLT() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 1577 unsigned MinValue, MaxValue; parseEnumAttribute() local 2714 parseVScaleRangeArguments(unsigned & MinValue,unsigned & MaxValue) parseVScaleRangeArguments() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 5782 unsigned MaxValue = Subtarget->getMaxWorkitemID( computeKnownBitsForTargetNode() local
|
H A D | SIISelLowering.cpp | 15777 unsigned MaxValue = knownBitsForWorkitemID() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7742 Expr *MaxValue = nullptr; global() member 8623 ExprResult MaxValue = buildNumIterations() local 8709 ExprResult MaxValue = buildNumIterations() local [all...] |
H A D | SemaChecking.cpp | 357 llvm::APSInt MaxValue( BuiltinAlignment() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 3213 const APInt MaxValue = (MaxNumElts - 1).umul_ov(Step, Overflow); computeKnownBits() local
|