Home
last modified time | relevance | path

Searched refs:addPointer (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp136 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet
372 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor()
394 AS->addPointer(*this, Entry, Size, AAInfo, MustAliasAll); in getAliasSetFor()
400 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true); in getAliasSetFor()
406 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess); in add()
412 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add()
418 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add()
422 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add()
426 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add()
430 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add()
[all …]
DLoopAccessAnalysis.cpp280 bool RuntimePointerChecking::CheckingPtrGroup::addPointer(unsigned Index) { in addPointer() function in RuntimePointerChecking::CheckingPtrGroup
408 if (Group.addPointer(Pointer)) { in groupChecks()
/external/llvm-project/llvm/lib/Analysis/
DAliasSetTracker.cpp131 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet
367 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor()
389 AS->addPointer(*this, Entry, Size, AAInfo, MustAliasAll); in getAliasSetFor()
395 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true); in getAliasSetFor()
401 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess); in add()
407 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add()
413 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add()
417 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add()
421 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add()
425 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add()
[all …]
DLoopAccessAnalysis.cpp282 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index) { in addPointer() function in RuntimeCheckingPtrGroup
413 if (Group.addPointer(Pointer)) { in groupChecks()
/external/llvm-project/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m305 [extraLibraries addPointer:(void *)dashLSomething];
332 [pa addPointer:gcstrcpy1(path)];
335 [pa addPointer:"-ObjC++"];
338 [pa addPointer:"-ObjC"];
341 [pa addPointer:"-g"];
342 if (options & DoDashO) [pa addPointer:"-O"];
343 else if (options & DoDashO2) [pa addPointer:"-O2"];
344 else if (options & DoDashOs) [pa addPointer:"-Os"];
346 [pa addPointer:"-std=c99"];
347 [pa addPointer:"-fblocks"];
[all …]
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m306 [extraLibraries addPointer:(void *)dashLSomething];
333 [pa addPointer:gcstrcpy1(path)];
336 [pa addPointer:"-ObjC++"];
339 [pa addPointer:"-ObjC"];
342 [pa addPointer:"-g"];
343 if (options & DoDashO) [pa addPointer:"-O"];
344 else if (options & DoDashO2) [pa addPointer:"-O2"];
345 else if (options & DoDashOs) [pa addPointer:"-Os"];
347 [pa addPointer:"-std=c99"];
348 [pa addPointer:"-fblocks"];
[all …]
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp96 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet
289 AS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetForPointer()
296 AliasSets.back().addPointer(*this, Entry, Size, AAInfo); in getAliasSetForPointer()
302 addPointer(Ptr, Size, AAInfo, AliasSet::NoAccess, NewPtr); in add()
316 AliasSet &AS = addPointer(LI->getOperand(0), in add()
333 AliasSet &AS = addPointer(SI->getOperand(1), in add()
345 addPointer(VAAI->getOperand(0), MemoryLocation::UnknownSize, AAInfo, in add()
363 addPointer(MSI->getRawDest(), Len, AAInfo, AliasSet::ModAccess, NewPtr); in add()
423 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(), in add()
603 AS->addPointer(*this, Entry, I->second->getSize(), in copyValue()
DLoopAccessAnalysis.cpp236 bool RuntimePointerChecking::CheckingPtrGroup::addPointer(unsigned Index) { in addPointer() function in RuntimePointerChecking::CheckingPtrGroup
364 if (Group.addPointer(Pointer)) { in groupChecks()
/external/llvm-project/clang/lib/AST/Interp/
DPointer.cpp31 Pointee->addPointer(this); in Pointer()
52 Pointee->addPointer(this); in operator =()
DInterpBlock.cpp21 void Block::addPointer(Pointer *P) { in addPointer() function in Block
DInterpBlock.h90 void addPointer(Pointer *P);
/external/llvm-project/llvm/include/llvm/Analysis/
DAliasSetTracker.h297 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size,
447 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
DLoopAccessAnalysis.h343 bool addPointer(unsigned Index);
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h261 void addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size,
426 AliasSet &addPointer(Value *P, uint64_t Size, const AAMDNodes &AAInfo,
DLoopAccessAnalysis.h396 bool addPointer(unsigned Index);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h298 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size,
448 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
DLoopAccessAnalysis.h400 bool addPointer(unsigned Index);
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h134 - (void)addPointer:(void *)pointer;
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h149 - (void)addPointer:(void *)pointer;
/external/clang/test/Analysis/
Dmalloc.mm245 [pointerArray addPointer:p1];
/external/llvm-project/clang/test/Analysis/
Dmalloc.mm266 [pointerArray addPointer:p1];
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...