Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp385 bool UnitLatencies = ForceUnitLatencies(); in AddSchedEdges()
556 if (ForceUnitLatencies()) { in ComputeLatency()
581 if (ForceUnitLatencies()) in ComputeOperandLatency()
DScheduleDAGFast.cpp105 bool ForceUnitLatencies() const { return true; } in ForceUnitLatencies() function in __anonb3f617930111::ScheduleDAGFast
DScheduleDAGRRList.cpp273 bool ForceUnitLatencies() const { in ForceUnitLatencies() function in __anon3c49a6c50311::ScheduleDAGRRList
379 if (!ForceUnitLatencies()) { in ReleasePred()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h573 virtual bool ForceUnitLatencies() const { return false; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGInstrs.cpp207 bool UnitLatencies = ForceUnitLatencies(); in BuildSchedGraph()