Searched refs:LargeValue (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingValue.c | 256 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 D | InstrProfData.inc | 165 VALUE_PROF_FUNC_PARAM(uint64_t, LargeValue, Type::getInt64Ty(Ctx))
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 977 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 D | InstrProfData.inc | 165 VALUE_PROF_FUNC_PARAM(uint64_t, LargeValue, Type::getInt64Ty(Ctx))
|
| /freebsd-12.1/contrib/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 180 LargeValue "%1$s value \"%2$s\" is too large."
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_settings.cpp | 652 __kmp_msg(kmp_ms_warning, KMP_MSG(LargeValue, name, value), in __kmp_stg_parse_blocktime()
|