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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 1513 InstructionCost VectorCost =
1564 return VectorCost;
1583 return VectorCost;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 1831 dbgs() << "SLP: VectorCost = " << VecCost << "\n";
7604 InstructionCost VectorCost, ScalarCost;
7614 VectorCost = TTI->getArithmeticReductionCost(RdxOpcode, VectorTy,
7622 VectorCost =
7638 VectorCost =
7653 LLVM_DEBUG(dbgs() << "SLP: Adding cost " << VectorCost - ScalarCost
7656 return VectorCost - ScalarCost;
LoopVectorize.cpp 6793 InstructionCost VectorCost = getInstructionCost(I, VF).first;
6839 Discount += VectorCost - ScalarCost;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 7123 InstructionCost VectorCost = StoreExtractCombineCost;
7142 VectorCost += TTI.getArithmeticInstrCost(Inst->getOpcode(), PromotedType,
7148 << ScalarCost << "\nVector: " << VectorCost << '\n');
7149 return ScalarCost > VectorCost;

Completed in 76 milliseconds