Home
last modified time | relevance | path

Searched refs:Pointers (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp147 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()
DLoopAccessAnalysis.cpp155 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/
DAliasAnalysisTest.cpp49 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/
DLoopAccessAnalysis.h361 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/
DDataLayout.cpp392 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/
Dext2.descriptors88 __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/
DDataLayout.h130 PointersTy Pointers; variable
204 Pointers = DL.Pointers;
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp826 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()
DLoopDistribute.cpp441 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/
DCodeIterator.java993 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/
Dxpointer.rpgle1 * Summary: API to handle XML Pointers
2 * Description: API to handle XML Pointers
/external/llvm/test/Analysis/BasicAA/
Dphi-aa.ll37 ; Pointers can vary in between iterations of loops.
/external/libbrillo/brillo/
Dany_unittest.cc141 TEST(Any, Pointers) { in TEST() argument
/external/clang/test/Analysis/
Dmalloc.mm122 // Test CF/NS...NoCopy. PR12100: Pointers can escape when custom deallocators are provided.
/external/clang/test/SemaOpenCL/
Daddress-spaces-conversions-cl2.0.cl9 * an unnamed address space is added, called '__generic'. Pointers to the
/external/netperf/
DAUTHORS154 Pointers on Solaris 10 Microstate accounting.
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3281 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/
DVectorizers.rst160 Runtime Checks of Pointers
DAliasAnalysis.rst57 Representation of Pointers
542 * Pointers that obviously point to constant globals "``pointToConstantMemory``".
DStatepoints.rst209 Base & Derived Pointers
/external/zlib/src/
DFAQ17 file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
/external/zlib/src/win32/
DDLL_FAQ.txt17 Pointers to a precompiled ZLIB1.DLL can be found in the zlib
/external/mesa3d/src/glsl/
Dglsl_parser.yy578 // Grammar Note: No '*' or '&' unary ops. Pointers are not supported.
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp227 namespace Pointers { namespace
/external/llvm/test/Transforms/ObjCARC/
Dnested.ll761 ; Pointers to strong pointers can obscure provenance relationships. Be conservative

12