Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2092 InstructionCost ExtractCost = in getOrderedReductionCost() local
2098 return ExtractCost + ArithCost; in getOrderedReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4472 InstructionCost ExtractCost = 0; in getTreeCost() local
4549 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()
4552 ExtractCost += in getTreeCost()
4558 Cost += SpillCost + ExtractCost; in getTreeCost()
4607 << "SLP: Extract Cost = " << ExtractCost << ".\n" in getTreeCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1096 InstructionCost ExtractCost = getShuffleCost( in getShuffleCost() local
1102 return ExtractCost + 1; // pshufd or pshufb in getShuffleCost()
1107 return ExtractCost + 2; // worst case pshufhw + pshufd in getShuffleCost()