Home
last modified time | relevance | path

Searched refs:MapValue (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DValueMapper.cpp26 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags, in MapValue() function in llvm
66 if (OP == 0 || MapValue(OP, VM, Flags, TypeMapper) == OP) continue; in MapValue()
73 Elts.push_back(Op ? MapValue(Op, VM, Flags, TypeMapper) : 0); in MapValue()
97 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper)); in MapValue()
98 BasicBlock *BB = cast_or_null<BasicBlock>(MapValue(BA->getBasicBlock(), VM, in MapValue()
109 Mapped = MapValue(Op, VM, Flags, TypeMapper); in MapValue()
136 Ops.push_back(MapValue(cast<Constant>(C->getOperand(OpNo)), VM, in MapValue()
164 Value *V = MapValue(*op, VMap, Flags, TypeMapper); in RemapInstruction()
176 Value *V = MapValue(PN->getIncomingBlock(i), VMap, Flags); in RemapInstruction()
192 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper); in RemapInstruction()
DCloneModule.cpp88 GV->setInitializer(MapValue(I->getInitializer(), VMap)); in CloneModule()
113 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
122 NewNMD->addOperand(MapValue(NMD.getOperand(i), VMap)); in CloneModule()
DCloneFunction.cpp322 if (Constant *Op = dyn_cast_or_null<Constant>(MapValue(I->getOperand(i), in ConstantFoldMappedInstruction()
431 Value *InVal = MapValue(PN->getIncomingValue(pred), in CloneAndPruneFunctionInto()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DValueMapper.h56 Value *MapValue(const Value *V, ValueToValueMapTy &VM,
66 inline MDNode *MapValue(const MDNode *V, ValueToValueMapTy &VM,
69 return cast<MDNode>(MapValue((const Value*)V, VM, Flags, TypeMapper));
71 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM,
74 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper));
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp121 GV->setInitializer(MapValue(I->getInitializer(), VMap)); in CloneModule()
150 F->setPersonalityFn(MapValue(I.getPersonalityFn(), VMap)); in CloneModule()
161 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
DCloneFunction.cpp101 MapValue(OldFunc->getPersonalityFn(), VMap, in CloneFunctionInto()
484 Value *InVal = MapValue(PN->getIncomingValue(pred), in CloneAndPruneIntoFromInst()
/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
264 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM,
/external/google-breakpad/src/processor/
Daddress_map.h77 typedef typename AddressToEntryMap::value_type MapValue; typedef
Daddress_map-inl.h58 map_.insert(MapValue(address, entry)); in Store()
Dcontained_range_map.h116 typedef typename AddressToRangeMap::value_type MapValue; typedef
Drange_map.h122 typedef typename AddressToRangeMap::value_type MapValue; typedef
Dcontained_range_map-inl.h144 map_->insert(MapValue(high, in StoreRange()
Drange_map-inl.h112 map_.insert(MapValue(high, Range(base, entry))); in StoreRange()
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp772 Constant *SrcInit = MapValue(AVI.SrcInit, ValueMap, RF_None, &TypeMap); in linkAppendingVarInit()
800 DGV->setInitializer(MapValue(I->getInitializer(), ValueMap, in linkGlobalInits()
854 DA->setAliasee(MapValue(Aliasee, ValueMap, RF_None, &TypeMap)); in linkAliasBodies()
867 DestNMD->addOperand(MapValue(I->getOperand(i), ValueMap, in linkNamedMDNodes()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc106 typedef std::pair<int32, thread::ThreadPool*> MapValue; in NewThreadPoolFromThreadPoolOptions() typedef
107 static std::map<string, MapValue>* global_pool_map = in NewThreadPoolFromThreadPoolOptions()
108 new std::map<string, MapValue>; in NewThreadPoolFromThreadPoolOptions()
111 MapValue* mvalue = &(*global_pool_map)[name]; in NewThreadPoolFromThreadPoolOptions()
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp229 NewGV->setInitializer(MapValue(OrigGV.getInitializer(), VMap, RF_None, in moveGlobalVariableInitializer()
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc536 Insert(object, NULL, c_transition->MapValue(), state); in ReduceStoreNamedField()
545 Insert(object, NULL, c_value->MapValue(), state); in ReduceStoreNamedField()
Dhydrogen-instructions.cc1285 block()->graph()->zone(), value(), c_map->MapValue(), in Canonicalize()
Dhydrogen-instructions.h3138 Unique<Map> MapValue() const { in MapValue() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h353 Value *Init = MapValue(A.getAliasee(), VMap, RF_None, nullptr, in addLogicalModule()