OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OldCost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp
191
InstructionCost
OldCost
=
194
OldCost
+= TTI.getScalarizationOverhead(MinVecTy, DemandedElts,
216
if (
OldCost
< NewCost || !NewCost.isValid())
329
InstructionCost
OldCost
, NewCost;
337
OldCost
= CheapExtractCost + ScalarOpCost;
342
OldCost
= Extract0Cost + Extract1Cost + ScalarOpCost;
367
return
OldCost
< NewCost;
634
InstructionCost
OldCost
=
641
if (
OldCost
< NewCost || !NewCost.isValid())
721
InstructionCost
OldCost
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
567
unsigned
OldCost
= ConstantMaterializationCost(MulConstVal, Subtarget);
569
return NewCost <
OldCost
;
Completed in 20 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026