/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 147 SetVector<Value *> Pointers; in runOnFunction() local 154 Pointers.insert(&I); in runOnFunction() 158 Pointers.insert(&*I); in runOnFunction() 168 Pointers.insert(Callee); in runOnFunction() 173 Pointers.insert(*AI); in runOnFunction() 180 Pointers.insert(*OI); in runOnFunction() 186 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runOnFunction() 190 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end(); in runOnFunction() 196 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) { in runOnFunction() 290 for (SetVector<Value *>::iterator V = Pointers.begin(), Ve = Pointers.end(); in runOnFunction()
|
D | LoopAccessAnalysis.cpp | 155 Pointers.emplace_back(Ptr, ScStart, ScEnd, WritePtr, DepSetId, ASId, Sc); in insert() 205 const SCEV *Start = RtCheck.Pointers[Index].Start; in addPointer() 206 const SCEV *End = RtCheck.Pointers[Index].End; in addPointer() 278 for (unsigned I = 0; I < Pointers.size(); ++I) in groupChecks() 286 for (unsigned Index = 0; Index < Pointers.size(); ++Index) in groupChecks() 287 PositionMap[Pointers[Index].PointerValue] = Index; in groupChecks() 296 for (unsigned I = 0; I < Pointers.size(); ++I) { in groupChecks() 302 MemoryDepChecker::MemAccessInfo Access(Pointers[I].PointerValue, in groupChecks() 303 Pointers[I].IsWritePtr); in groupChecks() 359 const PointerInfo &PointerI = Pointers[I]; in needsChecking() [all …]
|
/external/llvm/unittests/Analysis/ |
D | AliasAnalysisTest.cpp | 49 SetVector<Value *> Pointers; in runOnFunction() local 52 Pointers.insert(&A); in runOnFunction() 55 Pointers.insert(&I); in runOnFunction() 57 for (Value *P1 : Pointers) in runOnFunction() 58 for (Value *P2 : Pointers) in runOnFunction()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 361 Pointers.clear(); in reset() 375 bool empty() const { return Pointers.empty(); } in empty() 383 : RtCheck(RtCheck), High(RtCheck.Pointers[Index].End), in CheckingPtrGroup() 384 Low(RtCheck.Pointers[Index].Start) { in CheckingPtrGroup() 446 SmallVector<PointerInfo, 2> Pointers; variable 465 return Pointers[PtrIdx]; in getPointerInfo()
|
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 392 Alignments == Other.Alignments && Pointers == Other.Pointers; in operator ==() 431 return std::lower_bound(Pointers.begin(), Pointers.end(), AddressSpace, in findPointerLowerBound() 445 if (I == Pointers.end() || I->AddressSpace != AddrSpace) { in setPointerAlignment() 446 Pointers.insert(I, PointerAlignElem::get(AddrSpace, ABIAlign, PrefAlign, in setPointerAlignment() 547 Pointers.clear(); in clear() 582 if (I == Pointers.end() || I->AddressSpace != AS) { in getPointerABIAlignment() 591 if (I == Pointers.end() || I->AddressSpace != AS) { in getPointerPrefAlignment() 600 if (I == Pointers.end() || I->AddressSpace != AS) { in getPointerSize()
|
/external/e2fsprogs/ext2ed/ |
D | ext2.descriptors | 88 __u32 i_block[0]; /* Pointers to blocks */ 89 __u32 i_block[1]; /* Pointers to blocks */ 90 __u32 i_block[2]; /* Pointers to blocks */ 91 __u32 i_block[3]; /* Pointers to blocks */ 92 __u32 i_block[4]; /* Pointers to blocks */ 93 __u32 i_block[5]; /* Pointers to blocks */ 94 __u32 i_block[6]; /* Pointers to blocks */ 95 __u32 i_block[7]; /* Pointers to blocks */ 96 __u32 i_block[8]; /* Pointers to blocks */ 97 __u32 i_block[9]; /* Pointers to blocks */ [all …]
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 130 PointersTy Pointers; variable 204 Pointers = DL.Pointers;
|
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 826 SmallVector<Value *, 4> Pointers; in handleEndBlock() local 827 GetUnderlyingObjects(getStoredPointerOperand(&*BBI), Pointers, DL); in handleEndBlock() 831 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin(), in handleEndBlock() 832 E = Pointers.end(); I != E; ++I) in handleEndBlock() 843 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin(), in handleEndBlock() 844 E = Pointers.end(); I != E; ++I) { in handleEndBlock()
|
D | LoopDistribute.cpp | 441 unsigned N = RtPtrCheck->Pointers.size(); in computePartitionSetForPointers() 444 Value *Ptr = RtPtrCheck->Pointers[I].PointerValue; in computePartitionSetForPointers() 446 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 993 static class Pointers { class in CodeIterator 1002 Pointers(int cur, int m, int m0, ExceptionTable et, CodeAttribute ca) { in Pointers() method in CodeIterator.Pointers 1055 Pointers pointers = new Pointers(0, 0, 0, etable, ca); in changeLdcToLdcW() 1094 Pointers pointers = new Pointers(currentPos, mark, where, etable, ca); in insertGapCore0w() 1111 boolean exclusive, ArrayList jumps, Pointers ptrs) in insertGap2w()
|
/external/libxml2/os400/libxmlrpg/ |
D | xpointer.rpgle | 1 * Summary: API to handle XML Pointers 2 * Description: API to handle XML Pointers
|
/external/llvm/test/Analysis/BasicAA/ |
D | phi-aa.ll | 37 ; Pointers can vary in between iterations of loops.
|
/external/libbrillo/brillo/ |
D | any_unittest.cc | 141 TEST(Any, Pointers) { in TEST() argument
|
/external/clang/test/Analysis/ |
D | malloc.mm | 122 // Test CF/NS...NoCopy. PR12100: Pointers can escape when custom deallocators are provided.
|
/external/clang/test/SemaOpenCL/ |
D | address-spaces-conversions-cl2.0.cl | 9 * an unnamed address space is added, called '__generic'. Pointers to the
|
/external/netperf/ |
D | AUTHORS | 154 Pointers on Solaris 10 Microstate accounting.
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3281 SmallVector<llvm::Value *, 16> Pointers; in emitTargetCall() local 3359 Pointers.push_back(Pointer); in emitTargetCall() 3374 auto &&ThenGen = [this, &Ctx, &BasePointers, &Pointers, &Sizes, &MapTypes, in emitTargetCall() 3448 llvm::Value *PVal = Pointers[i]; in emitTargetCall()
|
/external/llvm/docs/ |
D | Vectorizers.rst | 160 Runtime Checks of Pointers
|
D | AliasAnalysis.rst | 57 Representation of Pointers 542 * Pointers that obviously point to constant globals "``pointToConstantMemory``".
|
D | Statepoints.rst | 209 Base & Derived Pointers
|
/external/zlib/src/ |
D | FAQ | 17 file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
|
/external/zlib/src/win32/ |
D | DLL_FAQ.txt | 17 Pointers to a precompiled ZLIB1.DLL can be found in the zlib
|
/external/mesa3d/src/glsl/ |
D | glsl_parser.yy | 578 // Grammar Note: No '*' or '&' unary ops. Pointers are not supported.
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 227 namespace Pointers { namespace
|
/external/llvm/test/Transforms/ObjCARC/ |
D | nested.ll | 761 ; Pointers to strong pointers can obscure provenance relationships. Be conservative
|