Searched refs:getExtractWithExtendCost (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 197 getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
|
| H A D | AArch64TargetTransformInfo.cpp | 3656 AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in AArch64TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1066 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 D | TargetTransformInfo.h | 1457 getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
|
| H A D | TargetTransformInfoImpl.h | 759 getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, in getExtractWithExtendCost() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1347 getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, in getExtractWithExtendCost() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5796 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()
|