OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeInstrLatency
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
TargetSchedule.h
155
unsigned
computeInstrLatency
(const MachineInstr *MI) const;
/external/llvm/lib/CodeGen/
TargetSchedule.cpp
227
unsigned TargetSchedModel::
computeInstrLatency
(const MachineInstr *MI) const {
269
return
computeInstrLatency
(DefMI);
ScheduleDAGInstrs.cpp
681
SU->Latency = SchedModel.
computeInstrLatency
(SU->getInstr());
[
all
...]
Completed in 40 milliseconds