OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResourceLCM
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetSchedule.h
45
unsigned
ResourceLCM
= 0;
157
return
ResourceLCM
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetSchedule.cpp
71
ResourceLCM
= SchedModel.IssueWidth;
75
ResourceLCM
= lcm(
ResourceLCM
, NumUnits);
77
MicroOpFactor =
ResourceLCM
/ SchedModel.IssueWidth;
80
ResourceFactors[Idx] = NumUnits ? (
ResourceLCM
/ NumUnits) : 0;
Completed in 19 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026