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

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 334 unsigned AArch64TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) {
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 302 unsigned ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) {
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 314 unsigned getAddressComputationCost(Type *Tp, bool) { return 0; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 253 unsigned TargetTransformInfo::getAddressComputationCost(Type *Tp,
255 return TTIImpl->getAddressComputationCost(Tp, IsComplex);
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 710 unsigned getAddressComputationCost(Type *Ty, bool IsComplex) { return 0; }
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]

Completed in 93 milliseconds