HomeSort by relevance Sort by last modified time
    Searched refs:ComputeOperandLatency (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 97 /// ComputeOperandLatency - Override dependence edge latency using
100 virtual void ComputeOperandLatency(SUnit *Def, SUnit *Use,
103 virtual void ComputeOperandLatency(SDNode *Def, SDNode *Use,
ScheduleDAGSDNodes.cpp 451 ComputeOperandLatency(OpN, N, i, const_cast<SDep &>(dep));
578 void ScheduleDAGSDNodes::ComputeOperandLatency(SDNode *Def, SDNode *Use,
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.h 185 /// ComputeOperandLatency - Override dependence edge latency using
188 virtual void ComputeOperandLatency(SUnit *Def, SUnit *Use,
ScheduleDAGInstrs.cpp 328 ComputeOperandLatency(SU, UseSU, const_cast<SDep &>(dep));
341 ComputeOperandLatency(SU, UseSU, const_cast<SDep &>(dep));
586 void ScheduleDAGInstrs::ComputeOperandLatency(SUnit *Def, SUnit *Use,
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 559 /// ComputeOperandLatency - Override dependence edge latency using
562 virtual void ComputeOperandLatency(SUnit *, SUnit *,

Completed in 299 milliseconds