Searched refs:ComputeOperandLatency (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.h | 100 virtual void ComputeOperandLatency(SUnit *Def, SUnit *Use, in ComputeOperandLatency() function 103 virtual void ComputeOperandLatency(SDNode *Def, SDNode *Use,
|
D | ScheduleDAGSDNodes.cpp | 451 ComputeOperandLatency(OpN, N, i, const_cast<SDep &>(dep)); in AddSchedEdges() 578 void ScheduleDAGSDNodes::ComputeOperandLatency(SDNode *Def, SDNode *Use, in ComputeOperandLatency() function in ScheduleDAGSDNodes
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 328 ComputeOperandLatency(SU, UseSU, const_cast<SDep &>(dep)); in BuildSchedGraph() 341 ComputeOperandLatency(SU, UseSU, const_cast<SDep &>(dep)); in BuildSchedGraph() 586 void ScheduleDAGInstrs::ComputeOperandLatency(SUnit *Def, SUnit *Use, in ComputeOperandLatency() function in ScheduleDAGInstrs
|
D | ScheduleDAGInstrs.h | 188 virtual void ComputeOperandLatency(SUnit *Def, SUnit *Use,
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 562 virtual void ComputeOperandLatency(SUnit *, SUnit *,
|