Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h166 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
DAArch64TargetTransformInfo.cpp2116 InstructionCost AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, in getExtractWithExtendCost() function in AArch64TTIImpl
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1171 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
1784 virtual InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
2359 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
2362 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
DTargetTransformInfoImpl.h569 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DTargetTransformInfo.cpp873 InstructionCost TargetTransformInfo::getExtractWithExtendCost( in getExtractWithExtendCost() function in TargetTransformInfo
876 TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1153 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6658 TTI->getExtractWithExtendCost(Ext->getOpcode(), Ext->getType(), in getEntryCost()
7041 InstructionCost Cost = TTI->getExtractWithExtendCost( in getEntryCost()
8007 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(), in getTreeCost()