HomeSort by: relevance | last modified time | path
    Searched defs:VectorCost (Results 1 - 2 of 2) 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/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 55 milliseconds