Searched refs:CurrentProgramInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp191 getAmdKernelCode(KernelCode, CurrentProgramInfo, *MF);
196 HSAMetadataStream->emitKernel(*MF, CurrentProgramInfo);
230 STM, KernelName, getAmdhsaKernelDescriptor(*MF, CurrentProgramInfo),
231 CurrentProgramInfo.NumVGPRsForWavesPerEU,
232 CurrentProgramInfo.NumSGPRsForWavesPerEU -
234 &STM, CurrentProgramInfo.VCCUsed, CurrentProgramInfo.FlatUsed,
236 CurrentProgramInfo.VCCUsed, CurrentProgramInfo.FlatUsed);
413 if (CurrentProgramInfo
970 EmitProgramInfoSI(const MachineFunction &MF, const SIProgramInfo &CurrentProgramInfo) argument
1030 EmitPALMetadata(const MachineFunction &MF, const SIProgramInfo &CurrentProgramInfo) argument
1152 getAmdKernelCode(amd_kernel_code_t &Out, const SIProgramInfo &CurrentProgramInfo, const MachineFunction &MF) const argument
1262 emitResourceUsageRemarks( const MachineFunction &MF, const SIProgramInfo &CurrentProgramInfo, bool isModuleEntryFunction, bool hasMAIInsts) argument
[all...]
H A DAMDGPUAsmPrinter.h47 SIProgramInfo CurrentProgramInfo; member in class:llvm::final
72 const SIProgramInfo &CurrentProgramInfo,

Completed in 142 milliseconds