Home
last modified time | relevance | path

Searched refs:ComputeLatency (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h95 virtual void ComputeLatency(SUnit *SU);
DScheduleDAGSDNodes.cpp363 ComputeLatency(NodeSUnit); in BuildSchedUnits()
544 void ScheduleDAGSDNodes::ComputeLatency(SUnit *SU) { in ComputeLatency() function in ScheduleDAGSDNodes
DScheduleDAGRRList.cpp833 ComputeLatency(LoadSU); in CopyAndMoveSuccessors()
851 ComputeLatency(NewSU); in CopyAndMoveSuccessors()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGInstrs.h183 virtual void ComputeLatency(SUnit *SU);
DScheduleDAGInstrs.cpp253 ComputeLatency(SU); in BuildSchedGraph()
572 void ScheduleDAGInstrs::ComputeLatency(SUnit *SU) { in ComputeLatency() function in ScheduleDAGInstrs
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h557 virtual void ComputeLatency(SUnit *SU) = 0;