| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LCSSA.cpp | 261 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructionsImpl() 276 DVR->replaceVariableLocationOp(I, V); in formLCSSAForInstructionsImpl()
|
| H A D | SSAUpdater.cpp | 233 DbgValue->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue() 242 DVR->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue()
|
| H A D | Local.cpp | 2101 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDbgVariableRecordsForPHIs() 2165 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDebugValuesForPHIs() 2190 DII->replaceVariableLocationOp(Address, NewAddress); in replaceDbgDeclare() 2220 DVI->replaceVariableLocationOp(0u, NewAddress); in updateOneDbgValueForAlloca() 2224 DVR->replaceVariableLocationOp(0u, NewAddress); in updateOneDbgValueForAlloca() 2343 DII->replaceVariableLocationOp(&I, Op0); in salvageDebugInfoForDbgValues() 2405 DVR->replaceVariableLocationOp(&I, Op0); in salvageDebugInfoForDbgValues() 2709 DII->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers() 2722 DVR->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers() 3795 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 | 589 V.replaceVariableLocationOp(I, NewVals[I]); in remapDbgRecord()
|
| H A D | CodeExtractor.cpp | 1276 DR->replaceVariableLocationOp(OldLoc, NewLoc); in fixupDebugInfoPostExtraction()
|
| H A D | SimplifyCFG.cpp | 3331 DbgAssign->replaceVariableLocationOp(OrigV, S); in speculativelyExecuteBB()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 287 void DbgVariableRecord::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in llvm::DbgVariableRecord 321 void DbgVariableRecord::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in llvm::DbgVariableRecord 365 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 | 593 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock() 598 DVR->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 425 LLVM_ABI void replaceVariableLocationOp(Value *OldValue, Value *NewValue, 427 LLVM_ABI void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue);
|
| H A D | IntrinsicInst.h | 317 LLVM_ABI void replaceVariableLocationOp(Value *OldValue, Value *NewValue, 319 LLVM_ABI void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue); 363 replaceVariableLocationOp(OldValue, Poison); in setKillLocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1162 DVR.replaceVariableLocationOp(Def, CurrentReload, true); in insertSpills() 1224 DVR->replaceVariableLocationOp(Alloca, G); in insertSpills() 1935 DVI.replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo() 1977 DVR.replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerBufferFatPointers.cpp | 1608 OffDbg->replaceVariableLocationOp(I, Off); in killAndReplaceSplitInstructions() 1615 Dbg->replaceVariableLocationOp(I, Rsrc); in killAndReplaceSplitInstructions() 1617 Dbg->replaceVariableLocationOp(I, PoisonValue::get(I->getType())); in killAndReplaceSplitInstructions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 404 DVR.replaceVariableLocationOp(Cond, ToVal, true); in replaceFoldableUses() 2055 DbgInstruction->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions() 2074 DVR->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
|
| H A D | ConstraintElimination.cpp | 1503 DVR->replaceVariableLocationOp(Cmp, ConstantC); in checkAndReplaceCondition()
|
| H A D | SROA.cpp | 3402 DbgAssign->replaceVariableLocationOp(II.getDest(), AdjustedPtr); in visitMemTransferInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3600 DVI->replaceVariableLocationOp(New, Inst); in undo() 3604 DVR->replaceVariableLocationOp(New, Inst); in undo() 8959 DVI.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgValue() 8993 DVR.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgVariableRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 272 DbgAssign->replaceVariableLocationOp(FillC, FillVal); in SimplifyAnyMemSet()
|
| H A D | InstructionCombining.cpp | 5319 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in tryToSinkInstructionDbgValues()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 6949 DR->replaceVariableLocationOp(Loc, std::get<0>(Iter->second)); in FixupDebugInfoForOutlinedFunction()
|