/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.h | 113 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
|
D | HexagonTargetTransformInfo.cpp | 149 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);
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.h | 114 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
|
D | HexagonTargetTransformInfo.cpp | 137 unsigned HexagonTTIImpl::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in HexagonTTIImpl
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 131 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, const SCEV *Ptr);
|
/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/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 141 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, const SCEV *Ptr);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 142 int getAddressComputationCost(Type *PtrTy, ScalarEvolution *SE,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 204 int getAddressComputationCost(Type *Val, ScalarEvolution *SE,
|
D | ARMTargetTransformInfo.cpp | 478 int ARMTTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function in ARMTTIImpl 496 return BaseT::getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 214 int getAddressComputationCost(Type *Val, ScalarEvolution *SE,
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 153 int getAddressComputationCost(Type *PtrTy, ScalarEvolution *SE,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1028 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE = nullptr, 1358 virtual int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, 1792 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function 1794 return Impl.getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
D | TargetTransformInfoImpl.h | 507 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *, in getAddressComputationCost() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1192 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE = nullptr, 1578 virtual int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, 2054 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function 2056 return Impl.getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 719 int TargetTransformInfo::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in TargetTransformInfo 722 int Cost = TTIImpl->getAddressComputationCost(Tp, SE, Ptr); in getAddressComputationCost()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 903 int TargetTransformInfo::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in TargetTransformInfo 906 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
|