Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h100 virtual void ComputeOperandLatency(SUnit *Def, SUnit *Use, in ComputeOperandLatency() function
103 virtual void ComputeOperandLatency(SDNode *Def, SDNode *Use,
DScheduleDAGSDNodes.cpp451 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/
DScheduleDAGInstrs.cpp328 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
DScheduleDAGInstrs.h188 virtual void ComputeOperandLatency(SUnit *Def, SUnit *Use,
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h562 virtual void ComputeOperandLatency(SUnit *, SUnit *,