Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp322 int ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in ARMTTIImpl
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp420 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in AArch64TTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp386 int TargetTransformInfo::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in TargetTransformInfo
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h918 unsigned getAddressComputationCost(Type *Ty, bool IsComplex) { return 0; } in getAddressComputationCost() function
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h362 unsigned getAddressComputationCost(Type *Tp, bool) { return 0; } in getAddressComputationCost() function
DTargetTransformInfo.h963 int getAddressComputationCost(Type *Ty, bool IsComplex) override { in getAddressComputationCost() function
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1180 int X86TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in X86TTIImpl