Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h197 getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
H A DAArch64TargetTransformInfo.cpp3656 AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1066 InstructionCost TargetTransformInfo::getExtractWithExtendCost( in getExtractWithExtendCost() function in TargetTransformInfo
1070 TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index, CostKind); in getExtractWithExtendCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1457 getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
H A DTargetTransformInfoImpl.h759 getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, in getExtractWithExtendCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1347 getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, in getExtractWithExtendCost() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5796 static InstructionCost getExtractWithExtendCost( in getExtractWithExtendCost() function
5809 return TTI.getExtractWithExtendCost(Opcode, Dst, VecTy, Index, CostKind); in getExtractWithExtendCost()
12602 Cost -= TTI.getExtractWithExtendCost( in adjustExtracts()
13205 InstructionCost Cost = TTI->getExtractWithExtendCost( in getEntryCost()
14754 getExtractWithExtendCost(*TTI, Extend, ScalarTy, VecTy, EU.Lane); in getTreeCost()