Searched refs:computeOperandLatency (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 152 LatencyOp = TSchedModel.computeOperandLatency( in getDepth() 159 LatencyOp = TSchedModel.computeOperandLatency( in getDepth() 202 LatencyOp = TSchedModel.computeOperandLatency( in getLatency()
|
D | MachineTraceMetrics.cpp | 844 .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()
|
D | TargetSchedule.cpp | 154 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() function in TargetSchedModel
|
D | ScheduleDAGInstrs.cpp | 283 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse, in addPhysRegDataDeps() 446 dep.setLatency(SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx)); in addVRegUseDeps()
|
D | TargetInstrInfo.cpp | 847 computeOperandLatency(const InstrItineraryData *ItinData, in computeOperandLatency() function in TargetInstrInfo
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetSchedule.h | 153 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.h | 102 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
|
D | ScheduleDAGSDNodes.cpp | 492 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/ |
D | TargetInstrInfo.h | 1043 unsigned computeOperandLatency(const InstrItineraryData *ItinData,
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 4017 int Latency = computeOperandLatency(ItinData, DefMI, DefIdx, UseMI, UseIdx); in hasHighOperandLatency()
|