Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2324 InstructionCost ExtractCost = getScalarizationOverhead( in getOrderedReductionCost() local
2330 return ExtractCost + ArithCost; in getOrderedReductionCost()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7910 InstructionCost ExtractCost = 0; in getTreeCost() local
8007 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()
8010 ExtractCost += TTI->getVectorInstrCost(Instruction::ExtractElement, VecTy, in getTreeCost()
8016 Cost += SpillCost + ExtractCost; in getTreeCost()
8094 << "SLP: Extract Cost = " << ExtractCost << ".\n" in getTreeCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1490 InstructionCost ExtractCost = in getShuffleCost() local
1497 return ExtractCost + 1; // pshufd or pshufb in getShuffleCost()
1502 return ExtractCost + 2; // worst case pshufhw + pshufd in getShuffleCost()