OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSpilledSGPRs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h
70
bool
HasSpilledSGPRs
;
260
bool
hasSpilledSGPRs
() const {
261
return
HasSpilledSGPRs
;
265
HasSpilledSGPRs
= Spill;
SIFrameLowering.cpp
24
if (!FuncInfo->
hasSpilledSGPRs
())
Completed in 80 milliseconds