Home
last modified time | relevance | path

Searched refs:CounterIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c139 uint32_t CounterIndex, uint64_t CountValue) { in instrumentTargetValueImpl() argument
153 ValueProfNode *CurVNode = ValueCounters[CounterIndex]; in instrumentTargetValueImpl()
217 if (!ValueCounters[CounterIndex]) in instrumentTargetValueImpl()
219 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode); in instrumentTargetValueImpl()
231 uint32_t CounterIndex) { in __llvm_profile_instrument_target() argument
232 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, 1); in __llvm_profile_instrument_target()
236 uint32_t CounterIndex, in __llvm_profile_instrument_target_value() argument
238 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue); in __llvm_profile_instrument_target_value()
247 uint32_t CounterIndex) { in __llvm_profile_instrument_memop() argument
250 __llvm_profile_instrument_target(RepValue, Data, CounterIndex); in __llvm_profile_instrument_memop()
H A DInstrProfiling.h136 uint32_t CounterIndex,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc158 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc158 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))