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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
ValueMapper.h 10 // 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,
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/swiftshader/third_party/LLVM/lib/Transforms/Utils/
ValueMapper.cpp 10 // This file defines the MapValue function, which is shared by various parts of
26 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags,
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(PN->getIncomingBlock(i), VMap, Flags)
    [all...]
CloneModule.cpp 88 GV->setInitializer(MapValue(I->getInitializer(), VMap));
113 GA->setAliasee(MapValue(C, VMap));
122 NewNMD->addOperand(MapValue(NMD.getOperand(i), VMap));
  /external/google-breakpad/src/processor/
address_map.h 77 typedef typename AddressToEntryMap::value_type MapValue;
address_map-inl.h 58 map_.insert(MapValue(address, entry));
contained_range_map.h 116 typedef typename AddressToRangeMap::value_type MapValue;
range_map.h 122 typedef typename AddressToRangeMap::value_type MapValue;
contained_range_map-inl.h 144 map_->insert(MapValue(high,
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 10 // 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()
104 /// - \a mapValue() (and \a mapConstant());
131 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
ValueMapper.h 10 // This file defines the MapValue interface which is used by various parts of
72 /// There are no such assertions in MapValue(), whose results are almost
79 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
105 /// - \a mapValue() (and \a mapConstant());
132 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
164 Value *mapValue(const Value &V);
198 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
202 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
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
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 121 GV->setInitializer(MapValue(I->getInitializer(), VMap));
150 F->setPersonalityFn(MapValue(I.getPersonalityFn(), VMap));
161 GA->setAliasee(MapValue(C, VMap));
  /prebuilts/go/darwin-x86/src/cmd/fix/
jnitype_test.go 171 Name: "jni.MapValue",

Completed in 528 milliseconds

1 2 3