Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h173 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h107 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
H A DScheduleDAGSDNodes.cpp514 computeOperandLatency(OpN, N, i, Dep); in AddSchedEdges()
649 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use, in computeOperandLatency() function in ScheduleDAGSDNodes
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp237 LatencyOp = TSchedModel.computeOperandLatency(DefInstr, DefIdx, in getDepth()
246 LatencyOp = TSchedModel.computeOperandLatency( in getDepth()
285 LatencyOp = TSchedModel.computeOperandLatency( in getLatency()
H A DMachineTraceMetrics.cpp817 .computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, Dep.UseOp); in updateDepth()
932 DepHeight += SchedModel.computeOperandLatency(&MI, MO.getOperandNo(), in updatePhysDepsUpwards()
968 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, in pushDepHeight()
1195 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()
H A DTargetSchedule.cpp173 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() function in TargetSchedModel
H A DScheduleDAGInstrs.cpp280 Dep.setLatency(SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps()
454 Dep.setLatency(SchedModel.computeOperandLatency(MI, OperIdx, Use, in addVRegDefDeps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp390 unsigned Latency = SchedModel.computeOperandLatency( in runOnMachineBasicBlock()
H A DAMDGPUSubtarget.cpp891 Dep.setLatency(InstrInfo.getSchedModel().computeOperandLatency( in adjustSchedDependency()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4817 SchedModel.computeOperandLatency(&DefMI, DefIdx, &UseMI, UseIdx); in hasHighOperandLatency()