Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCombiner.cpp152 LatencyOp = TSchedModel.computeOperandLatency( in getDepth()
159 LatencyOp = TSchedModel.computeOperandLatency( in getDepth()
202 LatencyOp = TSchedModel.computeOperandLatency( in getLatency()
DMachineTraceMetrics.cpp844 .computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, Dep.UseOp); in computeInstrDepths()
892 .computeOperandLatency(MI, MO.getOperandNo(), I->MI, I->Op); in updatePhysDepsUpwards()
929 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in pushDepHeight()
1160 .computeOperandLatency(Dep.DefMI, Dep.DefOp, PHI, Dep.UseOp); in getPHIDepth()
DTargetSchedule.cpp154 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() function in TargetSchedModel
DScheduleDAGInstrs.cpp283 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse, in addPhysRegDataDeps()
446 dep.setLatency(SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx)); in addVRegUseDeps()
DTargetInstrInfo.cpp847 computeOperandLatency(const InstrItineraryData *ItinData, in computeOperandLatency() function in TargetInstrInfo
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h153 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()
627 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use, in computeOperandLatency() function in ScheduleDAGSDNodes
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1043 unsigned computeOperandLatency(const InstrItineraryData *ItinData,
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4017 int Latency = computeOperandLatency(ItinData, DefMI, DefIdx, UseMI, UseIdx); in hasHighOperandLatency()