/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 505 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, 701 virtual int getExtractWithExtendCost(unsigned Opcode, Type *Dst, 910 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, in getExtractWithExtendCost() function 912 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
|
D | TargetTransformInfoImpl.h | 308 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 102 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
|
D | AArch64TargetTransformInfo.cpp | 294 int AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in AArch64TTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 116 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
|
D | AArch64TargetTransformInfo.cpp | 397 int AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in AArch64TTIImpl
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 296 int TargetTransformInfo::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in TargetTransformInfo 299 int Cost = TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 777 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, 1112 virtual int getExtractWithExtendCost(unsigned Opcode, Type *Dst, 1440 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, in getExtractWithExtendCost() function 1442 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
|
D | TargetTransformInfoImpl.h | 416 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 414 int TargetTransformInfo::getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function in TargetTransformInfo 417 int Cost = TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index); in getExtractWithExtendCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 466 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 692 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost() function
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1882 ExtractCost += TTI->getExtractWithExtendCost( in getTreeCost()
|