Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp148 Value *mapValue(const Value *V);
154 return cast_or_null<Constant>(mapValue(C)); in mapConstant()
341 Value *Mapper::mapValue(const Value *V) { in mapValue() function in Mapper
386 if (Value *LV = mapValue(LAM->getValue())) { in mapValue()
409 } else if (Value *LV = mapValue(VAM->getValue())) { in mapValue()
446 auto *Val = mapValue(E->getGlobalValue()); in mapValue()
460 auto *Val = mapValue(NC->getGlobalValue()); in mapValue()
466 auto Mapped = mapValue(V); in mapValue()
563 auto *NewAddr = mapValue(V.getAddress()); in remapDbgRecord()
575 NewVals.push_back(mapValue(Val)); in remapDbgRecord()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVMIR.cpp44 moduleTranslation.mapValue(cirOp.getResult()) = in convertOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h194 LLVM_ABI Value *mapValue(const Value &V);
242 .mapValue(*V);
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1509 Mapper.mapValue(*GV); in run()
1555 Value *NewValue = Mapper.mapValue(GV); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1249 auto *NewOp = dyn_cast_or_null<Constant>(InternalMapper.mapValue(*Op)); in materializeBufferFatPtrConst()