Home
last modified time | relevance | path

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

12

/trueos/contrib/llvm/include/llvm/IR/
HDDataLayout.h112 DenseMap<unsigned, PointerAlignElem> Pointers; variable
180 Pointers(DL.Pointers), in DataLayout()
241 DenseMap<unsigned, PointerAlignElem>::const_iterator val = Pointers.find(AS);
242 if (val == Pointers.end()) {
243 val = Pointers.find(0);
252 DenseMap<unsigned, PointerAlignElem>::const_iterator val = Pointers.find(AS);
253 if (val == Pointers.end()) {
254 val = Pointers.find(0);
262 DenseMap<unsigned, PointerAlignElem>::const_iterator val = Pointers.find(AS);
263 if (val == Pointers.end()) {
[all …]
/trueos/contrib/llvm/lib/Analysis/
HDAliasAnalysisEvaluator.cpp145 SetVector<Value *> Pointers; in runOnFunction() local
152 Pointers.insert(I); in runOnFunction()
156 Pointers.insert(&*I); in runOnFunction()
166 Pointers.insert(Callee); in runOnFunction()
171 Pointers.insert(*AI); in runOnFunction()
178 Pointers.insert(*OI); in runOnFunction()
184 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runOnFunction()
188 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end(); in runOnFunction()
194 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) { in runOnFunction()
277 for (SetVector<Value *>::iterator V = Pointers.begin(), Ve = Pointers.end(); in runOnFunction()
/trueos/contrib/llvm/lib/IR/
HDDataLayout.cpp342 DenseMap<unsigned,PointerAlignElem>::iterator val = Pointers.find(addr_space); in setPointerAlignment()
343 if (val == Pointers.end()) { in setPointerAlignment()
344 Pointers[addr_space] = PointerAlignElem::get(addr_space, in setPointerAlignment()
478 pib = Pointers.begin(), pie = Pointers.end(); in getStringRepresentation()
485 const PointerAlignElem &PI = Pointers.find(*asb)->second; in getStringRepresentation()
/trueos/contrib/llvm/lib/Transforms/Scalar/
HDDeadStoreElimination.cpp759 SmallVector<Value *, 4> Pointers; in handleEndBlock() local
760 GetUnderlyingObjects(getStoredPointerOperand(BBI), Pointers); in handleEndBlock()
764 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin(), in handleEndBlock()
765 E = Pointers.end(); I != E; ++I) in handleEndBlock()
776 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin(), in handleEndBlock()
777 E = Pointers.end(); I != E; ++I) { in handleEndBlock()
/trueos/contrib/gcc/config/sparc/
HDsparc.opt64 Pointers are 64-bit
68 Pointers are 32-bit
/trueos/contrib/ipfilter/
HDSTYLE.TXT17 /* output. Pointers to things which are used and */
/trueos/contrib/binutils/bfd/
HDREADME8 incorrect. Pointers to documentation problems, or an entirely
/trueos/contrib/gcc/
HDpredict.def90 /* Pointers are usually not NULL. */
/trueos/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp494 Pointers.clear(); in reset()
508 SmallVector<TrackingVH<Value>, 2> Pointers; member
1023 Pointers.push_back(Ptr); in insert()
1416 unsigned NumPointers = PtrRtCheck->Pointers.size(); in addRuntimeCheck()
1424 Value *Ptr = PtrRtCheck->Pointers[i]; in addRuntimeCheck()
3331 unsigned NumPointers = RtCheck.Pointers.size(); in canCheckPtrAtRT()
3338 Value *PtrI = RtCheck.Pointers[i]; in canCheckPtrAtRT()
3339 Value *PtrJ = RtCheck.Pointers[j]; in canCheckPtrAtRT()
3855 PtrRtCheck.Pointers.clear(); in canVectorizeMemory()
/trueos/crypto/openssl/doc/crypto/
HDRSA_get_ex_new_index.pod78 B<dup_func()> is called when a structure is being copied. Pointers to the
/trueos/share/misc/
HDscsi_modes364 {C2 Pointers are supported} t1
/trueos/lib/libc/db/mpool/
HDmpool.libtp219 /* Update Hash Pointers */
/trueos/lib/libz/
HDFAQ17 file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
/trueos/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
HDChangeLog-1995562 * except.c (expand_start_catch_block): Pointers to objects come
/trueos/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:
HDgdb.info-32644 * All parameters to the system call. Pointers are given as addresses
2645 in the target memory address space. Pointers to strings are given
3379 Pointers to target data are transmitted as they are. An exception is
/trueos/contrib/tcp_wrappers/
HDREADME492 section. Pointers to IDENT daemon software are described in the section
/trueos/sys/dev/aic7xxx/
HDaic79xx.reg3104 * Data FIFO Pointers
HDaic7xxx.seq1726 * Copying RAM values back to SCB, for Save Data Pointers message, but
HDaic79xx.seq1343 * Copying RAM values back to SCB, for Save Data Pointers message, but
/trueos/contrib/gcclibs/libiberty/
HDfunctions.texi184 pointer encountered. Pointers to empty strings are ignored.
/trueos/contrib/gcc/doc/
HDtree-ssa.texi1551 @item Pointers and ADDR_EXPR that escape the current function.
/trueos/contrib/libstdc++/include/ext/
Drope1020 // Pointers from iterators are not included in reference counts.
/trueos/contrib/binutils/libiberty/
HDfunctions.texi184 pointer encountered. Pointers to empty strings are ignored.

12