OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeInstrLatency
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
TargetSchedule.h
44
unsigned
computeInstrLatency
(const MCSchedClassDesc &SCDesc) const;
177
unsigned
computeInstrLatency
(const MachineInstr *MI,
179
unsigned
computeInstrLatency
(unsigned Opcode) const;
/external/llvm/lib/CodeGen/
TargetSchedule.cpp
226
TargetSchedModel::
computeInstrLatency
(const MCSchedClassDesc &SCDesc) const {
238
unsigned TargetSchedModel::
computeInstrLatency
(unsigned Opcode) const {
245
return
computeInstrLatency
(*SCDesc);
251
TargetSchedModel::
computeInstrLatency
(const MachineInstr *MI,
262
return
computeInstrLatency
(*SCDesc);
286
return
computeInstrLatency
(DefMI);
MachineCombiner.cpp
206
LatencyOp = TSchedModel.
computeInstrLatency
(NewRoot);
271
unsigned RootLatency = TSchedModel.
computeInstrLatency
(Root);
IfConversion.cpp
691
unsigned NumCycles = SchedModel.
computeInstrLatency
(&*I, false);
[
all
...]
ScheduleDAGInstrs.cpp
767
SU->Latency = SchedModel.
computeInstrLatency
(SU->getInstr());
[
all
...]
Completed in 363 milliseconds