OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VectorCost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
1513
InstructionCost
VectorCost
=
1564
return
VectorCost
;
1583
return
VectorCost
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
7123
InstructionCost
VectorCost
= StoreExtractCombineCost;
7142
VectorCost
+= TTI.getArithmeticInstrCost(Inst->getOpcode(), PromotedType,
7148
<< ScalarCost << "\nVector: " <<
VectorCost
<< '\n');
7149
return ScalarCost >
VectorCost
;
Completed in 55 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026