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

  /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 {
  /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/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);

Completed in 208 milliseconds