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

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h162 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
170 /// a particular use. computeOperandLatency is the preferred API, but this is
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h97 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
H A DScheduleDAGSDNodes.cpp490 computeOperandLatency(OpN, N, i, Dep);
625 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use,
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp153 LatencyOp = TSchedModel.computeOperandLatency(
160 LatencyOp = TSchedModel.computeOperandLatency(
202 LatencyOp = TSchedModel.computeOperandLatency(
H A DTargetSchedule.cpp154 unsigned TargetSchedModel::computeOperandLatency( function in class:TargetSchedModel
H A DMachineTraceMetrics.cpp843 .computeOperandLatency(Dep.DefMI, Dep.DefOp, &UseMI, Dep.UseOp);
894 .computeOperandLatency(MI, MI->getOperandNo(MOI), I->MI, I->Op);
931 UseHeight += SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp,
1165 .computeOperandLatency(Dep.DefMI, Dep.DefOp, PHI, Dep.UseOp);
H A DScheduleDAGInstrs.cpp278 SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse,
426 Dep.setLatency(SchedModel.computeOperandLatency(MI, OperIdx, Use,
H A DTargetInstrInfo.cpp1097 /// computeOperandLatency - Compute and return the latency of the given data
1109 computeOperandLatency(const InstrItineraryData *ItinData, function in class:TargetInstrInfo
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1162 /// by a target. Use computeOperandLatency to get the best estimate of
1171 unsigned computeOperandLatency(const InstrItineraryData *ItinData,
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4049 = SchedModel.computeOperandLatency(DefMI, DefIdx, UseMI, UseIdx);

Completed in 97 milliseconds