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

  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 143 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
151 /// a particular use. computeOperandLatency is the prefered API, but this is
162 /// getDefLatency is a helper for computeOperandLatency. Return the
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 102 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
ScheduleDAGSDNodes.cpp 492 computeOperandLatency(OpN, N, i, Dep);
619 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use,
    [all...]
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 176 unsigned TargetSchedModel::computeOperandLatency(
MachineTraceMetrics.cpp 750 .computeOperandLatency(Dep.DefMI, Dep.DefOp, UseMI, Dep.UseOp,
799 .computeOperandLatency(MI, MO.getOperandNo(), I->MI, I->Op,
837 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp,
    [all...]
ScheduleDAGInstrs.cpp 268 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx,
272 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx,
427 SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx, false));
429 SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx, true));
    [all...]
TargetInstrInfo.cpp 698 /// computeOperandLatency - Compute and return the latency of the given data
710 computeOperandLatency(const InstrItineraryData *ItinData,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 1738 milliseconds