Searched refs:TargetValue (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingValue.c | 138 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 D | InstrProfiling.h | 135 void __llvm_profile_instrument_target_value(uint64_t TargetValue, void *Data,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Target.cpp | 20 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 D | ABISysV_arc.cpp | 182 (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 D | ABI.h | 31 TargetValue, /* value is on the target or literal */ enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.cpp | 1083 if (arg.type == ABI::CallArgument::TargetValue) in PrepareTrivialCall()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 1457 rawArgs[i].type = lldb_private::ABI::CallArgument::TargetValue; in Interpret()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 155 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 155 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|