Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/lib/Analysis/
HDAliasAnalysisEvaluator.cpp144 SetVector<Value *> Pointers; in runOnFunction() local
151 Pointers.insert(I); in runOnFunction()
155 Pointers.insert(&*I); in runOnFunction()
165 Pointers.insert(Callee); in runOnFunction()
170 Pointers.insert(*AI); in runOnFunction()
177 Pointers.insert(*OI); in runOnFunction()
183 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runOnFunction()
187 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end(); in runOnFunction()
193 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) { in runOnFunction()
288 for (SetVector<Value *>::iterator V = Pointers.begin(), Ve = Pointers.end(); in runOnFunction()
HDLoopAccessAnalysis.cpp131 Pointers.emplace_back(Ptr, AR->getStart(), ScEnd, WritePtr, DepSetId, ASId, in insert()
160 const SCEV *Start = RtCheck.Pointers[Index].Start; in addPointer()
161 const SCEV *End = RtCheck.Pointers[Index].End; in addPointer()
210 for (unsigned I = 0; I < Pointers.size(); ++I) in groupChecks()
218 for (unsigned Index = 0; Index < Pointers.size(); ++Index) in groupChecks()
219 PositionMap[Pointers[Index].PointerValue] = Index; in groupChecks()
228 for (unsigned I = 0; I < Pointers.size(); ++I) { in groupChecks()
234 MemoryDepChecker::MemAccessInfo Access(Pointers[I].PointerValue, in groupChecks()
235 Pointers[I].IsWritePtr); in groupChecks()
285 const PointerInfo &PointerI = Pointers[I]; in needsChecking()
[all …]
/NextBSD/contrib/llvm/lib/IR/
HDDataLayout.cpp387 Alignments == Other.Alignments && Pointers == Other.Pointers; in operator ==()
426 return std::lower_bound(Pointers.begin(), Pointers.end(), AddressSpace, in findPointerLowerBound()
440 if (I == Pointers.end() || I->AddressSpace != AddrSpace) { in setPointerAlignment()
441 Pointers.insert(I, PointerAlignElem::get(AddrSpace, ABIAlign, PrefAlign, in setPointerAlignment()
542 Pointers.clear(); in clear()
577 if (I == Pointers.end() || I->AddressSpace != AS) { in getPointerABIAlignment()
586 if (I == Pointers.end() || I->AddressSpace != AS) { in getPointerPrefAlignment()
595 if (I == Pointers.end() || I->AddressSpace != AS) { in getPointerSize()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDLoopAccessAnalysis.h329 Pointers.clear(); in reset()
337 bool empty() const { return Pointers.empty(); } in empty()
345 : RtCheck(RtCheck), High(RtCheck.Pointers[Index].End), in CheckingPtrGroup()
346 Low(RtCheck.Pointers[Index].Start) { in CheckingPtrGroup()
403 SmallVector<PointerInfo, 2> Pointers; variable
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDDeadStoreElimination.cpp734 SmallVector<Value *, 4> Pointers; in handleEndBlock() local
735 GetUnderlyingObjects(getStoredPointerOperand(BBI), Pointers, DL); in handleEndBlock()
739 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin(), in handleEndBlock()
740 E = Pointers.end(); I != E; ++I) in handleEndBlock()
751 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin(), in handleEndBlock()
752 E = Pointers.end(); I != E; ++I) { in handleEndBlock()
HDLoopDistribute.cpp437 unsigned N = RtPtrCheck->Pointers.size(); in computePartitionSetForPointers()
440 Value *Ptr = RtPtrCheck->Pointers[I].PointerValue; in computePartitionSetForPointers()
442 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
/NextBSD/contrib/llvm/include/llvm/IR/
HDDataLayout.h130 PointersTy Pointers; variable
204 Pointers = DL.Pointers;
/NextBSD/contrib/gcc/config/sparc/
HDsparc.opt64 Pointers are 64-bit
68 Pointers are 32-bit
/NextBSD/crypto/openssl/doc/
HDREADME8 Pointers to standards, RFC's and IETF Drafts that are
/NextBSD/contrib/ipfilter/
HDSTYLE.TXT17 /* output. Pointers to things which are used and */
/NextBSD/contrib/binutils/bfd/
HDREADME8 incorrect. Pointers to documentation problems, or an entirely
/NextBSD/contrib/gcc/
HDpredict.def90 /* Pointers are usually not NULL. */
/NextBSD/crypto/openssl/doc/crypto/
HDRSA_get_ex_new_index.pod78 B<dup_func()> is called when a structure is being copied. Pointers to the
/NextBSD/share/misc/
HDscsi_modes364 {C2 Pointers are supported} t1
/NextBSD/lib/libc/db/mpool/
HDmpool.libtp219 /* Update Hash Pointers */
/NextBSD/lib/libz/
HDFAQ17 file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
/NextBSD/contrib/gcc/cp/
HDChangeLog-2001516 interconvert. Pointers to same-size integers are reasonably
2858 * class.c (check_field_decls): Pointers to member do not a
/NextBSD/contrib/gdb/gdb/doc/
HDgdbint.texinfo2445 @section Pointers Are Not Always Addresses
2925 @xref{Target Architecture Definition, , Pointers Are Not Always Addresses}.
3466 @xref{Target Architecture Definition, , Pointers Are Not Always
3478 @xref{Target Architecture Definition, , Pointers Are Not Always Addresses}.
5196 Pointers are declared using the traditional K&R C style:
/NextBSD/contrib/tcp_wrappers/
HDREADME492 section. Pointers to IDENT daemon software are described in the section
/NextBSD/sys/dev/aic7xxx/
HDaic79xx.reg3104 * Data FIFO Pointers
HDaic7xxx.seq1726 * Copying RAM values back to SCB, for Save Data Pointers message, but
/NextBSD/contrib/gcclibs/libiberty/
HDfunctions.texi184 pointer encountered. Pointers to empty strings are ignored.
/NextBSD/contrib/libstdc++/include/ext/
Drope1020 // Pointers from iterators are not included in reference counts.
/NextBSD/contrib/gcc/doc/
HDtree-ssa.texi1551 @item Pointers and ADDR_EXPR that escape the current function.
/NextBSD/contrib/binutils/libiberty/
HDfunctions.texi184 pointer encountered. Pointers to empty strings are ignored.

12