/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfilingValue.c | 101 if (TargetValue == CurrentVNode->VData.Value) { in __llvm_profile_instrument_target() 102 CurrentVNode->VData.Count++; in __llvm_profile_instrument_target() 117 CurrentVNode->VData.Value = TargetValue; in __llvm_profile_instrument_target() 118 CurrentVNode->VData.Count++; in __llvm_profile_instrument_target()
|
H A D | InstrProfiling.c | 64 CurrentVNode->VData.Count = 0; in __llvm_profile_reset_counters()
|
H A D | InstrProfData.inc | 628 Dst[I] = VNode->VData; 756 InstrProfValueData VData;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 330 int64_t VData; in dumpCXXData() local 332 VData = *reinterpret_cast<const little64_t *>(DataPtr); in dumpCXXData() 334 VData = *reinterpret_cast<const little32_t *>(DataPtr); in dumpCXXData() 335 VTableDataEntries[Key] = VData; in dumpCXXData()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 5979 SDValue VData; in lowerImage() local 5990 VData = Op.getOperand(2); in lowerImage() 5992 bool Is64Bit = VData.getValueType() == MVT::i64; in lowerImage() 5995 VData = DAG.getBuildVector(Is64Bit ? MVT::v2i64 : MVT::v2i32, DL, in lowerImage() 5996 {VData, VData2}); in lowerImage() 5998 VData = DAG.getBitcast(MVT::v4i32, VData); in lowerImage() 6014 VData = Op.getOperand(2); in lowerImage() 6016 MVT StoreVT = VData.getSimpleValueType(); in lowerImage() 6022 VData = handleD16VData(VData, DAG, true); in lowerImage() 6025 NumVDataDwords = (VData.getValueType().getSizeInBits() + 31) / 32; in lowerImage() [all …]
|
H A D | AMDGPULegalizerInfo.cpp | 3636 MachineIRBuilder &B, Register VData, bool IsFormat) const { in fixStoreSourceType() argument 3638 LLT Ty = MRI->getType(VData); in fixStoreSourceType() 3644 Register AnyExt = B.buildAnyExt(LLT::scalar(32), VData).getReg(0); in fixStoreSourceType() 3651 return handleD16VData(B, *MRI, VData); in fixStoreSourceType() 3655 return VData; in fixStoreSourceType() 3663 Register VData = MI.getOperand(1).getReg(); in legalizeBufferStore() local 3664 LLT Ty = MRI.getType(VData); in legalizeBufferStore() 3669 VData = fixStoreSourceType(B, VData, IsFormat); in legalizeBufferStore() 3730 .addUse(VData) // vdata in legalizeBufferStore() 3955 Register VData = MI.getOperand(2 + OpOffset).getReg(); in legalizeBufferAtomic() local [all …]
|
H A D | AMDGPULegalizerInfo.h | 156 Register fixStoreSourceType(MachineIRBuilder &B, Register VData,
|
H A D | SIRegisterInfo.cpp | 1565 const MachineOperand *VData = TII->getNamedOperand(*MI, in eliminateFrameIndex() local 1574 *MBB, MI, Opc, Index, VData->getReg(), VData->isKill(), FrameReg, in eliminateFrameIndex() 1599 const MachineOperand *VData = TII->getNamedOperand(*MI, in eliminateFrameIndex() local 1608 *MBB, MI, Opc, Index, VData->getReg(), VData->isKill(), FrameReg, in eliminateFrameIndex()
|
H A D | SIISelLowering.h | 119 SDValue handleD16VData(SDValue VData, SelectionDAG &DAG,
|
H A D | AMDGPURegisterBankInfo.cpp | 1749 Register VData = MI.getOperand(1).getReg(); in selectStoreIntrinsic() local 1750 LLT Ty = MRI.getType(VData); in selectStoreIntrinsic() 1797 .addUse(VData); in selectStoreIntrinsic()
|
H A D | SIInstrInfo.cpp | 5622 MachineOperand *VData = getNamedOperand(MI, AMDGPU::OpName::vdata); in legalizeOperands() local 5636 .add(*VData) in legalizeOperands() 5659 .add(*VData) in legalizeOperands()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 731 InstrProfValueData *VData, uint32_t N, in addValueData() argument 734 VData[I].Value = remapValue(VData[I].Value, ValueKind, ValueMap); in addValueData() 741 ValueSites.emplace_back(VData, VData + N); in addValueData()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 748 InstrProfValueData *VData, uint32_t N,
|
H A D | InstrProfData.inc | 102 * // InstrProfValueData VData;
|