Searched refs:equalBaseIndex (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 24 bool BaseIndexOffset::equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() function in BaseIndexOffset 109 BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) { in computeAliasing() 185 if (!equalBaseIndex(Other, DAG, Offset)) in contains()
|
| H A D | DAGCombiner.cpp | 8980 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in mergeTruncStores() 9172 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase)) in MatchLoadCombine() 18562 if (!BasePtrST.equalBaseIndex(BasePtrLD, DAG, Offset)) in getUniqueStoreFeeding() 18576 if (BasePtrST.equalBaseIndex(BasePtrLD, DAG, Offset)) in getUniqueStoreFeeding() 20116 if (!(LBasePtr.equalBaseIndex(LPtr, DAG))) in getStoreMergeCandidates() 20140 return (BasePtr.equalBaseIndex(Ptr, DAG, Offset)); in getStoreMergeCandidates() 20544 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads() 28191 if (!BasePtr.equalBaseIndex(Ptr, DAG, Offset)) in parallelizeChainedStores()
|
| H A D | SelectionDAG.cpp | 12218 if (BaseLocDecomp.equalBaseIndex(LocDecomp, *this, Offset)) in areNonVolatileConsecutiveLoads()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 14862 if (BIO1.equalBaseIndex(BIO2, DAG)) in performCONCAT_VECTORSCombine()
|