Home
last modified time | relevance | path

Searched refs:mapValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp146 Value *mapValue(const Value *V);
152 return cast_or_null<Constant>(mapValue(C)); in mapConstant()
339 Value *Mapper::mapValue(const Value *V) { in mapValue() function in Mapper
384 if (Value *LV = mapValue(LAM->getValue())) { in mapValue()
408 } else if (Value *LV = mapValue(VAM->getValue())) { in mapValue()
445 auto *Val = mapValue(E->getGlobalValue()); in mapValue()
459 auto *Val = mapValue(NC->getGlobalValue()); in mapValue()
465 auto Mapped = mapValue(V); in mapValue()
559 auto *NewAddr = mapValue(V.getAddress()); in remapDbgRecord()
572 NewVals.push_back(mapValue(Val)); in remapDbgRecord()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h179 Value *mapValue(const Value &V);
222 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1621 Mapper.mapValue(*GV); in run()
1667 Value *NewValue = Mapper.mapValue(GV); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp641 auto *NewOp = dyn_cast_or_null<Constant>(InternalMapper.mapValue(*Op)); in materializeBufferFatPtrConst()