Home
last modified time | relevance | path

Searched refs:getVariableLocationOp (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp143 Value *DPValue::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in llvm::DPValue
196 setRawLocation(DIArgList::get(getVariableLocationOp(0)->getContext(), MDs)); in replaceVariableLocationOp()
213 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
215 setRawLocation(DIArgList::get(getVariableLocationOp(0)->getContext(), MDs)); in replaceVariableLocationOp()
231 setRawLocation(DIArgList::get(getVariableLocationOp(0)->getContext(), MDs)); in addVariableLocationOps()
H A DIntrinsicInst.cpp95 Value *DbgVariableIntrinsic::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in DbgVariableIntrinsic
96 return getWrappedLocation().getVariableLocationOp(OpIdx); in getVariableLocationOp()
99 Value *RawLocationWrapper::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in RawLocationWrapper
173 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
H A DVerifier.cpp6566 Value *VarValue = I.getVariableLocationOp(0); in verifyNotEntryValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h211 Value *getVariableLocationOp(unsigned OpIdx) const;
230 bool hasValidLocation() const { return getVariableLocationOp(0) != nullptr; } in hasValidLocation()
254 return getVariableLocationOp(OpIdx);
H A DIntrinsicInst.h258 Value *getVariableLocationOp(unsigned OpIdx) const;
312 Value *getVariableLocationOp(unsigned OpIdx) const;
441 return getVariableLocationOp(0); in getAddress()
461 return getVariableLocationOp(OpIdx);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp769 else if (isa_and_nonnull<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()
772 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
H A DCoroFrame.cpp2930 Value *OriginalStorage = DVI.getVariableLocationOp(0); in salvageDebugInfo()
2970 Value *OriginalStorage = DPV.getVariableLocationOp(0); in salvageDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp678 Value *V = DVI->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
H A DLocal.cpp1610 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
1636 dyn_cast_or_null<AllocaInst>(DPV->getVariableLocationOp(0))) { in valueCoversEntireFragment()
1926 dyn_cast_or_null<AllocaInst>(DDI->getVariableLocationOp(0)); in LowerDbgDeclare()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1467 processDbgDeclare(FuncInfo, DPV.getVariableLocationOp(0), in processDbgDeclares()
1484 processDbgDeclare(FuncInfo, It->Values.getVariableLocationOp(0), It->Expr, in processSingleLocVars()
H A DFastISel.cpp1197 V = DPV.getVariableLocationOp(0); in handleDbgInfo()
H A DSelectionDAGBuilder.cpp1263 handleDebugDeclare(DPV.getVariableLocationOp(0), Variable, Expression, in visitDbgInfo()
6317 handleDebugDeclare(DI.getVariableLocationOp(0), Variable, Expression, in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1435 if (DDI->getVariableLocationOp(LocNo) == AI) in instrumentStack()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp443 return Bases[BaseID].getVariableLocationOp(0)->getName().str(); in toString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3271 Value *V = DPV.getVariableLocationOp(0); in translateDbgInfo()