OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCycles
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp
50
unsigned StageDepth = CurCycle + IS->
getCycles
();
134
for (unsigned int i = 0; i < IS->
getCycles
(); ++i) {
193
for (unsigned int i = 0; i < IS->
getCycles
(); ++i) {
MachineTraceMetrics.cpp
873
dbgs() << format("%6uc @ ", MTM.
getCycles
(PRDepths[K]))
1058
dbgs() << format("%6uc @ ", MTM.
getCycles
(PRHeights[K]))
1211
PRMax = TE.MTM.
getCycles
(PRMax);
1263
PRMax = TE.MTM.
getCycles
(PRMax);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrItineraries.h
73
unsigned
getCycles
() const {
159
Latency = std::max(Latency, StartCycle + IS->
getCycles
());
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSchedule.cpp
140
if (!I->
getCycles
())
142
double Temp = countPopulation(I->getUnits()) * 1.0 / I->
getCycles
();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h
415
unsigned
getCycles
(unsigned Scaled) {
Completed in 20 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026