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

  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 10 // 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,
85 return cast<MDNode>(MapValue((const Value*)V, VM, Flags, TypeMapper,
88 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM,
92 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper,
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 10 // This file defines the MapValue function, which is shared by various parts of
27 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags,
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(PN->getIncomingBlock(i), VMap, Flags)
    [all...]
CloneModule.cpp 86 GV->setInitializer(MapValue(I->getInitializer(), VMap));
111 GA->setAliasee(cast<GlobalObject>(MapValue(C, VMap)));
120 NewNMD->addOperand(MapValue(NMD.getOperand(i), VMap));
CloneFunction.cpp 190 DISubprogram NewSubprogram(MapValue(OldSubprogramMDNode, VMap));
493 Value *InVal = MapValue(PN->getIncomingValue(pred),
  /external/chromium_org/chromeos/network/onc/
onc_mapper.cc 20 scoped_ptr<base::Value> Mapper::MapValue(const OncValueSignature& signature,
101 return MapValue(*field_signature->value_signature, onc_value, error);
139 return MapValue(signature, onc_value, error);
onc_mapper.h 46 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
onc_validator.h 103 virtual scoped_ptr<base::Value> MapValue(const OncValueSignature& signature,
onc_validator.cc 60 MapValue(*object_signature, onc_object, &error);
79 scoped_ptr<base::Value> Validator::MapValue(const OncValueSignature& signature,
92 Mapper::MapValue(signature, onc_value, error);
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 535 Insert(object, NULL, c_transition->MapValue(), state);
544 Insert(object, NULL, c_value->MapValue(), state);
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [all...]

Completed in 103 milliseconds