Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h61 SIProgramInfo CurrentProgramInfo;
71 void getSIProgramInfo(SIProgramInfo &Out, const MachineFunction &MF);
72 void getAmdKernelCode(amd_kernel_code_t &Out, const SIProgramInfo &KernelInfo,
81 const SIProgramInfo &KernelInfo);
83 const SIProgramInfo &KernelInfo);
98 const SIProgramInfo &PI) const;
H A DAMDGPUHSAMetadataStreamer.h32 struct SIProgramInfo;
50 const SIProgramInfo &ProgramInfo) = 0;
75 const SIProgramInfo &ProgramInfo) const;
120 const SIProgramInfo &ProgramInfo) override;
159 const SIProgramInfo &ProgramInfo) const;
162 const SIProgramInfo &ProgramInfo) const;
200 const SIProgramInfo &ProgramInfo) override;
H A DSIProgramInfo.h25 struct SIProgramInfo { struct
71 SIProgramInfo() = default; argument
H A DSIProgramInfo.cpp23 uint64_t SIProgramInfo::getComputePGMRSrc1() const { in getComputePGMRSrc1()
31 uint64_t SIProgramInfo::getPGMRSrc1(CallingConv::ID CC) const { in getPGMRSrc1()
H A DAMDGPUHSAMetadataStreamer.cpp192 const SIProgramInfo &ProgramInfo) const { in getHSACodeProps()
222 const SIProgramInfo &ProgramInfo) const { in getHSADebugProps()
456 const SIProgramInfo &ProgramInfo) { in emitKernel()
851 const SIProgramInfo &ProgramInfo) const { in getHSAKernelProps()
904 const SIProgramInfo &ProgramInfo) { in emitKernel()
H A DAMDGPUAsmPrinter.cpp425 const SIProgramInfo &PI) const { in getAmdhsaKernelDescriptor()
455 CurrentProgramInfo = SIProgramInfo(); in runOnMachineFunction()
1069 void AMDGPUAsmPrinter::getSIProgramInfo(SIProgramInfo &ProgInfo, in getSIProgramInfo()
1285 const SIProgramInfo &CurrentProgramInfo) { in EmitProgramInfoSI()
1333 const SIProgramInfo &CurrentProgramInfo) { in EmitPALMetadata()
1386 const SIProgramInfo &CurrentProgramInfo, in getAmdKernelCode()
H A DCMakeLists.txt137 SIProgramInfo.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
H A DMakefile108 SIProgramInfo.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn221 "SIProgramInfo.cpp",