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.h62 bool equalBaseIndex(const BaseIndexOffset &Other, const SelectionDAG &DAG,
65 bool equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() function
68 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.cpp8993 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in mergeTruncStores()
9185 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in MatchLoadCombine()
18900 if (!BasePtrST.equalBaseIndex(BasePtrLD, DAG, Offset)) in getUniqueStoreFeeding()
18914 if (BasePtrST.equalBaseIndex(BasePtrLD, DAG, Offset)) in getUniqueStoreFeeding()
20454 if (!(LBasePtr.equalBaseIndex(LPtr, DAG))) in getStoreMergeCandidates()
20478 return (BasePtr.equalBaseIndex(Ptr, DAG, Offset)); in getStoreMergeCandidates()
20890 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
28604 if (!BasePtr.equalBaseIndex(Ptr, DAG, Offset)) in parallelizeChainedStores()
H A DSelectionDAG.cpp12548 if (BaseLocDecomp.equalBaseIndex(LocDecomp, *this, Offset)) in areNonVolatileConsecutiveLoads()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16206 if (BIO1.equalBaseIndex(BIO2, DAG)) in performCONCAT_VECTORSCombine()