Home
last modified time | relevance | path

Searched refs:LocB (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp37 const MemoryLocation &LocB, AAQueryInfo &AAQI, in alias() argument
42 if (LocA.Size.isZero() || LocB.Size.isZero()) in alias()
47 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr)); in alias()
60 APInt BSizeInt(BitWidth, LocB.Size.hasValue() in alias()
61 ? static_cast<uint64_t>(LocB.Size.getValue()) in alias()
109 if ((AO && AO != LocA.Ptr) || (BO && BO != LocB.Ptr)) in alias()
114 MemoryLocation(BO ? BO : LocB.Ptr, in alias()
116 : LocB.Size, in alias()
117 BO ? AAMDNodes() : LocB.AATags), in alias()
H A DObjCARCAliasAnalysis.cpp43 const MemoryLocation &LocB, in alias() argument
46 return AAResultBase::alias(LocA, LocB, AAQI, nullptr); in alias()
51 const Value *SB = GetRCIdentityRoot(LocB.Ptr); in alias()
54 MemoryLocation(SB, LocB.Size, LocB.AATags), AAQI, nullptr); in alias()
H A DScopedNoAliasAA.cpp55 const MemoryLocation &LocB, in alias() argument
62 const MDNode *AScopes = LocA.AATags.Scope, *BScopes = LocB.AATags.Scope; in alias()
64 const MDNode *ANoAlias = LocA.AATags.NoAlias, *BNoAlias = LocB.AATags.NoAlias; in alias()
H A DAliasAnalysis.cpp108 const MemoryLocation &LocB) { in alias() argument
110 return alias(LocA, LocB, AAQIP, nullptr); in alias()
114 const MemoryLocation &LocB, AAQueryInfo &AAQI, in alias() argument
122 << *LocB.Ptr << " @ " << LocB.Size << "\n"; in alias()
127 Result = AA->alias(LocA, LocB, AAQI, CtxI); in alias()
137 << *LocB.Ptr << " @ " << LocB.Size << " = " << Result << "\n"; in alias()
H A DTypeBasedAliasAnalysis.cpp376 const MemoryLocation &LocB, in alias() argument
381 if (Aliases(LocA.AATags.TBAA, LocB.AATags.TBAA)) in alias()
H A DBasicAliasAnalysis.cpp896 const MemoryLocation &LocB, AAQueryInfo &AAQI, in alias() argument
898 assert(notDifferentParent(LocA.Ptr, LocB.Ptr) && in alias()
900 return aliasCheck(LocA.Ptr, LocA.Size, LocB.Ptr, LocB.Size, AAQI, CtxI); in alias()
H A DGlobalsModRef.cpp822 const MemoryLocation &LocB, in alias() argument
828 getUnderlyingObject(LocB.Ptr->stripPointerCastsForAliasAnalysis()); in alias()
H A DDependenceAnalysis.cpp718 const MemoryLocation &LocB) { in underlyingObjectsAlias() argument
724 MemoryLocation::getBeforeOrAfter(LocB.Ptr, LocB.AATags); in underlyingObjectsAlias()
730 const Value *BObj = getUnderlyingObject(LocB.Ptr); in underlyingObjectsAlias()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp50 const MemoryLocation &LocB, AAQueryInfo &AAQI, in alias() argument
53 unsigned asB = LocB.Ptr->getType()->getPointerAddressSpace(); in alias()
63 MemoryLocation B = LocB; in alias()
H A DAMDGPUAliasAnalysis.h40 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h357 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB);
373 bool isNoAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) {
374 return alias(LocA, LocB) == AliasResult::NoAlias;
391 bool isMustAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) {
392 return alias(LocA, LocB) == AliasResult::MustAlias;
578 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB,
644 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB) {
645 return AA.alias(LocA, LocB, AAQI);
667 bool isMustAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) {
668 return alias(LocA, LocB) == AliasResult::MustAlias;
[all …]
H A DObjCARCAliasAnalysis.h53 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB,
H A DScalarEvolutionAliasAnalysis.h34 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB,
H A DScopedNoAliasAA.h39 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB,
H A DTypeBasedAliasAnalysis.h41 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB,
H A DGlobalsModRef.h96 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB,
H A DBasicAliasAnalysis.h71 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp144 BasicBlock *LocB);
889 BasicBlock *LocB = cast_or_null<BasicBlock>(Loc[Node]); in adjustForInvariance() local
890 if (LocB) { in adjustForInvariance()
891 Loop *Lp = LI->getLoopFor(LocB); in adjustForInvariance()
893 if (!isInvariantIn(Node, Lp) || !isInMainPath(LocB, Lp)) in adjustForInvariance()
899 LocB = NewLoc; in adjustForInvariance()
902 Loc[Node] = LocB; in adjustForInvariance()
911 return LocB; in adjustForInvariance()
1078 BasicBlock *LocB) { in fabricateGEP() argument
1079 LLVM_DEBUG(dbgs() << "Fabricating GEP in " << LocB->getName() in fabricateGEP()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAliasAnalysis.h34 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp121 DILocation *DILocation::getMergedLocation(DILocation *LocA, DILocation *LocB) { in getMergedLocation() argument
122 if (!LocA || !LocB) in getMergedLocation()
125 if (LocA == LocB) in getMergedLocation()
155 for (auto [L, I] = std::make_pair(LocB, 0U); L; L = L->getInlinedAt(), I++) { in getMergedLocation()
H A DDebugInfo.cpp932 void Instruction::applyMergedLocation(DILocation *LocA, DILocation *LocB) { in applyMergedLocation() argument
933 setDebugLoc(DILocation::getMergedLocation(LocA, LocB)); in applyMergedLocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h649 void applyMergedLocation(DILocation *LocA, DILocation *LocB);
H A DDebugInfoMetadata.h2129 static DILocation *getMergedLocation(DILocation *LocA, DILocation *LocB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1401 LocationSize LocB = (WidthB.isScalable() || !KnownWidthB) in MemOperandsHaveAlias() local
1407 MemoryLocation(ValB, LocB, UseTBAA ? MMOb->getAAInfo() : AAMDNodes())); in MemOperandsHaveAlias()