OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxLatency
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MCA/
Instruction.cpp
135
unsigned
MaxLatency
= 0;
138
if (WriteCRD.Cycles >
MaxLatency
)
144
if (ReadCRD.Cycles >
MaxLatency
)
InstrBuilder.cpp
212
ID.
MaxLatency
= 100U;
217
// If latency is unknown, then conservatively assume a
MaxLatency
of 100cy.
218
ID.
MaxLatency
= Latency < 0 ? 100U : static_cast<unsigned>(Latency);
329
// Conservatively default to
MaxLatency
.
331
WLE.Cycles < 0 ? ID.
MaxLatency
: static_cast<unsigned>(WLE.Cycles);
335
Write.Latency = ID.
MaxLatency
;
357
// Conservatively default to
MaxLatency
.
359
WLE.Cycles < 0 ? ID.
MaxLatency
: static_cast<unsigned>(WLE.Cycles);
363
Write.Latency = ID.
MaxLatency
;
381
Write.Latency = ID.
MaxLatency
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Instruction.h
365
unsigned
MaxLatency
;
385
bool isZeroLatency() const { return !
MaxLatency
&& Resources.empty(); }
421
unsigned getLatency() const { return Desc.
MaxLatency
; }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePipeliner.h
334
unsigned
MaxLatency
= 0;
336
MaxLatency
= SuccSUnitLatency[SuccSUnit];
337
if (CurLatency >
MaxLatency
)
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026