HomeSort by relevance Sort by last modified time
    Searched refs:VData (Results 1 - 12 of 12) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingMergeFile.c 28 InstrProfValueData *VData;
31 VData = getValueProfRecordValueData(VR);
35 for (C = 0; C < VData[V].Count; C++)
36 __llvm_profile_instrument_target(VData[V].Value, DstData, S);
  /external/llvm/lib/ProfileData/
InstrProf.cpp 453 InstrProfValueData *VData, uint32_t N,
456 VData[I].Value = remapValue(VData[I].Value, ValueKind, ValueMap);
463 ValueSites.emplace_back(VData, VData + N);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProf.cpp 589 InstrProfValueData *VData, uint32_t N,
592 VData[I].Value = remapValue(VData[I].Value, ValueKind, ValueMap);
599 ValueSites.emplace_back(VData, VData + N);
    [all...]
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 323 int64_t VData;
325 VData = *reinterpret_cast<const little64_t *>(DataPtr);
327 VData = *reinterpret_cast<const little32_t *>(DataPtr);
328 VTableDataEntries[Key] = VData;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 321 int64_t VData;
323 VData = *reinterpret_cast<const little64_t *>(DataPtr);
325 VData = *reinterpret_cast<const little32_t *>(DataPtr);
326 VTableDataEntries[Key] = VData;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIRegisterInfo.cpp 497 const MachineOperand *Reg = TII->getNamedOperand(*MI, AMDGPU::OpName::vdata);
    [all...]
SIISelLowering.cpp     [all...]
SIISelLowering.h 87 SDValue handleD16VData(SDValue VData, SelectionDAG &DAG) const;
SIInstrInfo.cpp 422 FirstDst = getNamedOperand(FirstLdSt, AMDGPU::OpName::vdata);
425 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::vdata);
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 609 InstrProfValueData *VData, uint32_t N,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProf.h 679 InstrProfValueData *VData, uint32_t N,
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 317 FirstDst = getNamedOperand(FirstLdSt, AMDGPU::OpName::vdata);
318 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::vdata);
    [all...]

Completed in 1816 milliseconds