Home
last modified time | relevance | path

Searched refs:LargeValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingValue.c256 int64_t PreciseRangeStart, int64_t PreciseRangeLast, int64_t LargeValue) { in __llvm_profile_instrument_range() argument
258 if (LargeValue != INT64_MIN && (int64_t)TargetValue >= LargeValue) in __llvm_profile_instrument_range()
259 TargetValue = LargeValue; in __llvm_profile_instrument_range()
H A DInstrProfData.inc165 VALUE_PROF_FUNC_PARAM(uint64_t, LargeValue, Type::getInt64Ty(Ctx))
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp977 constexpr uint64_t LargeValue = 0xAAAAAAAAAAAAAAAAull; in patternFor() local
996 return llvm::ConstantInt::get(Ty, LargeValue); in patternFor()
998 Ty, llvm::APInt::getSplat(BitWidth, llvm::APInt(64, LargeValue))); in patternFor()
1011 IntValue = LargeValue; in patternFor()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc165 VALUE_PROF_FUNC_PARAM(uint64_t, LargeValue, Type::getInt64Ty(Ctx))
/freebsd-12.1/contrib/openmp/runtime/src/i18n/
H A Den_US.txt180 LargeValue "%1$s value \"%2$s\" is too large."
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_settings.cpp652 __kmp_msg(kmp_ms_warning, KMP_MSG(LargeValue, name, value), in __kmp_stg_parse_blocktime()