| /openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
| H A D | InstrProfilingMergeFile.c | 27 InstrProfValueData *VData; in lprofMergeValueProfData() local 30 VData = getValueProfRecordValueData(VR); in lprofMergeValueProfData() 35 __llvm_profile_instrument_target_value(VData[SrcIndex].Value, DstData, in lprofMergeValueProfData() 36 DstIndex, VData[SrcIndex].Count); in lprofMergeValueProfData()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 331 int64_t VData; in dumpCXXData() local 333 VData = *reinterpret_cast<const little64_t *>(DataPtr); in dumpCXXData() 335 VData = *reinterpret_cast<const little32_t *>(DataPtr); in dumpCXXData() 336 VTableDataEntries[Key] = VData; in dumpCXXData()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 6402 SDValue VData; in lowerImage() local 6413 VData = Op.getOperand(2); in lowerImage() 6415 bool Is64Bit = VData.getValueType() == MVT::i64; in lowerImage() 6418 VData = DAG.getBuildVector(Is64Bit ? MVT::v2i64 : MVT::v2i32, DL, in lowerImage() 6419 {VData, VData2}); in lowerImage() 6421 VData = DAG.getBitcast(MVT::v4i32, VData); in lowerImage() 6437 VData = Op.getOperand(2); in lowerImage() 6439 MVT StoreVT = VData.getSimpleValueType(); in lowerImage() 6445 VData = handleD16VData(VData, DAG, true); in lowerImage() 6448 NumVDataDwords = (VData.getValueType().getSizeInBits() + 31) / 32; in lowerImage() [all …]
|
| H A D | AMDGPULegalizerInfo.h | 178 Register fixStoreSourceType(MachineIRBuilder &B, Register VData,
|
| H A D | AMDGPULegalizerInfo.cpp | 4362 MachineIRBuilder &B, Register VData, bool IsFormat) const { in fixStoreSourceType() argument 4364 LLT Ty = MRI->getType(VData); in fixStoreSourceType() 4370 Register AnyExt = B.buildAnyExt(LLT::scalar(32), VData).getReg(0); in fixStoreSourceType() 4377 return handleD16VData(B, *MRI, VData); in fixStoreSourceType() 4381 return VData; in fixStoreSourceType() 4389 Register VData = MI.getOperand(1).getReg(); in legalizeBufferStore() local 4390 LLT Ty = MRI.getType(VData); in legalizeBufferStore() 4395 VData = fixStoreSourceType(B, VData, IsFormat); in legalizeBufferStore() 4453 .addUse(VData) // vdata in legalizeBufferStore() 4713 Register VData = MI.getOperand(2 + OpOffset).getReg(); in legalizeBufferAtomic() local [all …]
|
| H A D | SIRegisterInfo.cpp | 2113 const MachineOperand *VData = TII->getNamedOperand(*MI, in eliminateFrameIndex() local 2122 *MBB, MI, DL, Opc, Index, VData->getReg(), VData->isKill(), FrameReg, in eliminateFrameIndex() 2171 const MachineOperand *VData = TII->getNamedOperand(*MI, in eliminateFrameIndex() local 2180 *MBB, MI, DL, Opc, Index, VData->getReg(), VData->isKill(), FrameReg, in eliminateFrameIndex()
|
| H A D | SIISelLowering.h | 129 SDValue handleD16VData(SDValue VData, SelectionDAG &DAG,
|
| H A D | BUFInstructions.td | 633 dag VData = !if(vdata_in, (ins vdata_op:$vdata_in), (ins vdata_op:$vdata)); 634 dag Data = !if(!empty(vaddrList), VData, !con(VData, (ins vaddrClass:$vaddr)));
|
| H A D | SIInstrInfo.cpp | 6089 MachineOperand *VData = getNamedOperand(MI, AMDGPU::OpName::vdata); in legalizeOperands() local 6103 .add(*VData) in legalizeOperands() 6126 .add(*VData) in legalizeOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 789 InstrProfValueData *VData, uint32_t N, in addValueData() argument 792 VData[I].Value = remapValue(VData[I].Value, ValueKind, ValueMap); in addValueData() 799 ValueSites.emplace_back(VData, VData + N); in addValueData()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 787 InstrProfValueData *VData, uint32_t N,
|
| H A D | InstrProfData.inc | 100 * // InstrProfValueData VData;
|
| /openbsd-src/gnu/llvm/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 100 * // InstrProfValueData VData;
|