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;
SIMachineFunctionInfo.cpp
54
HasSpilledVGPRs
(false),
Completed in 45 milliseconds