Searched refs:equalBaseIndex (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h57 bool equalBaseIndex(const BaseIndexOffset &Other, const SelectionDAG &DAG,
60 bool equalBaseIndex(const BaseIndexOffset &Other, function in class:llvm::BaseIndexOffset
63 return equalBaseIndex(Other, DAG, Off);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp22 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, function in class:BaseIndexOffset
98 BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) {
150 if (!equalBaseIndex(Other, DAG, Offset))
H A DDAGCombiner.cpp6928 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase))
7086 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase))
14740 if (!BasePtrST.equalBaseIndex(BasePtrLD, DAG, Offset))
16133 if (!(LBasePtr.equalBaseIndex(LPtr, DAG)))
16155 return (BasePtr.equalBaseIndex(Ptr, DAG, Offset));
16547 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset))
22057 if (!BasePtr.equalBaseIndex(Ptr, DAG, Offset))
H A DSelectionDAG.cpp9558 if (BaseLocDecomp.equalBaseIndex(LocDecomp, *this, Offset))

Completed in 217 milliseconds