Searched defs:MapValue (Results 1 - 8 of 8) sorted by relevance

/external/google-breakpad/src/processor/
H A Daddress_map.h77 typedef typename AddressToEntryMap::value_type MapValue; typedef in class:google_breakpad::AddressMap
H A Dcontained_range_map.h116 typedef typename AddressToRangeMap::value_type MapValue; typedef in class:google_breakpad::ContainedRangeMap
H A Drange_map.h122 typedef typename AddressToRangeMap::value_type MapValue; typedef in class:google_breakpad::RangeMap
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DValueMapper.h10 // This file defines the MapValue interface which is used by various parts of
56 Value *MapValue(const Value *V, ValueToValueMapTy &VM,
64 /// MapValue - provide versions that preserve type safety for MDNode and
66 inline MDNode *MapValue(const MDNode *V, ValueToValueMapTy &VM, function in namespace:llvm
69 return cast<MDNode>(MapValue((const Value*)V, VM, Flags, TypeMapper));
71 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM, function in namespace:llvm
74 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper));
/external/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h10 // This file defines the MapValue interface which is used by various parts of
69 /// There are no such assertions in MapValue(), whose results are almost
76 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
131 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM, function in namespace:llvm
212 /// 3. Else if \c MD is a \a ConstantAsMetadata, call \a MapValue() and
219 /// Instead, use \a MapValue() with its wrapping \a MetadataAsValue instance.
239 /// MapValue(), use the old value. Otherwise assert that this doesn't happen.
241 /// Note that \a MapValue() only returns \c nullptr for SSA values missing from
252 /// Calls \a MapValue() o
264 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM, function in namespace:llvm
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DValueMapper.cpp10 // This file defines the MapValue function, which is shared by various parts of
26 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags, function in class:llvm
66 if (OP == 0 || MapValue(OP, VM, Flags, TypeMapper) == OP) continue;
73 Elts.push_back(Op ? MapValue(Op, VM, Flags, TypeMapper) : 0);
97 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper));
98 BasicBlock *BB = cast_or_null<BasicBlock>(MapValue(BA->getBasicBlock(), VM,
109 Mapped = MapValue(Op, VM, Flags, TypeMapper);
136 Ops.push_back(MapValue(cast<Constant>(C->getOperand(OpNo)), VM,
164 Value *V = MapValue(*op, VMap, Flags, TypeMapper);
176 Value *V = MapValue(P
[all...]
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session.cc106 typedef std::pair<int32, thread::ThreadPool*> MapValue; typedef
107 static std::map<string, MapValue>* global_pool_map =
108 new std::map<string, MapValue>;
111 MapValue* mvalue = &(*global_pool_map)[name];
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h3138 Unique<Map> MapValue() const { function in class:final::final

Completed in 1280 milliseconds