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 DTargetTransformInfoImpl.h1165 if (Info.isSameBase() && V != Base) { in getPointersChainCost()
H A DTargetTransformInfo.h317 bool isSameBase() const { return IsSameBaseAddress; } in isSameBase() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp255 assert((Base || !Info.isSameBase()) && in getPointersChainCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1792 if (Info.isSameBase() && V != Base) { in getPointersChainCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5130 if (Info.isSameBase() && Info.isKnownStride()) { in getPointersChainCost()