Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp437 unsigned ARMTTI::getAddressComputationCost(Type *Ty, bool IsComplex) const { in getAddressComputationCost() function in ARMTTI
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp458 unsigned AArch64TTI::getAddressComputationCost(Type *Ty, bool IsComplex) const { in getAddressComputationCost() function in AArch64TTI
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp235 unsigned TargetTransformInfo::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in TargetTransformInfo
634 unsigned getAddressComputationCost(Type *Tp, bool) const override { in getAddressComputationCost() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp631 unsigned BasicTTI::getAddressComputationCost(Type *Ty, bool IsComplex) const { in getAddressComputationCost() function in BasicTTI
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp920 unsigned X86TTI::getAddressComputationCost(Type *Ty, bool IsComplex) const { in getAddressComputationCost() function in X86TTI