/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 136 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 …]
|
D | LoopAccessAnalysis.cpp | 280 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/ |
D | AliasSetTracker.cpp | 131 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 …]
|
D | LoopAccessAnalysis.cpp | 282 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index) { in addPointer() function in RuntimeCheckingPtrGroup 413 if (Group.addPointer(Pointer)) { in groupChecks()
|
/external/llvm-project/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.m | 305 [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/ |
D | testfilerunner.m | 306 [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/ |
D | AliasSetTracker.cpp | 96 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()
|
D | LoopAccessAnalysis.cpp | 236 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/ |
D | Pointer.cpp | 31 Pointee->addPointer(this); in Pointer() 52 Pointee->addPointer(this); in operator =()
|
D | InterpBlock.cpp | 21 void Block::addPointer(Pointer *P) { in addPointer() function in Block
|
D | InterpBlock.h | 90 void addPointer(Pointer *P);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 297 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size, 447 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
|
D | LoopAccessAnalysis.h | 343 bool addPointer(unsigned Index);
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 261 void addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size, 426 AliasSet &addPointer(Value *P, uint64_t Size, const AAMDNodes &AAInfo,
|
D | LoopAccessAnalysis.h | 396 bool addPointer(unsigned Index);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 298 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size, 448 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
|
D | LoopAccessAnalysis.h | 400 bool addPointer(unsigned Index);
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-objc.h | 134 - (void)addPointer:(void *)pointer;
|
/external/llvm-project/clang/test/Analysis/Inputs/ |
D | system-header-simulator-objc.h | 149 - (void)addPointer:(void *)pointer;
|
/external/clang/test/Analysis/ |
D | malloc.mm | 245 [pointerArray addPointer:p1];
|
/external/llvm-project/clang/test/Analysis/ |
D | malloc.mm | 266 [pointerArray addPointer:p1];
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |