Home
last modified time | relevance | path

Searched refs:TargetValue (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingValue.c135 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 DInstrProfiling.h109 void __llvm_profile_instrument_target_value(uint64_t TargetValue, void *Data,
H A DInstrProfData.inc153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DABI.h32 TargetValue, /* value is on the target or literal */ enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1098 if (arg.type == ABI::CallArgument::TargetValue) in PrepareTrivialCall()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp1617 rawArgs[i].type = lldb_private::ABI::CallArgument::TargetValue; in Interpret()