OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasVRegLiveness
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
275
virtual bool
hasVRegLiveness
() const { return false; }
401
bool
hasVRegLiveness
() const override { return true; }
/external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.cpp
27
assert(dag->
hasVRegLiveness
() && "R600SchedStrategy needs vreg liveness");
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
[
all
...]
Completed in 63 milliseconds