Home
last modified time | relevance | path

Searched defs:getAddressComputationCost (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp302 unsigned ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in ARMTTIImpl
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp334 unsigned AArch64TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in AArch64TTIImpl
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp868 unsigned X86TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in X86TTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp253 unsigned TargetTransformInfo::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h314 unsigned getAddressComputationCost(Type *Tp, bool) { return 0; } in getAddressComputationCost() function
DTargetTransformInfo.h758 unsigned getAddressComputationCost(Type *Ty, bool IsComplex) override { in getAddressComputationCost() function
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h710 unsigned getAddressComputationCost(Type *Ty, bool IsComplex) { return 0; } in getAddressComputationCost() function