Searched refs:MapValue (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h10 // This file defines the MapValue interface which is used by various parts of
69 Value *MapValue(const Value *V, ValueToValueMapTy &VM,
79 /// MapValue - provide versions that preserve type safety for MDNode and
81 inline MDNode *MapValue(const MDNode *V, ValueToValueMapTy &VM, function in namespace:llvm
85 return cast<MDNode>(MapValue((const Value*)V, VM, Flags, TypeMapper,
88 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM, function in namespace:llvm
92 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper,
/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp10 // This file defines the MapValue function, which is shared by various parts of
27 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags, function in class:llvm
75 Value *Mapped_OP = MapValue(OP, VM, Flags, TypeMapper, Materializer);
90 Value *Mapped_Op = MapValue(Op, VM, Flags, TypeMapper, Materializer);
120 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper, Materializer));
121 BasicBlock *BB = cast_or_null<BasicBlock>(MapValue(BA->getBasicBlock(), VM,
132 Mapped = MapValue(Op, VM, Flags, TypeMapper, Materializer);
159 Ops.push_back(MapValue(cast<Constant>(C->getOperand(OpNo)), VM,
188 Value *V = MapValue(*op, VMap, Flags, TypeMapper, Materializer);
200 Value *V = MapValue(P
[all...]
H A DCloneModule.cpp86 GV->setInitializer(MapValue(I->getInitializer(), VMap));
111 GA->setAliasee(cast<GlobalObject>(MapValue(C, VMap)));
120 NewNMD->addOperand(MapValue(NMD.getOperand(i), VMap));
H A DCloneFunction.cpp190 DISubprogram NewSubprogram(MapValue(OldSubprogramMDNode, VMap));
493 Value *InVal = MapValue(PN->getIncomingValue(pred),
/external/chromium_org/chromeos/network/onc/
H A Donc_mapper.cc20 scoped_ptr<base::Value> Mapper::MapValue(const OncValueSignature& signature, function in class:chromeos::onc::Mapper
101 return MapValue(*field_signature->value_signature, onc_value, error);
139 return MapValue(signature, onc_value, error);
H A Donc_mapper.h46 virtual scoped_ptr<base::Value> MapValue(const OncValueSignature& signature,
79 // signature in |object_signature| using |MapValue|. Sets
90 // the type of the entries. Maps each entry by calling |MapValue|. If any of
99 // Calls |MapValue| and returns its result. Called by |MapArray| for each
H A Donc_validator.h103 virtual scoped_ptr<base::Value> MapValue(const OncValueSignature& signature,
H A Donc_validator.cc60 MapValue(*object_signature, onc_object, &error);
79 scoped_ptr<base::Value> Validator::MapValue(const OncValueSignature& signature, function in class:chromeos::onc::Validator
92 Mapper::MapValue(signature, onc_value, error);
/external/llvm/lib/Linker/
H A DLinkModules.cpp1139 Constant *SrcInit = MapValue(AVI.SrcInit, ValueMap, RF_None, &TypeMap, &ValMaterializer);
1159 DGV->setInitializer(MapValue(I->getInitializer(), ValueMap,
1216 MapValue(Aliasee, ValueMap, RF_None, &TypeMap, &ValMaterializer);
1233 DestNMD->addOperand(MapValue(I->getOperand(i), ValueMap,
1486 DF->setPrefixData(MapValue(
1532 DF->setPrefixData(MapValue(SF->getPrefixData(),
/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc535 Insert(object, NULL, c_transition->MapValue(), state);
544 Insert(object, NULL, c_value->MapValue(), state);
H A Dhydrogen-instructions.cc1352 block()->graph()->zone(), value(), c_map->MapValue(),
H A Dhydrogen-instructions.h3633 Unique<Map> MapValue() const { function in class:v8::FINAL::FINAL

Completed in 271 milliseconds