Searched refs:getExtractWithExtendCost (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h117 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
H A DAArch64TargetTransformInfo.cpp405 int AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, Type *Dst, function in class:AArch64TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h930 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
1324 virtual int getExtractWithExtendCost(unsigned Opcode, Type *Dst,
1732 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
1734 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index);
H A DTargetTransformInfoImpl.h450 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp621 int TargetTransformInfo::getExtractWithExtendCost(unsigned Opcode, Type *Dst, function in class:TargetTransformInfo
624 int Cost = TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h823 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, function in class:llvm::BasicTTIImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3326 // Use getExtractWithExtendCost() to calculate the cost of
3328 DeadCost -= TTI->getExtractWithExtendCost(
3801 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(),

Completed in 134 milliseconds