/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 587 int getAddressComputationCost(Type *Ty, bool IsComplex = false) const; 732 virtual int getAddressComputationCost(Type *Ty, bool IsComplex) = 0; 963 int getAddressComputationCost(Type *Ty, bool IsComplex) override { in getAddressComputationCost() function 964 return Impl.getAddressComputationCost(Ty, IsComplex); in getAddressComputationCost()
|
D | TargetTransformInfoImpl.h | 362 unsigned getAddressComputationCost(Type *Tp, bool) { return 0; } in getAddressComputationCost() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 114 int getAddressComputationCost(Type *Val, bool IsComplex);
|
D | ARMTargetTransformInfo.cpp | 322 int ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in ARMTTIImpl
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 114 int getAddressComputationCost(Type *Ty, bool IsComplex);
|
D | AArch64TargetTransformInfo.cpp | 420 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in AArch64TTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.h | 111 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
|
D | HexagonTargetTransformInfo.cpp | 148 unsigned HexagonTTIImpl::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in HexagonTTIImpl
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 81 int getAddressComputationCost(Type *PtrTy, bool IsComplex);
|
D | X86TargetTransformInfo.cpp | 1180 int X86TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in X86TTIImpl 1190 return BaseT::getAddressComputationCost(Ty, IsComplex); in getAddressComputationCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 129 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, const SCEV *Ptr);
|
D | AArch64TargetTransformInfo.cpp | 571 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function in AArch64TTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 84 int getAddressComputationCost(Type *PtrTy, ScalarEvolution *SE,
|
D | X86TargetTransformInfo.cpp | 2002 int X86TTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function in X86TTIImpl 2024 return BaseT::getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 386 int TargetTransformInfo::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in TargetTransformInfo 388 int Cost = TTIImpl->getAddressComputationCost(Tp, IsComplex); in getAddressComputationCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 156 int getAddressComputationCost(Type *Val, ScalarEvolution *SE,
|
D | ARMTargetTransformInfo.cpp | 383 int ARMTTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function in ARMTTIImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 870 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE = nullptr, 1144 virtual int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, 1498 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function 1500 return Impl.getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
D | TargetTransformInfoImpl.h | 472 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *, in getAddressComputationCost() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 509 int TargetTransformInfo::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in TargetTransformInfo 512 int Cost = TTIImpl->getAddressComputationCost(Tp, SE, Ptr); in getAddressComputationCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 918 unsigned getAddressComputationCost(Type *Ty, bool IsComplex) { return 0; } in getAddressComputationCost() function
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 1025 ICost += TTI->getAddressComputationCost(aTypeI); in areInstsCompatible() 1026 JCost += TTI->getAddressComputationCost(aTypeJ); in areInstsCompatible() 1027 VCost += TTI->getAddressComputationCost(VType); in areInstsCompatible()
|
D | LoopVectorize.cpp | 5932 return TTI.getAddressComputationCost(VectorTy) + in getInstructionCost() 5937 unsigned Cost = TTI.getAddressComputationCost(ValTy->getScalarType()); in getInstructionCost() 6012 Cost += VF * TTI.getAddressComputationCost(PtrTy, IsComplexComputation); in getInstructionCost() 6019 unsigned Cost = TTI.getAddressComputationCost(VectorTy); in getInstructionCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1227 unsigned getAddressComputationCost(Type *Ty, ScalarEvolution *, in getAddressComputationCost() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5705 unsigned Cost = VF * TTI.getAddressComputationCost(PtrTy, SE, PtrSCEV); in getMemInstScalarizationCost() 5761 return TTI.getAddressComputationCost(ValTy) + in getUniformMemOpCost() 5773 return TTI.getAddressComputationCost(VectorTy) + in getGatherScatterCost() 5819 return TTI.getAddressComputationCost(ValTy) + in getMemoryInstructionCost()
|