Searched refs:MaxSGPR (Results 1 – 5 of 5) sorted by relevance
45 int32_t MaxSGPR = 0; variable76 MaxSGPR = std::max(MaxSGPR, candidate); in addMaxSGPRCandidate()
184 int32_t MaxSGPR = -1; in analyzeResourceUsage() local428 MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR; in analyzeResourceUsage()495 Info.NumExplicitSGPR = MaxSGPR + 1; in analyzeResourceUsage()
77 assignMaxRegSym(MaxSGPRSym, MaxSGPR); in assignMaxRegs()
72 const MCSymbol *MaxSGPR) {}; in EmitMCResourceMaximums() argument154 const MCSymbol *MaxSGPR) override;
305 const MCSymbol *MaxSGPR) { in EmitMCResourceMaximums() argument315 PRINT_RES_INFO(MaxSGPR); in EmitMCResourceMaximums()