Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h505 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
701 virtual int getExtractWithExtendCost(unsigned Opcode, Type *Dst,
910 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, in getExtractWithExtendCost() function
912 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
DTargetTransformInfoImpl.h308 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h102 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
DAArch64TargetTransformInfo.cpp294 int AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in AArch64TTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp296 int TargetTransformInfo::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in TargetTransformInfo
299 int Cost = TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h466 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1882 ExtractCost += TTI->getExtractWithExtendCost( in getTreeCost()