Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp259 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
274 DVR->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
H A DSSAUpdater.cpp234 DbgValue->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue()
243 DVR->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue()
H A DLocal.cpp2052 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDbgVariableRecordsForPHIs()
2118 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDebugValuesForPHIs()
2143 DII->replaceVariableLocationOp(Address, NewAddress); in replaceDbgDeclare()
2173 DVI->replaceVariableLocationOp(0u, NewAddress); in updateOneDbgValueForAlloca()
2177 DVR->replaceVariableLocationOp(0u, NewAddress); in updateOneDbgValueForAlloca()
2296 DII->replaceVariableLocationOp(&I, Op0); in salvageDebugInfoForDbgValues()
2358 DVR->replaceVariableLocationOp(&I, Op0); in salvageDebugInfoForDbgValues()
2662 DII->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers()
2675 DVR->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers()
3697 DV->replaceVariableLocationOp(Op, I->second, /*AllowEmpty=*/true); in remapDebugVariable()
H A DLoopRotationUtils.cpp182 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
205 DVR->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
H A DValueMapper.cpp587 V.replaceVariableLocationOp(I, NewVals[I]); in remapDbgRecord()
H A DSimplifyCFG.cpp3170 DbgAssign->replaceVariableLocationOp(OrigV, S); in SpeculativelyExecuteBB()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp286 void DbgVariableRecord::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in llvm::DbgVariableRecord
320 void DbgVariableRecord::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in llvm::DbgVariableRecord
364 replaceVariableLocationOp(OldValue, Poison); in setKillLocation()
H A DUser.cpp38 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
H A DIntrinsicInst.cpp121 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in DbgVariableIntrinsic
162 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in DbgVariableIntrinsic
H A DValue.cpp581 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
586 DVR->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h411 void replaceVariableLocationOp(Value *OldValue, Value *NewValue,
413 void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue);
H A DIntrinsicInst.h315 void replaceVariableLocationOp(Value *OldValue, Value *NewValue,
317 void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue);
353 replaceVariableLocationOp(OldValue, Poison); in setKillLocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1959 DVR.replaceVariableLocationOp(Def, CurrentReload, true); in insertSpills()
2015 DVR->replaceVariableLocationOp(Alloca, G); in insertSpills()
2969 DVI.replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
3011 DVR.replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp990 OffDbg->replaceVariableLocationOp(I, Off); in killAndReplaceSplitInstructions()
997 Dbg->replaceVariableLocationOp(I, Rsrc); in killAndReplaceSplitInstructions()
999 Dbg->replaceVariableLocationOp(I, UndefValue::get(I->getType())); in killAndReplaceSplitInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp405 DVR.replaceVariableLocationOp(Cond, ToVal, true); in replaceFoldableUses()
2032 DbgInstruction->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
2051 DVR->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
H A DSROA.cpp3306 DbgAssign->replaceVariableLocationOp(II.getDest(), AdjustedPtr); in visitMemTransferInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3263 DVI->replaceVariableLocationOp(New, Inst); in undo()
3267 DVR->replaceVariableLocationOp(New, Inst); in undo()
8559 DVI.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgValue()
8593 DVR.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgVariableRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4859 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in tryToSinkInstructionDbgValues()
H A DInstCombineCalls.cpp274 DbgAssign->replaceVariableLocationOp(FillC, FillVal); in SimplifyAnyMemSet()