Home
last modified time | relevance | path

Searched refs:DstData (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingMerge.c45 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local
72 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); in __llvm_profile_check_compatibility()
73 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility()
74 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility()
75 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
76 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility()
87 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local
104 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer()
106 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()
108 uint64_t *DstCounters = (uint64_t *)DstData->CounterPtr; in __llvm_profile_merge_from_buffer()
[all …]
DInstrProfilingMergeFile.c25 __llvm_profile_data *DstData) { in lprofMergeValueProfData() argument
35 __llvm_profile_instrument_target_value(VData[SrcIndex].Value, DstData, in lprofMergeValueProfData()
DInstrProfilingInternal.h163 __llvm_profile_data *DstData);
/external/compiler-rt/lib/profile/
DInstrProfilingMerge.c45 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local
72 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); in __llvm_profile_check_compatibility()
73 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility()
74 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility()
75 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
76 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility()
87 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local
104 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer()
106 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()
108 uint64_t *DstCounters = (uint64_t *)DstData->CounterPtr; in __llvm_profile_merge_from_buffer()
[all …]
DInstrProfilingMergeFile.c26 __llvm_profile_data *DstData) { in lprofMergeValueProfData() argument
36 __llvm_profile_instrument_target(VData[V].Value, DstData, S); in lprofMergeValueProfData()
DInstrProfData.inc533 * and serialize the data into \c DstData if it is not NULL or heap
535 * DstData is not null, the caller is expected to set the TotalSize
536 * in DstData.
540 ValueProfData *DstData) {
543 DstData ? DstData->TotalSize : getValueProfDataSize(Closure);
546 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
DInstrProfilingInternal.h149 __llvm_profile_data *DstData);
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc533 * and serialize the data into \c DstData if it is not NULL or heap
535 * DstData is not null, the caller is expected to set the TotalSize
536 * in DstData.
540 ValueProfData *DstData) {
543 DstData ? DstData->TotalSize : getValueProfDataSize(Closure);
546 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc574 * and serialize the data into \c DstData if it is not NULL or heap
576 * DstData is not null, the caller is expected to set the TotalSize
577 * in DstData.
581 ValueProfData *DstData) {
584 DstData ? DstData->TotalSize : getValueProfDataSize(Closure);
587 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfData.inc589 * and serialize the data into \c DstData if it is not NULL or heap
591 * DstData is not null, the caller is expected to set the TotalSize
592 * in DstData.
596 ValueProfData *DstData) {
599 DstData ? DstData->TotalSize : getValueProfDataSize(Closure);
602 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
/external/llvm-project/compiler-rt/include/profile/
DInstrProfData.inc589 * and serialize the data into \c DstData if it is not NULL or heap
591 * DstData is not null, the caller is expected to set the TotalSize
592 * in DstData.
596 ValueProfData *DstData) {
599 DstData ? DstData->TotalSize : getValueProfDataSize(Closure);
602 DstData ? DstData : Closure->AllocValueProfData(TotalSize);