Searched refs:equalBaseIndex (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGAddressAnalysis.h | 57 bool equalBaseIndex(const BaseIndexOffset &Other, const SelectionDAG &DAG, 60 bool equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() function 63 return equalBaseIndex(Other, DAG, Off); in equalBaseIndex()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 23 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() function in BaseIndexOffset 99 BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) { in computeAliasing() 161 if (!equalBaseIndex(Other, DAG, Offset)) in contains()
|
| H A D | DAGCombiner.cpp | 7351 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in mergeTruncStores() 7527 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in MatchLoadCombine() 15551 if (!BasePtrST.equalBaseIndex(BasePtrLD, DAG, Offset)) in ForwardStoreValueToDirectLoad() 16945 if (!(LBasePtr.equalBaseIndex(LPtr, DAG))) in getStoreMergeCandidates() 16969 return (BasePtr.equalBaseIndex(Ptr, DAG, Offset)); in getStoreMergeCandidates() 17360 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads() 23052 if (!BasePtr.equalBaseIndex(Ptr, DAG, Offset)) in parallelizeChainedStores()
|
| H A D | SelectionDAG.cpp | 10057 if (BaseLocDecomp.equalBaseIndex(LocDecomp, *this, Offset)) in areNonVolatileConsecutiveLoads()
|