Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c138 instrumentTargetValueImpl(uint64_t TargetValue, void *Data, in instrumentTargetValueImpl() argument
158 if (TargetValue == CurVNode->Value) { in instrumentTargetValueImpl()
202 CurVNode->Value = TargetValue; in instrumentTargetValueImpl()
213 CurVNode->Value = TargetValue; in instrumentTargetValueImpl()
230 __llvm_profile_instrument_target(uint64_t TargetValue, void *Data, in __llvm_profile_instrument_target() argument
232 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, 1); in __llvm_profile_instrument_target()
235 __llvm_profile_instrument_target_value(uint64_t TargetValue, void *Data, in __llvm_profile_instrument_target_value() argument
238 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue); in __llvm_profile_instrument_target_value()
246 __llvm_profile_instrument_memop(uint64_t TargetValue, void *Data, in __llvm_profile_instrument_memop() argument
249 uint64_t RepValue = InstrProfGetRangeRepValue(TargetValue); in __llvm_profile_instrument_memop()
H A DInstrProfiling.h135 void __llvm_profile_instrument_target_value(uint64_t TargetValue, void *Data,
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp20 Expected<Target> Target::create(StringRef TargetValue) { in create() argument
21 auto Result = TargetValue.split('-'); in create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp182 (ABI::CallArgument::TargetValue == arg.type ? AugmentArgSize(arg.size) in TotalArgsSizeInWords()
227 if (arg.type == ABI::CallArgument::TargetValue) in PrepareTrivialCall()
259 ABI::CallArgument::TargetValue == arg.type ? arg.size : reg_size; in PrepareTrivialCall()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h31 TargetValue, /* value is on the target or literal */ enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1083 if (arg.type == ABI::CallArgument::TargetValue) in PrepareTrivialCall()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1457 rawArgs[i].type = lldb_private::ABI::CallArgument::TargetValue; in Interpret()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc155 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc155 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \