Searched refs:equalBaseIndex (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGAddressAnalysis.h | 52 bool equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() function 55 return equalBaseIndex(Other, DAG, Off); in equalBaseIndex() 58 bool equalBaseIndex(const BaseIndexOffset &Other, const SelectionDAG &DAG,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 22 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() function in BaseIndexOffset
|
| H A D | DAGCombiner.cpp | 5968 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in MatchLoadCombine() 13027 if (!BasePtrST.equalBaseIndex(BasePtrLD, DAG, Offset)) in ForwardStoreValueToDirectLoad() 14401 if (!(LBasePtr.equalBaseIndex(LPtr, DAG))) in getStoreMergeCandidates() 14423 return (BasePtr.equalBaseIndex(Ptr, DAG, Offset)); in getStoreMergeCandidates() 14824 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in MergeConsecutiveStores() 19053 if (BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) in isAlias() 19300 if (!BasePtr.equalBaseIndex(Ptr, DAG, Offset)) in parallelizeChainedStores()
|
| H A D | SelectionDAG.cpp | 8994 if (BaseLocDecomp.equalBaseIndex(LocDecomp, *this, Offset)) in areNonVolatileConsecutiveLoads()
|