HomeSort by relevance Sort by last modified time
    Searched refs:getAddressComputationCost (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 114 int getAddressComputationCost(Type *Ty, bool IsComplex);
AArch64TargetTransformInfo.cpp 420 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) {
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 114 int getAddressComputationCost(Type *Val, bool IsComplex);
ARMTargetTransformInfo.cpp 322 int ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) {
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 81 int getAddressComputationCost(Type *PtrTy, bool IsComplex);
X86TargetTransformInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 129 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, const SCEV *Ptr);
AArch64TargetTransformInfo.cpp 571 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 156 int getAddressComputationCost(Type *Val, ScalarEvolution *SE,
ARMTargetTransformInfo.cpp 383 int ARMTTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.h 111 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
HexagonTargetTransformInfo.cpp 148 unsigned HexagonTTIImpl::getAddressComputationCost(Type *Tp,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.h 84 int getAddressComputationCost(Type *PtrTy, ScalarEvolution *SE,
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 386 int TargetTransformInfo::getAddressComputationCost(Type *Tp,
388 int Cost = TTIImpl->getAddressComputationCost(Tp, IsComplex);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 587 int getAddressComputationCost(Type *Ty, bool IsComplex = false) const;
    [all...]
TargetTransformInfoImpl.h 362 unsigned getAddressComputationCost(Type *Tp, bool) { return 0; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 472 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 509 int TargetTransformInfo::getAddressComputationCost(Type *Tp,
512 int Cost = TTIImpl->getAddressComputationCost(Tp, SE, Ptr);
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1378 milliseconds

1 2