OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSpilledVGPRs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILowerSGPRSpills.cpp
321
const bool SpillVGPRToAGPR = ST.hasMAIInsts() && FuncInfo->
hasSpilledVGPRs
()
SIMachineFunctionInfo.cpp
562
HasSpilledVGPRs
(MFI.
hasSpilledVGPRs
()),
592
HasSpilledVGPRs
= YamlMFI.
HasSpilledVGPRs
;
SIMachineFunctionInfo.h
280
bool
HasSpilledVGPRs
= false;
315
YamlIO.mapOptional("
hasSpilledVGPRs
", MFI.
HasSpilledVGPRs
, false);
390
bool
HasSpilledVGPRs
= false;
784
bool
hasSpilledVGPRs
() const {
785
return
HasSpilledVGPRs
;
789
HasSpilledVGPRs
= Spill;
Completed in 17 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026