Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h170 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
H A DAArch64TargetTransformInfo.cpp1877 InstructionCost AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, in getExtractWithExtendCost() function in AArch64TTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1140 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
1726 virtual InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
2269 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
2272 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
H A DTargetTransformInfoImpl.h549 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp837 InstructionCost TargetTransformInfo::getExtractWithExtendCost( in getExtractWithExtendCost() function in TargetTransformInfo
840 TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1084 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5874 TTIRef.getExtractWithExtendCost(Ext->getOpcode(), Ext->getType(), in getEntryCost()
6151 CommonCost -= TTI->getExtractWithExtendCost( in getEntryCost()
7149 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()