Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c151 uint32_t CounterIndex, uint64_t CountValue) { in instrumentTargetValueImpl() argument
165 ValueProfNode *CurVNode = ValueCounters[CounterIndex]; in instrumentTargetValueImpl()
229 if (!ValueCounters[CounterIndex]) in instrumentTargetValueImpl()
231 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode); in instrumentTargetValueImpl()
243 uint32_t CounterIndex) { in __llvm_profile_instrument_target() argument
244 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, 1); in __llvm_profile_instrument_target()
248 uint32_t CounterIndex, in __llvm_profile_instrument_target_value() argument
250 instrumentTargetValueImpl(TargetValue, Data, CounterIndex, CountValue); in __llvm_profile_instrument_target_value()
259 uint32_t CounterIndex) { in __llvm_profile_instrument_memop() argument
262 __llvm_profile_instrument_target(RepValue, Data, CounterIndex); in __llvm_profile_instrument_memop()
H A DInstrProfiling.h153 * Records the target value for the CounterIndex if not seen before. Otherwise,
156 * uint32_t CounterIndex);
164 uint32_t CounterIndex,
/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-value-prof-2.c25 uint32_t CounterIndex);
H A Dinstrprof-value-prof.c41 uint32_t CounterIndex);
/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc189 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc189 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))