Searched refs:Min (Results 76 - 100 of 147) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h189 Min, member in class:llvm::ObjectSizeOpts::Mode
190 /// Same as Min, except we pick the maximum size of all of the branches.
H A DVectorUtils.h111 return {EC.Min, EC.Scalable, Parameters};
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp46 max_malloc_size = Min(common_flags()->max_allocation_size_mb << 20,
H A Dlsan_common.cpp314 uptr intersection_end = Min(region_end, root_region.begin + root_region.size);
499 stack.size = Min(stack.size, resolution);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp255 return (s64)(Min((u64)INT64_MAX, res));
H A Dsanitizer_allocator_primary32.h100 return Min(kMaxNumCached, SizeClassMap::MaxCachedHint(size));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp259 size = Min(size, (uptr)stack.size);
H A Dtsan_platform_linux.cpp208 internal_mmap(p, Min<uptr>(marker.size() * sizeof(u64), shadow_end - p),
H A Dtsan_mman.cpp168 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMachineValueType.h398 assert(!(EltCnt.Min & 1) && "Splitting vector, but not in half!");
1092 return getScalableVectorVT(VT, EC.Min);
1093 return getVectorVT(VT, EC.Min);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h381 unsigned Maj, Min, Rev; variable
382 Triple.getEnvironmentVersion(Maj, Min, Rev);
384 this->PlatformMinVersion = VersionTuple(Maj, Min, Rev);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp122 return expandAtomicMinMaxOp(MBB, MBBI, AtomicRMWInst::Min, true, 32,
445 bool IsSigned = BinOp == AtomicRMWInst::Min || BinOp == AtomicRMWInst::Max;
476 case AtomicRMWInst::Min: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp150 if (Min > Max)
151 Min = 0;
160 Offset -= Min;
165 BSI.ByteOffset = Min;
173 BSI.BitSize = ((Max - Min) >> BSI.AlignLog2) + 1;
990 auto SetAbsRange = [&](uint64_t Min, uint64_t Max) {
991 auto *MinC = ConstantAsMetadata::get(ConstantInt::get(IntPtrTy, Min));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp340 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max; local
342 isInRelation(BO_GE, Sym, Min, State);
351 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp114 const char *DenormMin, *Epsilon, *Max, *Min; local
130 Min = PickFP(Sem, "6.103515625e-5", "1.17549435e-38", "2.2250738585072014e-308",
159 Builder.defineMacro(DefPrefix + "MIN__", Twine(Min)+Ext);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h659 uint64_t MinBits = EltCnt.Min *
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h342 size = Min(size, 1); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp210 Min(stack_size_log, static_cast<uptr>(flags()->max_uar_stack_size_log));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp226 ProtectGap(0, Min(kLowMemStart, kLowShadowStart));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h303 const u32 NumberOfBlocks = Min(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp612 : SequentialType(VectorTyID, ElType, EC.Min), Scalable(EC.Scalable) {}
615 assert(EC.Min > 0 && "#Elements of a VectorType must be greater than 0");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp515 MaxVal ? ObjectSizeOpts::Mode::Max : ObjectSizeOpts::Mode::Min;
800 if (Options.EvalMode == ObjectSizeOpts::Mode::Min) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1027 APInt Min = Signed ? APInt::getSignedMinValue(BitWidth) : local
1032 SE.getConstant(Min));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2510 int &Min, int &Max) {
2511 Min = std::numeric_limits<int>::max();
2525 Min = std::min(Min, CS.getFrameIdx());
2529 return Min != std::numeric_limits<int>::max();
2535 // Min/MaxCSFrameIndex, respectively.
2509 getSVECalleeSaveSlotRange(const MachineFrameInfo &MFI, int &Min, int &Max) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp728 llvm::Value *Min = Builder.getFalse(); local
733 Builder.CreateCall(F, {CastAddr, Min, NullIsUnknown, Dynamic}), Size);
1548 llvm::APInt &Min, llvm::APInt &End,
1557 Min = llvm::APInt(CGF.getContext().getTypeSize(Ty), 0);
1570 Min = -End;
1574 Min = llvm::APInt(Bitwidth, 0);
1581 llvm::APInt Min, End; local
1582 if (!getRangeForType(*this, Ty, Min, End, CGM.getCodeGenOpts().StrictEnums,
1587 return MDHelper.createRange(Min, End);
1611 llvm::APInt Min, En
1547 getRangeForType(CodeGenFunction &CGF, QualType Ty, llvm::APInt &Min, llvm::APInt &End, bool StrictEnums, bool IsBool) argument
[all...]

Completed in 401 milliseconds

123456