| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 6359 VData = DAG.getBitcast(MVT::v4i32, VData); in lowerImage() 6383 VData = handleD16VData(VData, DAG, true); in lowerImage() 8022 VData = handleD16VData(VData, DAG); in LowerINTRINSIC_VOID() 8051 VData = handleD16VData(VData, DAG); in LowerINTRINSIC_VOID() 8076 VData = handleD16VData(VData, DAG); in LowerINTRINSIC_VOID() 8102 VData = handleD16VData(VData, DAG); in LowerINTRINSIC_VOID() 8108 VData, in LowerINTRINSIC_VOID() 8144 VData = handleD16VData(VData, DAG); in LowerINTRINSIC_VOID() 8157 VData, in LowerINTRINSIC_VOID() 8191 VData = handleD16VData(VData, DAG); in LowerINTRINSIC_VOID() [all …]
|
| H A D | AMDGPULegalizerInfo.h | 180 Register fixStoreSourceType(MachineIRBuilder &B, Register VData,
|
| H A D | AMDGPULegalizerInfo.cpp | 4385 LLT Ty = MRI->getType(VData); in fixStoreSourceType() 4398 return handleD16VData(B, *MRI, VData); in fixStoreSourceType() 4402 return VData; in fixStoreSourceType() 4410 Register VData = MI.getOperand(1).getReg(); in legalizeBufferStore() local 4411 LLT Ty = MRI.getType(VData); in legalizeBufferStore() 4416 VData = fixStoreSourceType(B, VData, IsFormat); in legalizeBufferStore() 4474 .addUse(VData) // vdata in legalizeBufferStore() 4696 Register VData = MI.getOperand(2 + OpOffset).getReg(); in legalizeBufferAtomic() local 4732 MIB.addUse(VData); // vdata in legalizeBufferAtomic() 4882 LLT Ty = MRI->getType(VData); in legalizeImageIntrinsic() [all …]
|
| H A D | SIRegisterInfo.cpp | 2054 const MachineOperand *VData = TII->getNamedOperand(*MI, in eliminateFrameIndex() local 2063 *MBB, MI, DL, Opc, Index, VData->getReg(), VData->isKill(), FrameReg, in eliminateFrameIndex() 2100 const MachineOperand *VData = TII->getNamedOperand(*MI, in eliminateFrameIndex() local 2109 *MBB, MI, DL, Opc, Index, VData->getReg(), VData->isKill(), FrameReg, in eliminateFrameIndex()
|
| H A D | SIISelLowering.h | 127 SDValue handleD16VData(SDValue VData, SelectionDAG &DAG,
|
| H A D | SIInstrInfo.cpp | 5972 MachineOperand *VData = getNamedOperand(MI, AMDGPU::OpName::vdata); in legalizeOperands() local 5986 .add(*VData) in legalizeOperands() 6009 .add(*VData) in legalizeOperands()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 762 InstrProfValueData *VData, uint32_t N, in addValueData() argument 765 VData[I].Value = remapValue(VData[I].Value, ValueKind, ValueMap); in addValueData() 772 ValueSites.emplace_back(VData, VData + N); in addValueData()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 782 InstrProfValueData *VData, uint32_t N,
|
| H A D | InstrProfData.inc | 100 * // InstrProfValueData VData;
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 100 * // InstrProfValueData VData;
|