OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForceUnitLatencies
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp
385
bool UnitLatencies =
ForceUnitLatencies
();
556
if (
ForceUnitLatencies
()) {
581
if (
ForceUnitLatencies
())
ScheduleDAGFast.cpp
104
///
ForceUnitLatencies
- The fast scheduler doesn't care about real latencies.
105
bool
ForceUnitLatencies
() const { return true; }
ScheduleDAGRRList.cpp
271
///
ForceUnitLatencies
- Register-pressure-reducing scheduling doesn't
273
bool
ForceUnitLatencies
() const {
379
if (!
ForceUnitLatencies
()) {
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h
570
///
ForceUnitLatencies
- Return true if all scheduling edges should be given
573
virtual bool
ForceUnitLatencies
() const { return false; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.cpp
207
bool UnitLatencies =
ForceUnitLatencies
();
Completed in 397 milliseconds