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 __anon09d611c90111::ScheduleDAGFast
DScheduleDAGRRList.cpp273 bool ForceUnitLatencies() const { in ForceUnitLatencies() function in __anon8a11067b0311::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()