| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | DataLayout.h | 112 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/ |
| HD | AliasAnalysisEvaluator.cpp | 145 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/ |
| HD | DataLayout.cpp | 342 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/ |
| HD | DeadStoreElimination.cpp | 759 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/ |
| HD | sparc.opt | 64 Pointers are 64-bit 68 Pointers are 32-bit
|
| /trueos/contrib/ipfilter/ |
| HD | STYLE.TXT | 17 /* output. Pointers to things which are used and */
|
| /trueos/contrib/binutils/bfd/ |
| HD | README | 8 incorrect. Pointers to documentation problems, or an entirely
|
| /trueos/contrib/gcc/ |
| HD | predict.def | 90 /* Pointers are usually not NULL. */
|
| /trueos/contrib/llvm/lib/Transforms/Vectorize/ |
| HD | LoopVectorize.cpp | 494 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/ |
| HD | RSA_get_ex_new_index.pod | 78 B<dup_func()> is called when a structure is being copied. Pointers to the
|
| /trueos/share/misc/ |
| HD | scsi_modes | 364 {C2 Pointers are supported} t1
|
| /trueos/lib/libc/db/mpool/ |
| HD | mpool.libtp | 219 /* Update Hash Pointers */
|
| /trueos/lib/libz/ |
| HD | FAQ | 17 file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
|
| /trueos/contrib/gcc/cp/ |
| HD | ChangeLog-2001 | 516 interconvert. Pointers to same-size integers are reasonably 2858 * class.c (check_field_decls): Pointers to member do not a
|
| HD | ChangeLog-1995 | 562 * except.c (expand_start_catch_block): Pointers to objects come
|
| /trueos/contrib/gdb/gdb/doc/ |
| HD | gdbint.texinfo | 2445 @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:
|
| HD | gdb.info-3 | 2644 * 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/ |
| HD | README | 492 section. Pointers to IDENT daemon software are described in the section
|
| /trueos/sys/dev/aic7xxx/ |
| HD | aic79xx.reg | 3104 * Data FIFO Pointers
|
| HD | aic7xxx.seq | 1726 * Copying RAM values back to SCB, for Save Data Pointers message, but
|
| HD | aic79xx.seq | 1343 * Copying RAM values back to SCB, for Save Data Pointers message, but
|
| /trueos/contrib/gcclibs/libiberty/ |
| HD | functions.texi | 184 pointer encountered. Pointers to empty strings are ignored.
|
| /trueos/contrib/gcc/doc/ |
| HD | tree-ssa.texi | 1551 @item Pointers and ADDR_EXPR that escape the current function.
|
| /trueos/contrib/libstdc++/include/ext/ |
| D | rope | 1020 // Pointers from iterators are not included in reference counts.
|
| /trueos/contrib/binutils/libiberty/ |
| HD | functions.texi | 184 pointer encountered. Pointers to empty strings are ignored.
|