Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp261 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructionsImpl()
276 DVR->replaceVariableLocationOp(I, V); in formLCSSAForInstructionsImpl()
H A DSSAUpdater.cpp233 DbgValue->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue()
242 DVR->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue()
H A DLocal.cpp2101 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 DLoopRotationUtils.cpp182 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
205 DVR->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
H A DValueMapper.cpp589 V.replaceVariableLocationOp(I, NewVals[I]); in remapDbgRecord()
H A DCodeExtractor.cpp1276 DR->replaceVariableLocationOp(OldLoc, NewLoc); in fixupDebugInfoPostExtraction()
H A DSimplifyCFG.cpp3331 DbgAssign->replaceVariableLocationOp(OrigV, S); in speculativelyExecuteBB()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp287 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 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.cpp593 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
598 DVR->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h425 LLVM_ABI void replaceVariableLocationOp(Value *OldValue, Value *NewValue,
427 LLVM_ABI void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue);
H A DIntrinsicInst.h317 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 DCoroFrame.cpp1162 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 DAMDGPULowerBufferFatPointers.cpp1608 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 DJumpThreading.cpp404 DVR.replaceVariableLocationOp(Cond, ToVal, true); in replaceFoldableUses()
2055 DbgInstruction->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
2074 DVR->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
H A DConstraintElimination.cpp1503 DVR->replaceVariableLocationOp(Cmp, ConstantC); in checkAndReplaceCondition()
H A DSROA.cpp3402 DbgAssign->replaceVariableLocationOp(II.getDest(), AdjustedPtr); in visitMemTransferInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3600 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 DInstCombineCalls.cpp272 DbgAssign->replaceVariableLocationOp(FillC, FillVal); in SimplifyAnyMemSet()
H A DInstructionCombining.cpp5319 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in tryToSinkInstructionDbgValues()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6949 DR->replaceVariableLocationOp(Loc, std::get<0>(Iter->second)); in FixupDebugInfoForOutlinedFunction()