OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MinCost
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterClassInfo.cpp
105
uint8_t
MinCost
= uint8_t(~0u);
118
MinCost
= std::min(
MinCost
, Cost);
154
RCI.
MinCost
=
MinCost
;
RegAllocGreedy.cpp
1171
uint8_t
MinCost
= RegClassInfo.getMinCost(RC);
1172
if (
MinCost
>= CostPerUseLimit) {
1174
<<
MinCost
<< ", no cheaper registers to be found.\n");
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegisterClassInfo.h
35
uint8_t
MinCost
= 0;
126
return get(RC).
MinCost
;
/src/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp
274
unsigned
MinCost
= ShufTab[i].Cost;
279
if (ShufTab[NewElt].Cost <
MinCost
) {
280
MinCost
= ShufTab[NewElt].Cost;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
6830
InstructionCost
MinCost
= SLPCostThreshold.getValue();
6884
MinCost
= std::min(
MinCost
, Cost);
6907
<< ore::NV("Cost",
MinCost
) << " >= "
Completed in 30 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026