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 145 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
153 /// a particular use. computeOperandLatency is the prefered API, but this is
  /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 155 unsigned TargetSchedModel::computeOperandLatency(
MachineTraceMetrics.cpp     [all...]
TargetInstrInfo.cpp 684 /// computeOperandLatency - Compute and return the latency of the given data
696 computeOperandLatency(const InstrItineraryData *ItinData,
ScheduleDAGInstrs.cpp 275 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse,
426 dep.setLatency(SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx));
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 1707 milliseconds