Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h213 void replaceVariableLocationOp(Value *OldValue, Value *NewValue,
215 void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue);
H A DIntrinsicInst.h314 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 DDebugProgramInstruction.cpp166 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 DUser.cpp38 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
H A DIntrinsicInst.cpp121 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in DbgVariableIntrinsic
159 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in DbgVariableIntrinsic
H A DValue.cpp581 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 DLCSSA.cpp259 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
274 DPV->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
H A DSSAUpdater.cpp234 DbgValue->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue()
243 DPV->replaceVariableLocationOp(I, NewVal); in UpdateDebugValue()
H A DLocal.cpp2036 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 DLoopRotationUtils.cpp182 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
205 DPV->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
H A DValueMapper.cpp577 V.replaceVariableLocationOp(I, NewVals[I]); in remapDPValue()
H A DSimplifyCFG.cpp3111 DbgAssign->replaceVariableLocationOp(OrigV, S); in SpeculativelyExecuteBB()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1929 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 DAArch64StackTagging.cpp580 DVI->replaceVariableLocationOp(OldAI, Info.AI); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp405 DPV.replaceVariableLocationOp(Cond, ToVal, true); in replaceFoldableUses()
2043 DbgInstruction->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
2062 DPV->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
H A DSROA.cpp3341 DbgAssign->replaceVariableLocationOp(II.getDest(), AdjustedPtr); in visitMemTransferInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3169 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 DInstCombineCalls.cpp287 DbgAssign->replaceVariableLocationOp(FillC, FillVal); in SimplifyAnyMemSet()
H A DInstructionCombining.cpp4351 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in tryToSinkInstruction()