HomeSort by relevance Sort by last modified time
    Searched refs:MapValue (Results 1 - 18 of 18) 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
103 Value *MapValue(const Value *V, ValueToValueMapTy &VM,
124 /// MapValue - provide versions that preserve type safety for Constants.
125 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM,
129 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper,
  /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,
range_map-inl.h 112 map_.insert(MapValue(high, Range(base, entry)));
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 10 // This file defines the MapValue function, which is shared by various parts of
31 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags,
105 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper, Materializer));
106 BasicBlock *BB = cast_or_null<BasicBlock>(MapValue(BA->getBasicBlock(), VM,
117 Mapped = MapValue(Op, VM, Flags, TypeMapper, Materializer);
144 Ops.push_back(MapValue(cast<Constant>(C->getOperand(OpNo)), VM,
338 MapValue(VMD->getValue(), VM, Flags, TypeMapper, Materializer);
429 Value *V = MapValue(*op, VMap, Flags, TypeMapper, Materializer);
441 Value *V = MapValue(PN->getIncomingBlock(i), VMap, Flags);
CloneModule.cpp 119 GV->setInitializer(MapValue(I->getInitializer(), VMap));
144 F->setPersonalityFn(MapValue(I->getPersonalityFn(), VMap));
155 GA->setAliasee(MapValue(C, VMap));
CloneFunction.cpp 101 MapValue(OldFunc->getPersonalityFn(), VMap,
581 Value *InVal = MapValue(PN->getIncomingValue(pred),
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 180 NewGV->setInitializer(MapValue(OrigGV.getInitializer(), VMap, RF_None,
  /external/opencv3/samples/gpu/
opticalflow_nvidia_api.cpp 181 inline T MapValue (T x, T a, T b, T c, T d)
231 (row + j * flowField->nChannels)[1] = static_cast<unsigned char> (MapValue (-(*ptr_v), -maxDisplacement, maxDisplacement, 0.0f, 255.0f));
232 (row + j * flowField->nChannels)[2] = static_cast<unsigned char> (MapValue (*ptr_u , -maxDisplacement, maxDisplacement, 0.0f, 255.0f));
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 312 Value *Init = MapValue(A.getAliasee(), VMap, RF_None, nullptr,
  /external/v8/src/crankshaft/
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...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 417 milliseconds