Searched refs:computeOperandLatency (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h153 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
161 /// a particular use. computeOperandLatency is the preferred API, but this is
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h102 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
H A DScheduleDAGSDNodes.cpp498 computeOperandLatency(OpN, N, i, Dep);
625 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use,
/external/llvm/lib/CodeGen/
H A DTargetSchedule.cpp155 unsigned TargetSchedModel::computeOperandLatency( function in class:TargetSchedModel
H A DMachineTraceMetrics.cpp852 .computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, Dep.UseOp);
900 .computeOperandLatency(MI, MO.getOperandNo(), I->MI, I->Op);
937 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp,
1168 .computeOperandLatency(Dep.DefMI, Dep.DefOp, PHI, Dep.UseOp);
H A DScheduleDAGInstrs.cpp283 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse,
446 dep.setLatency(SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx));
H A DTargetInstrInfo.cpp815 /// computeOperandLatency - Compute and return the latency of the given data
827 computeOperandLatency(const InstrItineraryData *ItinData, function in class:TargetInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h848 /// a target. Use computeOperandLatency to get the best estimate of latency.
854 /// computeOperandLatency - Compute and return the latency of the given data
856 unsigned computeOperandLatency(const InstrItineraryData *ItinData,
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3903 int Latency = computeOperandLatency(ItinData, DefMI, DefIdx, UseMI, UseIdx);

Completed in 863 milliseconds