Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp108 bool SGPRImportant = SGPROcc < VGPROcc; in less() local
112 if (SGPRImportant != OtherSGPRImportant) { in less()
113 SGPRImportant = false; in less()
117 bool SGPRFirst = SGPRImportant; in less()
131 return SGPRImportant ? (getSGPRNum() < O.getSGPRNum()): in less()