| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 213 void replaceVariableLocationOp(Value *OldValue, Value *NewValue, 215 void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue);
|
| H A D | IntrinsicInst.h | 314 void replaceVariableLocationOp(Value *OldValue, Value *NewValue); 315 void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue); 351 replaceVariableLocationOp(OldValue, Poison); in setKillLocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 166 void DPValue::replaceVariableLocationOp(Value *OldValue, Value *NewValue, in replaceVariableLocationOp() function in llvm::DPValue 199 void DPValue::replaceVariableLocationOp(unsigned OpIdx, Value *NewValue) { in replaceVariableLocationOp() function in llvm::DPValue 242 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 159 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in DbgVariableIntrinsic
|
| H A D | Value.cpp | 581 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock() 586 DPV->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LCSSA.cpp | 259 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions() 274 DPV->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
|
| H A D | SSAUpdater.cpp | 234 DbgValue->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue() 243 DPV->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue()
|
| H A D | Local.cpp | 2036 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDPValuesForPHIs() 2102 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDebugValuesForPHIs() 2127 DII->replaceVariableLocationOp(Address, NewAddress); in replaceDbgDeclare() 2156 DVI->replaceVariableLocationOp(0u, NewAddress); in updateOneDbgValueForAlloca() 2160 DPV->replaceVariableLocationOp(0u, NewAddress); in updateOneDbgValueForAlloca() 2276 DII->replaceVariableLocationOp(&I, Op0); in salvageDebugInfoForDbgValues() 2336 DPV->replaceVariableLocationOp(&I, Op0); in salvageDebugInfoForDbgValues() 2640 DII->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers() 2653 DPV->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers()
|
| H A D | LoopRotationUtils.cpp | 182 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions() 205 DPV->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
|
| H A D | ValueMapper.cpp | 577 V.replaceVariableLocationOp(I, NewVals[I]); in remapDPValue()
|
| H A D | SimplifyCFG.cpp | 3111 DbgAssign->replaceVariableLocationOp(OrigV, S); in SpeculativelyExecuteBB()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1929 DPV.replaceVariableLocationOp(Def, CurrentReload, true); in insertSpills() 1985 DPV->replaceVariableLocationOp(Alloca, G); in insertSpills() 2941 DVI.replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo() 2981 DPV.replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 580 DVI->replaceVariableLocationOp(OldAI, Info.AI); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 405 DPV.replaceVariableLocationOp(Cond, ToVal, true); in replaceFoldableUses() 2043 DbgInstruction->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions() 2062 DPV->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
|
| H A D | SROA.cpp | 3341 DbgAssign->replaceVariableLocationOp(II.getDest(), AdjustedPtr); in visitMemTransferInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3169 DVI->replaceVariableLocationOp(New, Inst); in undo() 3173 DPV->replaceVariableLocationOp(New, Inst); in undo() 8444 DVI.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgValue() 8477 DPV.replaceVariableLocationOp(Location, SunkAddr); in fixupDPValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 287 DbgAssign->replaceVariableLocationOp(FillC, FillVal); in SimplifyAnyMemSet()
|
| H A D | InstructionCombining.cpp | 4351 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in tryToSinkInstruction()
|