Home
last modified time | relevance | path

Searched refs:OrLocal (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp73 bool OrLocal) { in pointsToConstantMemory() argument
75 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
81 MemoryLocation(S, Loc.Size, Loc.AATags), OrLocal)) in pointsToConstantMemory()
88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), OrLocal); in pointsToConstantMemory()
DTypeBasedAliasAnalysis.cpp304 bool OrLocal) { in pointsToConstantMemory() argument
306 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
310 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
318 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
DBasicAliasAnalysis.cpp501 bool OrLocal) { in pointsToConstantMemory() argument
511 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
515 if (OrLocal && isa<AllocaInst>(V)) in pointsToConstantMemory()
525 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
543 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
552 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp73 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
75 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
81 MemoryLocation(S, Loc.Size, Loc.AATags), AAQI, OrLocal)) in pointsToConstantMemory()
89 OrLocal); in pointsToConstantMemory()
DTypeBasedAliasAnalysis.cpp386 bool OrLocal) { in pointsToConstantMemory() argument
388 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
392 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
400 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
DAliasAnalysis.cpp122 bool OrLocal) { in pointsToConstantMemory() argument
124 return pointsToConstantMemory(Loc, AAQIP, OrLocal); in pointsToConstantMemory()
128 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
130 if (AA->pointsToConstantMemory(Loc, AAQI, OrLocal)) in pointsToConstantMemory()
DBasicAliasAnalysis.cpp655 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
665 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
669 if (OrLocal && isa<AllocaInst>(V)) in pointsToConstantMemory()
679 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
697 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
706 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
/external/llvm-project/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp74 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
76 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
82 MemoryLocation(S, Loc.Size, Loc.AATags), AAQI, OrLocal)) in pointsToConstantMemory()
90 MemoryLocation::getBeforeOrAfter(U), AAQI, OrLocal); in pointsToConstantMemory()
DTypeBasedAliasAnalysis.cpp386 bool OrLocal) { in pointsToConstantMemory() argument
388 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
392 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
400 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
DAliasAnalysis.cpp141 bool OrLocal) { in pointsToConstantMemory() argument
143 return pointsToConstantMemory(Loc, AAQIP, OrLocal); in pointsToConstantMemory()
147 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
149 if (AA->pointsToConstantMemory(Loc, AAQI, OrLocal)) in pointsToConstantMemory()
DBasicAliasAnalysis.cpp610 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
620 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
624 if (OrLocal && isa<AllocaInst>(V)) in pointsToConstantMemory()
634 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
652 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
661 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h234 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
238 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
239 return pointsToConstantMemory(MemoryLocation(P), OrLocal);
611 bool OrLocal) = 0;
669 bool OrLocal) override { in pointsToConstantMemory() argument
670 return Result.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
742 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() argument
743 return AAR ? AAR->pointsToConstantMemory(Loc, OrLocal) in pointsToConstantMemory()
744 : CurrentResult.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
793 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() argument
DObjCARCAliasAnalysis.h54 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
DTypeBasedAliasAnalysis.h39 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
DBasicAliasAnalysis.h73 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h393 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
397 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
398 return pointsToConstantMemory(MemoryLocation(P), OrLocal);
696 bool OrLocal = false);
786 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false) {
787 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal);
845 AAQueryInfo &AAQI, bool OrLocal) = 0;
904 bool OrLocal) override { in pointsToConstantMemory() argument
905 return Result.pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
980 bool OrLocal) { in pointsToConstantMemory() argument
[all …]
DObjCARCAliasAnalysis.h58 bool OrLocal);
DTypeBasedAliasAnalysis.h46 bool OrLocal);
/external/llvm-project/llvm/include/llvm/Analysis/
DAliasAnalysis.h445 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
449 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
450 return pointsToConstantMemory(MemoryLocation::getBeforeOrAfter(P), OrLocal);
745 bool OrLocal = false);
838 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false) {
839 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal);
904 AAQueryInfo &AAQI, bool OrLocal) = 0;
963 bool OrLocal) override { in pointsToConstantMemory() argument
964 return Result.pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
1039 bool OrLocal) { in pointsToConstantMemory() argument
[all …]
DObjCARCAliasAnalysis.h58 bool OrLocal);
DTypeBasedAliasAnalysis.h46 bool OrLocal);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAliasAnalysis.cpp93 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
110 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
137 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
DAMDGPUAliasAnalysis.h50 bool OrLocal);
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAliasAnalysis.cpp131 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
152 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
179 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
DAMDGPUAliasAnalysis.h50 bool OrLocal);

12