Home
last modified time | relevance | path

Searched refs:isSameBase (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h329 bool isSameBase() const { return IsSameBaseAddress; } in isSameBase() function
H A DTargetTransformInfoImpl.h1336 if (Info.isSameBase() && V != Base) { in getPointersChainCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp261 assert((Base || !Info.isSameBase()) && in getPointersChainCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp2505 if (Info.isSameBase() && V != Base) { in getPointersChainCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5465 if (Info.isSameBase() && Info.isKnownStride()) { in getPointersChainCost()