Home
last modified time | relevance | path

Searched refs:MaxVGPR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCResourceInfo.h43 int32_t MaxVGPR = 0;
70 MaxVGPR = std::max(MaxVGPR, candidate); in addMaxVGPRCandidate()
H A DAMDGPUResourceUsageAnalysis.cpp182 int32_t MaxVGPR = -1; in analyzeResourceUsage() local
432 MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR; in analyzeResourceUsage()
496 Info.NumVGPR = MaxVGPR + 1; in analyzeResourceUsage()
H A DAMDGPUMCResourceInfo.cpp75 assignMaxRegSym(MaxVGPRSym, MaxVGPR); in assignMaxRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h70 virtual void EmitMCResourceMaximums(const MCSymbol *MaxVGPR, in EmitMCResourceMaximums() argument
153 void EmitMCResourceMaximums(const MCSymbol *MaxVGPR, const MCSymbol *MaxAGPR,
H A DAMDGPUTargetStreamer.cpp303 void AMDGPUTargetAsmStreamer::EmitMCResourceMaximums(const MCSymbol *MaxVGPR, in EmitMCResourceMaximums() argument
313 PRINT_RES_INFO(MaxVGPR); in EmitMCResourceMaximums()