OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasSpilledVGPRs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h
84
bool
HasSpilledVGPRs
;
295
bool
hasSpilledVGPRs
() const {
296
return
HasSpilledVGPRs
;
300
HasSpilledVGPRs
= Spill;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h
144
bool
HasSpilledVGPRs
= false;
468
bool
hasSpilledVGPRs
() const {
469
return
HasSpilledVGPRs
;
473
HasSpilledVGPRs
= Spill;
Completed in 495 milliseconds