Searched refs:BasePtr0 (Results 1 – 2 of 2) sorted by relevance
98 BaseIndexOffset BasePtr0 = match(Op0, DAG); in computeAliasing() local99 if (!BasePtr0.getBase().getNode()) in computeAliasing()107 if (BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) { in computeAliasing()133 if (auto *A = dyn_cast<FrameIndexSDNode>(BasePtr0.getBase())) in computeAliasing()145 bool IsFI0 = isa<FrameIndexSDNode>(BasePtr0.getBase()); in computeAliasing()147 bool IsGV0 = isa<GlobalAddressSDNode>(BasePtr0.getBase()); in computeAliasing()149 bool IsCV0 = isa<ConstantPoolSDNode>(BasePtr0.getBase()); in computeAliasing()159 auto *GV0 = cast<GlobalAddressSDNode>(BasePtr0.getBase())->getGlobal(); in computeAliasing()
112 BaseIndexOffset BasePtr0 = getPointerInfo(LdSt1->getPointerReg(), MRI); in aliasIsKnownForLoadStore() 115 if (!BasePtr0.getBase().isValid() || !BasePtr1.getBase().isValid()) in aliasIsKnownForLoadStore() 122 if (BasePtr0.getBase() == BasePtr1.getBase() && BasePtr0.hasValidOffset() && in aliasIsKnownForLoadStore() 124 PtrDiff = BasePtr1.getOffset() - BasePtr0.getOffset(); in aliasIsKnownForLoadStore() 128 // BasePtr1 is PtrDiff away from BasePtr0. They alias if none of the in aliasIsKnownForLoadStore() 131 // [----BasePtr0----] in aliasIsKnownForLoadStore() 138 // [----BasePtr0----] in aliasIsKnownForLoadStore() 147 // If both BasePtr0 and BasePtr1 are FrameIndexes, we will not be in aliasIsKnownForLoadStore() 151 auto *Base0Def = getDefIgnoringCopies(BasePtr0 in aliasIsKnownForLoadStore() 113 BaseIndexOffset BasePtr0 = getPointerInfo(LdSt1->getPointerReg(), MRI); aliasIsKnownForLoadStore() local [all...]