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

  /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/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/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 868 milliseconds