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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1467 VectorType *VecOpTy = nullptr;
1476 VecOpTy = dyn_cast<VectorType>(Tys[VecTyIndex]);
1622 return thisT()->getArithmeticReductionCost(Instruction::Add, VecOpTy,
1626 return thisT()->getArithmeticReductionCost(Instruction::Mul, VecOpTy,
1630 return thisT()->getArithmeticReductionCost(Instruction::And, VecOpTy,
1634 return thisT()->getArithmeticReductionCost(Instruction::Or, VecOpTy,
1638 return thisT()->getArithmeticReductionCost(Instruction::Xor, VecOpTy,
1643 return thisT()->getArithmeticReductionCost(Instruction::FAdd, VecOpTy,
1648 return thisT()->getArithmeticReductionCost(Instruction::FMul, VecOpTy,
1656 VecOpTy, cast<VectorType>(CmpInst::makeCmpResultType(VecOpTy))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 915 auto *VecOpTy = cast<VectorType>(VecOp->getType());
916 auto VecElts = VecOpTy->getElementCount();

Completed in 35 milliseconds