Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpBlock.cpp24 if (Pointers) in addPointer()
25 Pointers->Prev = P; in addPointer()
26 P->Next = Pointers; in addPointer()
28 Pointers = P; in addPointer()
34 if (Pointers == P) in removePointer()
35 Pointers = P->Next; in removePointer()
43 if (Pointers == nullptr && IsDead) in cleanup()
56 if (Pointers == From) in movePointer()
57 Pointers = To; in movePointer()
74 B.Pointers = Blk->Pointers; in DeadBlock()
[all …]
H A DInterpBlock.h51 bool hasPointers() const { return Pointers; } in hasPointers()
95 Pointer *Pointers = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dallocation.bench.cpp101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly() local
102 for (auto& p : Pointers) { in BM_DeallocateOnly()
106 void** Data = Pointers.data(); in BM_DeallocateOnly()
107 void** const End = Pointers.data() + Pointers.size(); in BM_DeallocateOnly()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp102 SetVector<Value *> Pointers; in runInternal() local
109 Pointers.insert(&I); in runInternal()
113 Pointers.insert(&Inst); in runInternal()
122 Pointers.insert(Callee); in runInternal()
126 Pointers.insert(DataOp); in runInternal()
132 Pointers.insert(Op); in runInternal()
138 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runInternal()
142 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end(); in runInternal()
149 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) { in runInternal()
234 for (auto Pointer : Pointers) { in runInternal()
H A DLoopAccessAnalysis.cpp173 : RtCheck(RtCheck), High(RtCheck.Pointers[Index].End), in RuntimeCheckingPtrGroup()
174 Low(RtCheck.Pointers[Index].Start) { in RuntimeCheckingPtrGroup()
233 Pointers.emplace_back(Ptr, ScStart, ScEnd, WritePtr, DepSetId, ASId, Sc); in insert()
283 const SCEV *Start = RtCheck.Pointers[Index].Start; in addPointer()
284 const SCEV *End = RtCheck.Pointers[Index].End; in addPointer()
356 for (unsigned I = 0; I < Pointers.size(); ++I) in groupChecks()
364 for (unsigned Index = 0; Index < Pointers.size(); ++Index) in groupChecks()
365 PositionMap[Pointers[Index].PointerValue] = Index; in groupChecks()
374 for (unsigned I = 0; I < Pointers.size(); ++I) { in groupChecks()
380 MemoryDepChecker::MemAccessInfo Access(Pointers[I].PointerValue, in groupChecks()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp545 Alignments == Other.Alignments && Pointers == Other.Pointers; in operator ==()
589 auto I = lower_bound(Pointers, AddressSpace, in getPointerAlignElem()
593 if (I != Pointers.end() && I->AddressSpace == AddressSpace) in getPointerAlignElem()
597 assert(Pointers[0].AddressSpace == 0); in getPointerAlignElem()
598 return Pointers[0]; in getPointerAlignElem()
608 auto I = lower_bound(Pointers, AddrSpace, in setPointerAlignment()
612 if (I == Pointers.end() || I->AddressSpace != AddrSpace) { in setPointerAlignment()
613 Pointers.insert(I, PointerAlignElem::get(AddrSpace, ABIAlign, PrefAlign, in setPointerAlignment()
662 Pointers.clear(); in clear()
707 for (auto &P : Pointers) in getMaxPointerSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h408 Pointers.clear(); in reset()
422 bool empty() const { return Pointers.empty(); } in empty()
455 SmallVector<PointerInfo, 2> Pointers; variable
474 return Pointers[PtrIdx]; in getPointerInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h163 PointersTy Pointers; variable
223 Pointers = DL.Pointers;
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info522 * Pointers typedefs and cvr-quals::
676 3 ‘CTF_K_POINTER’ A pointer. *Note Pointers typedefs and cvr-quals::.
690 10 ‘CTF_K_TYPEDEF’ A typedef. *Note Pointers typedefs and cvr-quals::.
693 *Note Pointers typedefs and cvr-quals::.
696 *Note Pointers typedefs and cvr-quals::.
699 *Note Pointers typedefs and cvr-quals::.
846 File: ctf-spec.info, Node: Slices, Next: Pointers typedefs and cvr-quals, Prev: Floating-point t…
911 File: ctf-spec.info, Node: Pointers typedefs and cvr-quals, Next: Arrays, Prev: Slices, Up: The…
913 2.3.7 Pointers, typedefs, and cvr-quals
916 Pointers, ‘typedef’s, and ‘const’, ‘volatile’ and ‘restrict’ qualifiers
[all …]
H A Dctf-spec.texi809 …}} {Indicates a type that cannot be represented in CTF, or that} {@xref{Pointers typedefs and cvr-…
828 @tab A pointer. @xref{Pointers typedefs and cvr-quals}.
856 @tab A typedef. @xref{Pointers typedefs and cvr-quals}.
860 @tab A volatile-qualified type. @xref{Pointers typedefs and cvr-quals}.
864 @tab A const-qualified type. @xref{Pointers typedefs and cvr-quals}.
868 @tab A restrict-qualified type. @xref{Pointers typedefs and cvr-quals}.
1193 @node Pointers typedefs and cvr-quals
1194 @subsection Pointers, typedefs, and cvr-quals
1195 @cindex Pointers
1208 Pointers, @code{typedef}s, and @code{const}, @code{volatile} and @code{restrict}
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.info522 * Pointers typedefs and cvr-quals::
676 3 'CTF_K_POINTER' A pointer. *Note Pointers typedefs and cvr-quals::.
690 10 'CTF_K_TYPEDEF' A typedef. *Note Pointers typedefs and cvr-quals::.
693 *Note Pointers typedefs and cvr-quals::.
696 *Note Pointers typedefs and cvr-quals::.
699 *Note Pointers typedefs and cvr-quals::.
846 File: ctf-spec.info, Node: Slices, Next: Pointers typedefs and cvr-quals, Prev: Floating-point t…
911 File: ctf-spec.info, Node: Pointers typedefs and cvr-quals, Next: Arrays, Prev: Slices, Up: The…
913 2.3.7 Pointers, typedefs, and cvr-quals
916 Pointers, 'typedef's, and 'const', 'volatile' and 'restrict' qualifiers
[all …]
H A Dctf-spec.texi809 …}} {Indicates a type that cannot be represented in CTF, or that} {@xref{Pointers typedefs and cvr-…
828 @tab A pointer. @xref{Pointers typedefs and cvr-quals}.
856 @tab A typedef. @xref{Pointers typedefs and cvr-quals}.
860 @tab A volatile-qualified type. @xref{Pointers typedefs and cvr-quals}.
864 @tab A const-qualified type. @xref{Pointers typedefs and cvr-quals}.
868 @tab A restrict-qualified type. @xref{Pointers typedefs and cvr-quals}.
1193 @node Pointers typedefs and cvr-quals
1194 @subsection Pointers, typedefs, and cvr-quals
1195 @cindex Pointers
1208 Pointers, @code{typedef}s, and @code{const}, @code{volatile} and @code{restrict}
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DRangesIssuePaperStatus.csv10 `P1474R1 <https://wg21.link/P1474R1>`__,Helpful Pointers For contiguous_iterator,,
39 `LWG-3299 <https://wg21.link/LWG-3299>`__, Pointers don't need customized iterator behavior,,
/netbsd-src/external/bsd/nsd/dist/doc/
H A DNSD-DATABASE6 The file contains a 'buddy-system-style' 'malloc' of chunks. Pointers are
/netbsd-src/external/bsd/ipf/dist/
H A DSTYLE.TXT17 /* output. Pointers to things which are used and */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp509 unsigned N = RtPtrCheck->Pointers.size(); in computePartitionSetForPointers()
512 Value *Ptr = RtPtrCheck->Pointers[I].PointerValue; in computePartitionSetForPointers()
514 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.opt110 Pointers are 64-bit.
114 Pointers are 32-bit.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.opt110 Pointers are 64-bit.
114 Pointers are 32-bit.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DREADME8 incorrect. Pointers to documentation problems, or an entirely
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DREADME8 incorrect. Pointers to documentation problems, or an entirely
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp180 static cl::opt<bool> Pointers("pointers", cl::desc("Dump enum types"), variable
246 cl::opt<bool> Pointers("pointers", cl::desc("Display pointer types"), variable
1024 if (opts::diadump::Pointers) in dumpDia()
1203 opts::pretty::Funcsigs || opts::pretty::Pointers || in dumpPretty()
1535 opts::pretty::Pointers = true; in main()
H A Dllvm-pdbutil.h87 extern llvm::cl::opt<bool> Pointers;
H A DPrettyTypeDumper.cpp207 if (opts::pretty::Pointers) in start()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst140 even when there are live pointers to them. Pointers are only valid as
218 Pointers section in Memory Organisation
221 Pointers, implemented in ``Pointer.h`` are represented as a tagged union.
H A DSYCLSupport.rst55 Pointers to default address space should get lowered into a pointer to a generic

12345