Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h117 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
DAArch64TargetTransformInfo.cpp405 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-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h124 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
DAArch64TargetTransformInfo.cpp455 int AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in AArch64TTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
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, in getExtractWithExtendCost() function
1734 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
DTargetTransformInfoImpl.h450 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1086 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
1539 virtual int getExtractWithExtendCost(unsigned Opcode, Type *Dst,
1985 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, in getExtractWithExtendCost() function
1987 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
DTargetTransformInfoImpl.h470 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp621 int TargetTransformInfo::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in TargetTransformInfo
624 int Cost = TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
/external/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp806 int TargetTransformInfo::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in TargetTransformInfo
809 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h823 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h885 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3328 DeadCost -= TTI->getExtractWithExtendCost( in getEntryCost()
3801 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3530 DeadCost -= TTI->getExtractWithExtendCost( in getEntryCost()
4080 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1882 ExtractCost += TTI->getExtractWithExtendCost( in getTreeCost()