Searched refs:computeOperandLatency (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 202 LatencyOp = TSchedModel.computeOperandLatency(DefInstr, DefIdx, in getDepth() 208 LatencyOp = TSchedModel.computeOperandLatency( in getDepth() 252 LatencyOp = TSchedModel.computeOperandLatency( in getLatency()
|
H A D | MachineTraceMetrics.cpp | 804 .computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, Dep.UseOp); in updateDepth() 923 DepHeight += SchedModel.computeOperandLatency(&MI, MI.getOperandNo(MOI), in updatePhysDepsUpwards() 959 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, in pushDepHeight() 1191 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()
|
H A D | TargetSchedule.cpp | 184 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() function in TargetSchedModel
|
H A D | ScheduleDAGInstrs.cpp | 272 Dep.setLatency(SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps() 447 Dep.setLatency(SchedModel.computeOperandLatency(MI, OperIdx, Use, in addVRegDefDeps()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetSchedule.h | 174 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.h | 107 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
|
H A D | ScheduleDAGSDNodes.cpp | 511 computeOperandLatency(OpN, N, i, Dep); in AddSchedEdges() 646 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use, in computeOperandLatency() function in ScheduleDAGSDNodes
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 4787 SchedModel.computeOperandLatency(&DefMI, DefIdx, &UseMI, UseIdx); in hasHighOperandLatency()
|