OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VGPRReservedForSGPRSpill
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILowerSGPRSpills.cpp
252
const Register PreReservedVGPR = FuncInfo->
VGPRReservedForSGPRSpill
;
313
if (FuncInfo->
VGPRReservedForSGPRSpill
) {
315
FuncInfo->removeVGPRForSGPRSpill(FuncInfo->
VGPRReservedForSGPRSpill
, MF);
416
} else if (FuncInfo->
VGPRReservedForSGPRSpill
) {
417
FuncInfo->removeVGPRForSGPRSpill(FuncInfo->
VGPRReservedForSGPRSpill
, MF);
SIMachineFunctionInfo.cpp
304
// 1. One reserved VGPR being tracked by
VGPRReservedForSGPRSpill
is not yet
308
if (FuncInfo->
VGPRReservedForSGPRSpill
&& NumVGPRSpillLanes < WaveSize) {
309
assert(FuncInfo->
VGPRReservedForSGPRSpill
== SpillVGPRs.back().VGPR);
310
LaneVGPR = FuncInfo->
VGPRReservedForSGPRSpill
;
355
FuncInfo->
VGPRReservedForSGPRSpill
= LaneVGPR;
625
this->
VGPRReservedForSGPRSpill
= AMDGPU::NoRegister;
SIMachineFunctionInfo.h
502
Register
VGPRReservedForSGPRSpill
;
528
VGPRReservedForSGPRSpill
= NewVGPR;
SIISelLowering.cpp
11821
!Info->
VGPRReservedForSGPRSpill
&& !Info->isEntryFunction())
Completed in 69 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026