OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShuffleCost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
2025
InstructionCost
ShuffleCost
= 0;
2035
ShuffleCost
+= (IsPairwise + 1) *
2056
ShuffleCost
+= NumShuffles * thisT()->getShuffleCost(
2059
return
ShuffleCost
+ ArithCost +
2081
InstructionCost
ShuffleCost
= 0;
2093
ShuffleCost
+= (IsPairwise + 1) *
2118
ShuffleCost
+= NumShuffles * thisT()->getShuffleCost(
2128
return
ShuffleCost
+ MinMaxCost +
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
3175
InstructionCost
ShuffleCost
= 1;
3181
ShuffleCost
=
3185
return
ShuffleCost
+ IntOrFpCost + RegisterFileMoveCost;
4869
InstructionCost
ShuffleCost
=
4896
InstructionCost Cost = NumOfResults * NumOfShufflesPerResult *
ShuffleCost
+
4925
InstructionCost
ShuffleCost
=
4933
NumOfMemOps * (MemOpCost + NumOfShufflesPerStore *
ShuffleCost
) +
Completed in 65 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026