Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DLocalRA.cpp305 if (!needGlobalRA) in trivialAssignRA()
323 bool needGlobalRA = true; in localRAPass() local
378 needGlobalRA = false; in localRAPass()
421 return needGlobalRA; in localRAPass()
439 bool needGlobalRA = true; in localRA() local
458 if (!needGlobalRA) in localRA()
501 if (needGlobalRA) in localRA()
535 return !needGlobalRA; in localRA()
929 if (needGlobalRA) in assignUniqueRegisters()
988 needGlobalRA = true; in assignUniqueRegisters()
[all …]
H A DLocalRA.h66 void trivialAssignRA(bool& needGlobalRA, bool threeSourceCandidate);