OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeLatency
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h
93
///
ComputeLatency
- Compute node latency.
95
virtual void
ComputeLatency
(SUnit *SU);
ScheduleDAGSDNodes.cpp
363
ComputeLatency
(NodeSUnit);
544
void ScheduleDAGSDNodes::
ComputeLatency
(SUnit *SU) {
ScheduleDAGRRList.cpp
833
ComputeLatency
(LoadSU);
851
ComputeLatency
(NewSU);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.h
181
///
ComputeLatency
- Compute node latency.
183
virtual void
ComputeLatency
(SUnit *SU);
ScheduleDAGInstrs.cpp
253
ComputeLatency
(SU);
572
void ScheduleDAGInstrs::
ComputeLatency
(SUnit *SU) {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h
555
///
ComputeLatency
- Compute node latency.
557
virtual void
ComputeLatency
(SUnit *SU) = 0;
Completed in 121 milliseconds