Home
last modified time | relevance | path

Searched refs:equalBaseIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h63 LLVM_ABI bool equalBaseIndex(const BaseIndexOffset &Other,
66 bool equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() function
69 return equalBaseIndex(Other, DAG, Off); in equalBaseIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp24 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() function in BaseIndexOffset
107 if (BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) { in computeAliasing()
181 if (!equalBaseIndex(Other, DAG, Offset)) in contains()
H A DDAGCombiner.cpp9447 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in mergeTruncStores()
9639 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in MatchLoadCombine()
19899 if (!BasePtrST.equalBaseIndex(BasePtrLD, DAG, Offset)) in getUniqueStoreFeeding()
19913 if (BasePtrST.equalBaseIndex(BasePtrLD, DAG, Offset)) in getUniqueStoreFeeding()
21468 if (!(LBasePtr.equalBaseIndex(LPtr, DAG))) in getStoreMergeCandidates()
21492 return (BasePtr.equalBaseIndex(Ptr, DAG, Offset)); in getStoreMergeCandidates()
21937 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
29732 if (!BasePtr.equalBaseIndex(Ptr, DAG, Offset)) in parallelizeChainedStores()
H A DSelectionDAG.cpp13126 if (BaseLocDecomp.equalBaseIndex(LocDecomp, *this, Offset)) in areNonVolatileConsecutiveLoads()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18942 if (BIO1.equalBaseIndex(BIO2, DAG)) in performCONCAT_VECTORSCombine()