HomeSort by: relevance | last modified time | path
    Searched refs:ExtractCost (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 4383 InstructionCost ExtractCost = 0;
4457 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(),
4460 ExtractCost +=
4466 Cost += SpillCost + ExtractCost;
4506 << "SLP: Extract Cost = " << ExtractCost << ".\n"
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 1060 InstructionCost ExtractCost = getShuffleCost(
1066 return ExtractCost + 1; // pshufd or pshufb
1071 return ExtractCost + 2; // worst case pshufhw + pshufd

Completed in 31 milliseconds