HomeSort by relevance Sort by last modified time
    Searched defs:ValueMap (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/content_settings/
content_settings_default_provider.h 71 typedef std::map<ContentSettingsType, ValuePtr> ValueMap;
73 ValueMap default_settings_;
  /external/chromium_org/components/policy/core/common/
registry_dict_win.h 39 CaseInsensitiveStringCompare> ValueMap;
80 const ValueMap& values() const { return values_; }
84 ValueMap values_;
  /external/llvm/include/llvm/IR/
ValueSymbolTable.h 46 typedef StringMap<Value*> ValueMap;
48 /// @brief An iterator over a ValueMap.
49 typedef ValueMap::iterator iterator;
51 /// @brief A const_iterator over a ValueMap.
52 typedef ValueMap::const_iterator const_iterator;
125 ValueMap vmap; ///< The map that holds the symbol table.
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
10 // This file defines the ValueMap class. ValueMap maps Value* or any subclass
17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
21 // implementations of all the methods ValueMap uses. See ValueMapConfig for
46 /// ValueMap<>. User Configs should inherit from this class to be as compatible
47 /// as possible with future versions of ValueMap.
52 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
53 /// false, the ValueMap will leave the original mapping in place
    [all...]
  /external/lldb/include/lldb/DataFormatters/
FormatManager.h 36 typedef ValueNavigator::MapType ValueMap;
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 70 /// ValueMap - Since we emit code for the function a basic block at a time,
73 DenseMap<const Value*, unsigned> ValueMap;
139 return ValueMap.count(V);
147 unsigned &R = ValueMap[V];
193 // PHIs with no uses have no ValueMap entry.
194 DenseMap<const Value*, unsigned>::const_iterator It = ValueMap.find(PN);
195 if (It == ValueMap.end())
  /art/compiler/dex/
global_value_numbering.h 77 typedef ScopedArenaSafeMap<uint64_t, uint16_t> ValueMap;
88 ValueMap::iterator lb = global_value_map_.lower_bound(key);
106 ValueMap::const_iterator it = global_value_map_.find(key);
228 ValueMap global_value_map_;
  /external/chromium_org/base/
values.h 43 typedef std::map<std::string, Value*> ValueMap;
361 ValueMap::const_iterator it_;
369 ValueMap dictionary_;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 125 typedef bimap<Location, Value *> ValueMap;
136 inline bool exists(ValueMap&, unsigned int i, unsigned int c);
138 Value *load(ValueMap&, int i, int c, Value *ptr);
139 void store(ValueMap&, int i, int c, Value *ptr, Value *value);
140 Value *acquire(ValueMap&, int i, int c);
143 inline Value *lookup(ValueMap&, unsigned i, unsigned c);
144 inline Value *insert(ValueMap&, unsigned i, unsigned c, Value *v);
286 BuildUtil::DataArray::exists(ValueMap &m, unsigned int i, unsigned int c)
293 BuildUtil::DataArray::lookup(ValueMap &m, unsigned i, unsigned c)
295 ValueMap::r_iterator it = m.r.find(Location(array, arrayIdx, i, c))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 137 ValueMapType::const_iterator I = ValueMap.find(V);
138 assert(I != ValueMap.end() && "Value not in slotcalculator!");
143 print(dbgs(), ValueMap, "Default");
198 // Rebuild the modified portion of ValueMap.
200 ValueMap[Values[CstStart].first] = CstStart+1;
309 unsigned &ValueID = ValueMap[V];
343 ValueMap[V] = Values.size();
399 if (ValueMap.count(V)) return;
466 ValueMap[BB] = BasicBlocks.size();
509 /// Remove purged values from the ValueMap
    [all...]
ValueEnumerator.h 51 ValueMapType ValueMap;
78 /// incorporated function. Their reverse mapping is stored in ValueMap.
  /external/llvm/lib/CodeGen/
SplitKit.h 274 typedef DenseMap<std::pair<unsigned, unsigned>, ValueForcePair> ValueMap;
288 ValueMap Values;
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 128 ValueToValueMapTy &ValueMap) {
145 Value *OrigPreHeaderVal = ValueMap[OrigHeaderVal];
369 // Begin by walking OrigHeader and populating ValueMap with an entry for
372 ValueToValueMapTy ValueMap;
377 ValueMap[PN] = PN->getIncomingValueForBlock(OrigPreheader);
403 RemapInstruction(C, ValueMap,
414 ValueMap[Inst] = V;
419 ValueMap[Inst] = C;
439 RewriteUsesOfClonedInstructions(OrigHeader, OrigPreheader, ValueMap);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 125 typedef bimap<Location, Value *> ValueMap;
136 inline bool exists(ValueMap&, unsigned int i, unsigned int c);
138 Value *load(ValueMap&, int i, int c, Value *ptr);
139 void store(ValueMap&, int i, int c, Value *ptr, Value *value);
140 Value *acquire(ValueMap&, int i, int c);
143 inline Value *lookup(ValueMap&, unsigned i, unsigned c);
144 inline Value *insert(ValueMap&, unsigned i, unsigned c, Value *v);
286 BuildUtil::DataArray::exists(ValueMap &m, unsigned int i, unsigned int c)
293 BuildUtil::DataArray::lookup(ValueMap &m, unsigned i, unsigned c)
295 ValueMap::r_iterator it = m.r.find(Location(array, arrayIdx, i, c))
    [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 63 typedef std::map <const Value*, lldb::addr_t> ValueMap;
65 ValueMap m_values;
111 ValueMap::iterator i = m_values.find(value);
389 ValueMap::iterator i = m_values.find(value);
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 387 /// ValueMap - Mapping of values from what they used to be in Src, to what
388 /// they are now in DstM. ValueToValueMapTy is a ValueMap, which involves
391 ValueToValueMapTy ValueMap;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 85 typedef std::map<const Value*,std::string> ValueMap;
98 ValueMap ValueNames;
431 ValueMap::iterator I = ValueNames.find(val);
    [all...]
  /external/chromium_org/net/spdy/
spdy_protocol.h 762 typedef std::map<SpdySettingsIds, Value> ValueMap;
769 const ValueMap& values() const { return values_; }
791 ValueMap values_;
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 304 /// ValueMap - A mapping of Values to slot numbers.
305 typedef DenseMap<const Value*, unsigned> ValueMap;
316 ValueMap mMap;
320 ValueMap fMap;
575 ValueMap::iterator MI = mMap.find(V);
597 ValueMap::iterator FI = fMap.find(V);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 368 struct ValueMap {
371 ValueMap(unsigned UnrollFactor) : UF(UnrollFactor) {}
453 ValueMap WidenMap;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 2099 milliseconds