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

  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 162 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
170 /// a particular use. computeOperandLatency is the preferred API, but this is
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 97 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
ScheduleDAGSDNodes.cpp 490 computeOperandLatency(OpN, N, i, Dep);
625 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use,
    [all...]
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 155 LatencyOp = TSchedModel.computeOperandLatency(
162 LatencyOp = TSchedModel.computeOperandLatency(
204 LatencyOp = TSchedModel.computeOperandLatency(
TargetSchedule.cpp 154 unsigned TargetSchedModel::computeOperandLatency(
MachineTraceMetrics.cpp 847 .computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, Dep.UseOp);
    [all...]
ScheduleDAGInstrs.cpp 314 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse,
462 Dep.setLatency(SchedModel.computeOperandLatency(MI, OperIdx, Use,
    [all...]
TargetInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 7749 milliseconds