OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMicroOpFactor
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetSchedule.h
150
unsigned
getMicroOpFactor
() const {
MachineScheduler.h
658
// MOps *
getMicroOpFactor
and Latency * getLatencyFactor.
734
return RetiredMOps * SchedModel->
getMicroOpFactor
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp
2028
* SchedModel->
getMicroOpFactor
();
2239
+ (RetiredMOps * SchedModel->
getMicroOpFactor
());
2241
<< OtherCritCount / SchedModel->
getMicroOpFactor
() << '\n');
2425
unsigned DecRemIssue = IncMOps * SchedModel->
getMicroOpFactor
();
2431
RetiredMOps * SchedModel->
getMicroOpFactor
();
2602
ResFactor = SchedModel->
getMicroOpFactor
();
3012
SchedModel->getMicroOpBufferSize() * SchedModel->
getMicroOpFactor
();
3021
<< " InFlight=" << InFlightCount / SchedModel->
getMicroOpFactor
()
Completed in 34 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026