OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxLookAhead
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h
27
///
MaxLookAhead
- Indicate the number of cycles in the scoreboard
29
///
MaxLookAhead
=0 identifies a fake recognizer, allowing the client to
31
unsigned
MaxLookAhead
= 0;
43
unsigned getMaxLookAhead() const { return
MaxLookAhead
; }
45
bool isEnabled() const { return
MaxLookAhead
!= 0; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MultiHazardRecognizer.cpp
24
MaxLookAhead
= std::max(
MaxLookAhead
, R->getMaxLookAhead());
ScoreboardHazardRecognizer.cpp
58
// Don't set
MaxLookAhead
until we find at least one nonzero stage.
59
// This way, an itinerary with no stages has
MaxLookAhead
==0, which
61
MaxLookAhead
= ScoreboardDepth;
69
// If
MaxLookAhead
is not set above, then we are not enabled.
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMHazardRecognizer.h
37
ARMHazardRecognizerFPMLx() : ScheduleHazardRecognizer() {
MaxLookAhead
= 1; }
ARMHazardRecognizer.cpp
173
MaxLookAhead
= 1;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.cpp
35
MaxLookAhead
= MF.getRegInfo().isPhysRegUsed(AMDGPU::AGPR0) ? 19 : 5;
248
// It’s unnecessary to track more than
MaxLookAhead
instructions. Since we
250
// (
MaxLookAhead
- 1) noops to EmittedInstrs.
251
for (unsigned i = 0, e = std::min(WaitStates,
MaxLookAhead
- 1); i < e; ++i)
255
EmittedInstrs.resize(
MaxLookAhead
);
Completed in 22 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026