Home
last modified time | relevance | path

Searched refs:ExtractCost (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2235 InstructionCost ExtractCost = in getOrderedReductionCost() local
2241 return ExtractCost + ArithCost; in getOrderedReductionCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7054 InstructionCost ExtractCost = 0; in getTreeCost() local
7149 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()
7152 ExtractCost += in getTreeCost()
7158 Cost += SpillCost + ExtractCost; in getTreeCost()
7235 << "SLP: Extract Cost = " << ExtractCost << ".\n" in getTreeCost()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1137 InstructionCost ExtractCost = getShuffleCost( in getShuffleCost() local
1143 return ExtractCost + 1; // pshufd or pshufb in getShuffleCost()
1148 return ExtractCost + 2; // worst case pshufhw + pshufd in getShuffleCost()