/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LCSSA.cpp | 259 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions() 274 DVR->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
|
H A D | SSAUpdater.cpp | 234 DbgValue->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue() 243 DVR->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue()
|
H A D | Local.cpp | 2052 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 D | LoopRotationUtils.cpp | 182 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions() 205 DVR->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
|
H A D | ValueMapper.cpp | 587 V.replaceVariableLocationOp(I, NewVals[I]); in remapDbgRecord()
|
H A D | SimplifyCFG.cpp | 3170 DbgAssign->replaceVariableLocationOp(OrigV, S); in SpeculativelyExecuteBB()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 286 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 D | User.cpp | 38 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
|
H A D | IntrinsicInst.cpp | 121 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in DbgVariableIntrinsic 162 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in DbgVariableIntrinsic
|
H A D | Value.cpp | 581 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock() 586 DVR->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugProgramInstruction.h | 411 void replaceVariableLocationOp(Value *OldValue, Value *NewValue, 413 void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue);
|
H A D | IntrinsicInst.h | 315 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 D | CoroFrame.cpp | 1959 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 D | AMDGPULowerBufferFatPointers.cpp | 990 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 D | JumpThreading.cpp | 405 DVR.replaceVariableLocationOp(Cond, ToVal, true); in replaceFoldableUses() 2032 DbgInstruction->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions() 2051 DVR->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
|
H A D | SROA.cpp | 3306 DbgAssign->replaceVariableLocationOp(II.getDest(), AdjustedPtr); in visitMemTransferInst()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3263 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 D | InstructionCombining.cpp | 4859 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in tryToSinkInstructionDbgValues()
|
H A D | InstCombineCalls.cpp | 274 DbgAssign->replaceVariableLocationOp(FillC, FillVal); in SimplifyAnyMemSet()
|