Home
last modified time | relevance | path

Searched refs:SGPRImportant (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp152 bool SGPRImportant = SGPROcc < VGPROcc; in less() local
156 if (SGPRImportant != OtherSGPRImportant) { in less()
157 SGPRImportant = false; in less()
161 bool SGPRFirst = SGPRImportant; in less()
175 return SGPRImportant ? (getSGPRNum() < O.getSGPRNum()): in less()