OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSpilledVGPRs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h
71
bool
HasSpilledVGPRs
;
268
bool
hasSpilledVGPRs
() const {
269
return
HasSpilledVGPRs
;
273
HasSpilledVGPRs
= Spill;
SIFrameLowering.cpp
27
if (FuncInfo->
hasSpilledVGPRs
())
Completed in 47 milliseconds