Home
last modified time | relevance | path

Searched refs:VData (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c118 if (TargetValue == CurrentVNode->VData.Value) { in __llvm_profile_instrument_target()
119 CurrentVNode->VData.Count++; in __llvm_profile_instrument_target()
134 CurrentVNode->VData.Value = TargetValue; in __llvm_profile_instrument_target()
135 CurrentVNode->VData.Count++; in __llvm_profile_instrument_target()
DInstrProfiling.c62 CurrentVNode->VData.Count = 0; in __llvm_profile_reset_counters()
DInstrProfData.inc605 Dst[I] = VNode->VData;
726 InstrProfValueData VData;
/external/llvm/lib/ProfileData/
DInstrProf.cpp264 InstrProfValueData *VData, uint32_t N, in addValueData() argument
267 VData[I].Value = remapValue(VData[I].Value, ValueKind, ValueMap); in addValueData()
274 ValueSites.emplace_back(VData, VData + N); in addValueData()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp315 int64_t VData; in dumpCXXData() local
317 VData = *reinterpret_cast<const little64_t *>(DataPtr); in dumpCXXData()
319 VData = *reinterpret_cast<const little32_t *>(DataPtr); in dumpCXXData()
320 VTableDataEntries[Key] = VData; in dumpCXXData()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h356 InstrProfValueData *VData, uint32_t N,
DInstrProfData.inc605 Dst[I] = VNode->VData;
726 InstrProfValueData VData;
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2161 MachineOperand *VData = getNamedOperand(*MI, AMDGPU::OpName::vdata); in legalizeOperands() local
2175 .addOperand(*VData) in legalizeOperands()
2201 .addOperand(*VData) in legalizeOperands()