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 153 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
161 /// a particular use. computeOperandLatency is the preferred API, but this is
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 102 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
ScheduleDAGSDNodes.cpp 498 computeOperandLatency(OpN, N, i, Dep);
625 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use,
    [all...]
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 155 unsigned TargetSchedModel::computeOperandLatency(
MachineTraceMetrics.cpp 852 .computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, Dep.UseOp);
    [all...]
ScheduleDAGInstrs.cpp 283 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse,
446 dep.setLatency(SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx));
    [all...]
TargetInstrInfo.cpp 815 /// computeOperandLatency - Compute and return the latency of the given data
827 computeOperandLatency(const InstrItineraryData *ItinData,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 2816 milliseconds