Searched refs:TargetValue (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingValue.c | 135 instrumentTargetValueImpl(uint64_t TargetValue, void *Data, in instrumentTargetValueImpl() argument 155 if (TargetValue == CurVNode->Value) { in instrumentTargetValueImpl() 199 CurVNode->Value = TargetValue; in instrumentTargetValueImpl() 210 CurVNode->Value = TargetValue; in instrumentTargetValueImpl() 227 __llvm_profile_instrument_target(uint64_t TargetValue, void *Data, in __llvm_profile_instrument_target() argument 229 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, 1); in __llvm_profile_instrument_target() 255 uint64_t TargetValue, void *Data, uint32_t CounterIndex, in __llvm_profile_instrument_range() argument 259 TargetValue = LargeValue; in __llvm_profile_instrument_range() 260 else if ((int64_t)TargetValue < PreciseRangeStart || in __llvm_profile_instrument_range() 261 (int64_t)TargetValue > PreciseRangeLast) in __llvm_profile_instrument_range() [all …]
|
| H A D | InstrProfiling.h | 109 void __llvm_profile_instrument_target_value(uint64_t TargetValue, void *Data,
|
| H A D | InstrProfData.inc | 153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ABI.h | 32 TargetValue, /* value is on the target or literal */ enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ |
| H A D | ABISysV_hexagon.cpp | 1098 if (arg.type == ABI::CallArgument::TargetValue) in PrepareTrivialCall()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 1617 rawArgs[i].type = lldb_private::ABI::CallArgument::TargetValue; in Interpret()
|