Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp552 bool Urgent = !VirtReg.isSpillable() && Intf->isSpillable(); in canEvictInterference() local
556 if (!Urgent) in canEvictInterference()
571 if (!Urgent && !shouldEvict(VirtReg, IsHint, *Intf, BreaksHint)) in canEvictInterference()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp765 bool Urgent = !VirtReg.isSpillable() && in canEvictInterference() local
772 if (!Urgent) in canEvictInterference()
786 if (Urgent) in canEvictInterference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp908 bool Urgent = !VirtReg.isSpillable() && in canEvictInterference() local
915 if (!Urgent) in canEvictInterference()
929 if (Urgent) in canEvictInterference()
/external/python/cpython2/Doc/library/
Dselect.rst129 | :const:`EPOLLPRI` | Urgent data for read |
/external/python/cpython3/Doc/library/
Dselect.rst289 | :const:`EPOLLPRI` | Urgent data for read |