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
83
bool
HasSpilledSGPRs
;
287
bool
hasSpilledSGPRs
() const {
288
return
HasSpilledSGPRs
;
292
HasSpilledSGPRs
= Spill;
SIFrameLowering.cpp
26
return FuncInfo->
hasSpilledSGPRs
() &&
Completed in 41 milliseconds