Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp152 LatencyOp = TSchedModel.computeOperandLatency( in getDepth()
159 LatencyOp = TSchedModel.computeOperandLatency( in getDepth()
203 LatencyOp = TSchedModel.computeOperandLatency( in getLatency()
H A DTargetSchedule.cpp154 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() function in TargetSchedModel
H A DMachineTraceMetrics.cpp849 .computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, Dep.UseOp); in computeInstrDepths()
897 .computeOperandLatency(MI, MO.getOperandNo(), I->MI, I->Op); in updatePhysDepsUpwards()
934 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in pushDepHeight()
1165 .computeOperandLatency(Dep.DefMI, Dep.DefOp, PHI, Dep.UseOp); in getPHIDepth()
H A DScheduleDAGInstrs.cpp282 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse, in addPhysRegDataDeps()
445 dep.setLatency(SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx)); in addVRegUseDeps()
H A DTargetInstrInfo.cpp854 computeOperandLatency(const InstrItineraryData *ItinData, in computeOperandLatency() function in TargetInstrInfo
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h153 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h102 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
H A DScheduleDAGSDNodes.cpp502 computeOperandLatency(OpN, N, i, Dep); in AddSchedEdges()
637 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use, in computeOperandLatency() function in ScheduleDAGSDNodes
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1045 unsigned computeOperandLatency(const InstrItineraryData *ItinData,
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4019 int Latency = computeOperandLatency(ItinData, DefMI, DefIdx, UseMI, UseIdx); in hasHighOperandLatency()