Searched refs:computeOperandLatency (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | TargetSchedule.h | 143 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() 619 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use, in computeOperandLatency() function in ScheduleDAGSDNodes
|
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 750 .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()
|
D | ScheduleDAGInstrs.cpp | 268 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()
|
D | TargetSchedule.cpp | 176 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() function in TargetSchedModel
|
D | TargetInstrInfo.cpp | 710 computeOperandLatency(const InstrItineraryData *ItinData, in computeOperandLatency() function in TargetInstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 819 unsigned computeOperandLatency(const InstrItineraryData *ItinData,
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 3661 int Latency = computeOperandLatency(ItinData, DefMI, DefIdx, UseMI, UseIdx, in hasHighOperandLatency()
|