Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp975 auto *OffDbg = cast<DbgValueInst>(Dbg->clone()); in killAndReplaceSplitInstructions() local
976 copyMetadata(OffDbg, Dbg); in killAndReplaceSplitInstructions()
989 OffDbg->setExpression(*OffExpr); in killAndReplaceSplitInstructions()
990 OffDbg->replaceVariableLocationOp(I, Off); in killAndReplaceSplitInstructions()
991 IRB.Insert(OffDbg); in killAndReplaceSplitInstructions()
993 OffDbg->deleteValue(); in killAndReplaceSplitInstructions()