Searched refs:equalBaseIndex (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGAddressAnalysis.h | 61 bool equalBaseIndex(const BaseIndexOffset &Other, const SelectionDAG &DAG, 64 bool equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() function 67 return equalBaseIndex(Other, DAG, Off); in equalBaseIndex()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 24 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() function in BaseIndexOffset 100 BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) { in computeAliasing() 176 if (!equalBaseIndex(Other, DAG, Offset)) in contains()
|
| H A D | DAGCombiner.cpp | 8278 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in mergeTruncStores() 8470 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in MatchLoadCombine() 17328 if (!BasePtrST.equalBaseIndex(BasePtrLD, DAG, Offset)) in ForwardStoreValueToDirectLoad() 18779 if (!(LBasePtr.equalBaseIndex(LPtr, DAG))) in getStoreMergeCandidates() 18803 return (BasePtr.equalBaseIndex(Ptr, DAG, Offset)); in getStoreMergeCandidates() 19207 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads() 26360 if (!BasePtr.equalBaseIndex(Ptr, DAG, Offset)) in parallelizeChainedStores()
|
| H A D | SelectionDAG.cpp | 11535 if (BaseLocDecomp.equalBaseIndex(LocDecomp, *this, Offset)) in areNonVolatileConsecutiveLoads()
|