Home
last modified time | relevance | path

Searched refs:SIProgramInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h43 SIProgramInfo CurrentProgramInfo;
51 void getSIProgramInfo(SIProgramInfo &Out, const MachineFunction &MF);
53 const SIProgramInfo &KernelInfo,
59 const SIProgramInfo &KernelInfo);
61 const SIProgramInfo &KernelInfo);
74 const SIProgramInfo &CurrentProgramInfo,
81 const SIProgramInfo &PI) const;
H A DSIProgramInfo.cpp25 void SIProgramInfo::reset(const MachineFunction &MF) { in reset()
78 static uint64_t getComputePGMRSrc1Reg(const SIProgramInfo &ProgInfo, in getComputePGMRSrc1Reg()
99 static uint64_t getPGMRSrc1Reg(const SIProgramInfo &ProgInfo, in getPGMRSrc1Reg()
136 static uint64_t getComputePGMRSrc2Reg(const SIProgramInfo &ProgInfo) { in getComputePGMRSrc2Reg()
164 const MCExpr *SIProgramInfo::getComputePGMRSrc1(const GCNSubtarget &ST, in getComputePGMRSrc1()
174 const MCExpr *SIProgramInfo::getPGMRSrc1(CallingConv::ID CC, in getPGMRSrc1()
189 const MCExpr *SIProgramInfo::getComputePGMRSrc2(MCContext &Ctx) const { in getComputePGMRSrc2()
195 const MCExpr *SIProgramInfo::getPGMRSrc2(CallingConv::ID CC, in getPGMRSrc2()
H A DAMDGPUHSAMetadataStreamer.h33 struct SIProgramInfo;
56 const SIProgramInfo &ProgramInfo) = 0;
92 const SIProgramInfo &ProgramInfo,
141 const SIProgramInfo &ProgramInfo) override;
H A DSIProgramInfo.h31 struct LLVM_EXTERNAL_VISIBILITY SIProgramInfo { struct
92 SIProgramInfo() = default; argument
H A DAMDGPUAsmPrinter.cpp482 const SIProgramInfo &PI) const { in getAmdhsaKernelDescriptor()
756 void AMDGPUAsmPrinter::getSIProgramInfo(SIProgramInfo &ProgInfo, in getSIProgramInfo()
1115 const SIProgramInfo &CurrentProgramInfo) { in EmitProgramInfoSI()
1213 const SIProgramInfo &CurrentProgramInfo, in EmitPALMetadataCommon()
1238 const SIProgramInfo &CurrentProgramInfo) { in EmitPALMetadata()
1364 const SIProgramInfo &CurrentProgramInfo, in getAmdKernelCode()
1477 const MachineFunction &MF, const SIProgramInfo &CurrentProgramInfo, in emitResourceUsageRemarks()
H A DAMDGPUHSAMetadataStreamer.cpp460 const SIProgramInfo &ProgramInfo, in getHSAKernelProps()
546 const SIProgramInfo &ProgramInfo) { in emitKernel()