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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 351 virtual unsigned getAddressComputationCost(Type *Ty,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 213 unsigned TargetTransformInfo::getAddressComputationCost(Type *Tp,
215 return PrevTTI->getAddressComputationCost(Tp, IsComplex);
569 unsigned getAddressComputationCost(Type *Tp, bool) const {
CostModel.cpp 115 return TTI->getAddressComputationCost(ValTy);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 103 virtual unsigned getAddressComputationCost(Type *PtrTy, bool IsComplex) const;
604 unsigned X86TTI::getAddressComputationCost(Type *Ty, bool IsComplex) const {
614 return TargetTransformInfo::getAddressComputationCost(Ty, IsComplex);
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 113 virtual unsigned getAddressComputationCost(Type *Ty, bool IsComplex) const;
498 unsigned BasicTTI::getAddressComputationCost(Type *Ty, bool IsComplex) const {
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 127 unsigned getAddressComputationCost(Type *Val, bool IsComplex) const;
430 unsigned ARMTTI::getAddressComputationCost(Type *Ty, bool IsComplex) const {
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 924 milliseconds