Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h179 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
H A DAArch64TargetTransformInfo.cpp2628 InstructionCost AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, in getExtractWithExtendCost() function in AArch64TTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1329 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
1984 virtual InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
2612 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
2615 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
H A DTargetTransformInfoImpl.h620 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp953 InstructionCost TargetTransformInfo::getExtractWithExtendCost( in getExtractWithExtendCost() function in TargetTransformInfo
956 TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1199 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7488 TTI.getExtractWithExtendCost(Ext->getOpcode(), Ext->getType(), in adjustExtracts()
8015 InstructionCost Cost = TTI->getExtractWithExtendCost( in getEntryCost()
9076 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()