Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h143 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h102 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
DScheduleDAGSDNodes.cpp492 computeOperandLatency(OpN, N, i, Dep); in AddSchedEdges()
619 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use, in computeOperandLatency() function in ScheduleDAGSDNodes
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp750 .computeOperandLatency(Dep.DefMI, Dep.DefOp, UseMI, Dep.UseOp, in computeInstrDepths()
799 .computeOperandLatency(MI, MO.getOperandNo(), I->MI, I->Op, in updatePhysDepsUpwards()
837 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in pushDepHeight()
1056 .computeOperandLatency(Dep.DefMI, Dep.DefOp, PHI, Dep.UseOp, false); in getPHIDepth()
DScheduleDAGInstrs.cpp268 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps()
272 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, in addPhysRegDataDeps()
427 SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx, false)); in addVRegUseDeps()
429 SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx, true)); in addVRegUseDeps()
DTargetSchedule.cpp176 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() function in TargetSchedModel
DTargetInstrInfo.cpp710 computeOperandLatency(const InstrItineraryData *ItinData, in computeOperandLatency() function in TargetInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h819 unsigned computeOperandLatency(const InstrItineraryData *ItinData,
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3661 int Latency = computeOperandLatency(ItinData, DefMI, DefIdx, UseMI, UseIdx, in hasHighOperandLatency()