Searched refs:getExtractWithExtendCost (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 179 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
|
H A D | AArch64TargetTransformInfo.cpp | 2877 InstructionCost AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, in getExtractWithExtendCost() function in AArch64TTIImpl
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1365 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, 2052 virtual InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, 2708 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function 2711 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
|
H A D | TargetTransformInfoImpl.h | 643 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 998 InstructionCost TargetTransformInfo::getExtractWithExtendCost( in getExtractWithExtendCost() function in TargetTransformInfo 1001 TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1213 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 8963 // Use getExtractWithExtendCost() to calculate the cost of in adjustExtracts() 8966 TTI.getExtractWithExtendCost(Ext->getOpcode(), Ext->getType(), in adjustExtracts() 9448 // Use getExtractWithExtendCost() to calculate the cost of in getEntryCost() 9450 InstructionCost Cost = TTI->getExtractWithExtendCost( in getEntryCost() 10631 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()
|