Searched refs:TargetValue (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingValue.c | 134 __llvm_profile_instrument_target(uint64_t TargetValue, void *Data, in __llvm_profile_instrument_target() argument 153 if (TargetValue == CurVNode->Value) { in __llvm_profile_instrument_target() 197 CurVNode->Value = TargetValue; in __llvm_profile_instrument_target() 203 CurVNode = allocateOneNode(PData, CounterIndex, TargetValue); in __llvm_profile_instrument_target() 206 CurVNode->Value = TargetValue; in __llvm_profile_instrument_target()
|
D | InstrProfData.inc | 153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|
/external/compiler-rt/test/profile/ |
D | instrprof-value-prof-2.c | 24 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
|
D | instrprof-value-prof.c | 39 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|