Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp937 unsigned NumSVCopies; member in V2SCopyInfo
954 : Copy(C), NumSVCopies(0), NumReadfirstlanes(Width / 32), ID(Id){}; in V2SCopyInfo()
958 << "\n\tSV:" << NumSVCopies << "\n\tSP: " << SiblingPenalty in dump()
1001 I->NumSVCopies + I->SiblingPenalty + I->NumReadfirstlanes; in lowerVGPR2SGPRCopies()
1058 In.NumSVCopies++; in lowerVGPR2SGPRCopies()