HomeSort by relevance Sort by last modified time
    Searched refs:vmap (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/IR/
ValueSymbolTable.h 59 ValueSymbolTable() : vmap(0), LastUnique(0) {}
70 Value *lookup(StringRef Name) const { return vmap.lookup(Name); }
74 inline bool empty() const { return vmap.empty(); }
77 inline unsigned size() const { return unsigned(vmap.size()); }
89 inline iterator begin() { return vmap.begin(); }
92 inline const_iterator begin() const { return vmap.begin(); }
95 inline iterator end() { return vmap.end(); }
98 inline const_iterator end() const { return vmap.end(); }
126 ValueMap vmap; ///< The map that holds the symbol table. member in class:llvm::ValueSymbolTable
  /external/swiftshader/third_party/LLVM/include/llvm/
ValueSymbolTable.h 59 ValueSymbolTable() : vmap(0), LastUnique(0) {}
71 Value *lookup(StringRef Name) const { return vmap.lookup(Name); }
75 inline bool empty() const { return vmap.empty(); }
78 inline unsigned size() const { return unsigned(vmap.size()); }
90 inline iterator begin() { return vmap.begin(); }
93 inline const_iterator begin() const { return vmap.begin(); }
96 inline iterator end() { return vmap.end(); }
99 inline const_iterator end() const { return vmap.end(); }
125 ValueMap vmap; ///< The map that holds the symbol table. member in class:llvm::ValueSymbolTable
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ValueSymbolTable.cpp 26 for (iterator VI = vmap.begin(), VE = vmap.end(); VI != VE; ++VI)
30 assert(vmap.empty() && "Values remain in symbol table!");
40 if (vmap.insert(V->Name)) {
57 // Try insert the vmap entry with this suffix.
58 ValueName &NewName = vmap.GetOrCreateValue(UniqueName);
72 vmap.remove(V);
80 ValueName &Entry = vmap.GetOrCreateValue(Name);
96 // Try insert the vmap entry with this suffix.
97 ValueName &NewName = vmap.GetOrCreateValue(UniqueName)
    [all...]
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 27 for (const auto &VI : vmap)
31 assert(vmap.empty() && "Values remain in symbol table!");
46 // Try insert the vmap entry with this suffix.
47 auto IterBool = vmap.insert(std::make_pair(UniqueName, V));
59 if (vmap.insert(V->getValueName())) {
77 vmap.remove(V);
85 auto IterBool = vmap.insert(std::make_pair(Name, V));
  /toolchain/binutils/binutils-2.25/bfd/
irix-core.c 58 struct vmap64 vmap; local
64 val = bfd_bread (&vmap, (bfd_size_type) sizeof vmap, abfd);
65 if (val != sizeof vmap)
68 switch (vmap.v_type)
87 if (vmap.v_offset == 0)
92 vmap.v_len, vmap.v_vaddr, vmap.v_offset))
106 struct vmap vmap local
    [all...]
  /test/vts-testcase/kernel/api/proc/
ProcVmallocInfoTest.py 32 t_VMAP = literal_token('vmap')
46 'line : addr_range NUMBER caller module pages phys ioremap vmalloc vmap user vpages NEWLINE'
84 '''vmap : VMAP
  /external/libpcap/
optimize.c 524 struct vmapinfo *vmap; variable in typeref:struct:vmapinfo
533 memset((char *)vmap, 0, maxval * sizeof(*vmap));
555 vmap[val].const_val = v0;
556 vmap[val].is_const = 1;
587 a = vmap[v0].const_val;
588 b = vmap[v1].const_val;
804 if (vmap[val].is_const) {
814 b->s.k += vmap[val].const_val;
875 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_X)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 310 char *ymap, *vmap, *umap; local
330 vmap = (char*)pipe->transfer_map(pipe, vtrans);
351 vmap[vidx++] = v[vuoffset];
369 vmap[vidx++] = v;
370 vmap[vidx++] = v;
387 vmap[vidx++] = v;
388 vmap[vidx++] = v;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 671 milliseconds