Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DTargetSchedule.h145 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h102 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
DScheduleDAGSDNodes.cpp497 computeOperandLatency(OpN, N, i, Dep); in AddSchedEdges()
624 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use, in computeOperandLatency() function in ScheduleDAGSDNodes
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp856 .computeOperandLatency(Dep.DefMI, Dep.DefOp, UseMI, Dep.UseOp); in computeInstrDepths()
904 .computeOperandLatency(MI, MO.getOperandNo(), I->MI, I->Op); in updatePhysDepsUpwards()
941 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in pushDepHeight()
1172 .computeOperandLatency(Dep.DefMI, Dep.DefOp, PHI, Dep.UseOp); in getPHIDepth()
DTargetSchedule.cpp155 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() function in TargetSchedModel
DScheduleDAGInstrs.cpp274 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse, in addPhysRegDataDeps()
435 dep.setLatency(SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx)); in addVRegUseDeps()
DTargetInstrInfo.cpp742 computeOperandLatency(const InstrItineraryData *ItinData, in computeOperandLatency() function in TargetInstrInfo
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetInstrInfo.h831 unsigned computeOperandLatency(const InstrItineraryData *ItinData,
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3875 int Latency = computeOperandLatency(ItinData, DefMI, DefIdx, UseMI, UseIdx); in hasHighOperandLatency()