Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c27 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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp331 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8478 SDValue VData; in lowerImage() local
8490 VData = Op.getOperand(2); in lowerImage()
8496 bool Is64Bit = VData.getValueSizeInBits() == 64; in lowerImage()
8499 VData = DAG.getBuildVector(Is64Bit ? MVT::v2i64 : MVT::v2i32, DL, in lowerImage()
8500 {VData, VData2}); in lowerImage()
8502 VData = DAG.getBitcast(MVT::v4i32, VData); in lowerImage()
8516 VData = Op.getOperand(2); in lowerImage()
8518 MVT StoreVT = VData.getSimpleValueType(); in lowerImage()
8524 VData = handleD16VData(VData, DAG, true); in lowerImage()
8527 NumVDataDwords = (VData.getValueType().getSizeInBits() + 31) / 32; in lowerImage()
[all …]
H A DAMDGPULegalizerInfo.cpp5884 Register VData, LLT MemTy, in fixStoreSourceType() argument
5887 LLT Ty = MRI->getType(VData); in fixStoreSourceType()
5893 return castBufferRsrcToV4I32(VData, B); in fixStoreSourceType()
5897 VData = B.buildBitcast(Ty, VData).getReg(0); in fixStoreSourceType()
5901 Register AnyExt = B.buildAnyExt(LLT::scalar(32), VData).getReg(0); in fixStoreSourceType()
5908 return handleD16VData(B, *MRI, VData); in fixStoreSourceType()
5912 return VData; in fixStoreSourceType()
5922 Register VData = MI.getOperand(1).getReg(); in legalizeBufferStore() local
5923 LLT Ty = MRI.getType(VData); in legalizeBufferStore()
5932 VData = fixStoreSourceType(B, VData, MemTy, IsFormat); in legalizeBufferStore()
[all …]
H A DAMDGPULegalizerInfo.h198 Register fixStoreSourceType(MachineIRBuilder &B, Register VData, LLT MemTy,
H A DSIRegisterInfo.cpp2466 const MachineOperand *VData = TII->getNamedOperand(*MI, in eliminateFrameIndex() local
2468 if (VData->isUndef()) { in eliminateFrameIndex()
2494 *MBB, MI, DL, Opc, Index, VData->getReg(), VData->isKill(), FrameReg, in eliminateFrameIndex()
2556 const MachineOperand *VData = TII->getNamedOperand(*MI, in eliminateFrameIndex() local
2580 *MBB, MI, DL, Opc, Index, VData->getReg(), VData->isKill(), FrameReg, in eliminateFrameIndex()
H A DSIISelLowering.h132 SDValue handleD16VData(SDValue VData, SelectionDAG &DAG,
H A DBUFInstructions.td684 dag VData = !if(vdata_in, (ins vdata_op:$vdata_in), (ins vdata_op:$vdata));
685 dag Data = !if(!empty(vaddrList), VData, !con(VData, (ins vaddrClass:$vaddr)));
H A DSIInstrInfo.cpp7181 MachineOperand *VData = getNamedOperand(MI, AMDGPU::OpName::vdata); in legalizeOperands() local
7195 .add(*VData) in legalizeOperands()
7218 .add(*VData) in legalizeOperands()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1053 ArrayRef<InstrProfValueData> VData, in addValueData() argument
1057 RemappedVD.reserve(VData.size()); in addValueData()
1058 for (const auto &V : VData) { in addValueData()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h934 ArrayRef<InstrProfValueData> VData,
H A DInstrProfData.inc124 * // InstrProfValueData VData;
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc124 * // InstrProfValueData VData;