OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIBlockSchedCandidate
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h
358
struct
SIBlockSchedCandidate
: SISchedulerCandidate {
369
SIBlockSchedCandidate
() = default;
374
void setBest(
SIBlockSchedCandidate
&Best) {
387
bool tryCandidateLatency(
SIBlockSchedCandidate
&Cand,
388
SIBlockSchedCandidate
&TryCand);
389
bool tryCandidateRegUsage(
SIBlockSchedCandidate
&Cand,
390
SIBlockSchedCandidate
&TryCand);
SIMachineScheduler.cpp
1542
bool SIScheduleBlockScheduler::tryCandidateLatency(
SIBlockSchedCandidate
&Cand,
1543
SIBlockSchedCandidate
&TryCand) {
1567
bool SIScheduleBlockScheduler::tryCandidateRegUsage(
SIBlockSchedCandidate
&Cand,
1568
SIBlockSchedCandidate
&TryCand) {
1590
SIBlockSchedCandidate
Cand;
1617
SIBlockSchedCandidate
TryCand;
Completed in 25 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026