Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp263 Value *DbgVariableRecord::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in llvm::DbgVariableRecord
317 setRawLocation(DIArgList::get(getVariableLocationOp(0)->getContext(), MDs)); in replaceVariableLocationOp()
335 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
337 setRawLocation(DIArgList::get(getVariableLocationOp(0)->getContext(), MDs)); in replaceVariableLocationOp()
353 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
176 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
H A DVerifier.cpp6957 Value *VarValue = I.getVariableLocationOp(0); in verifyNotEntryValue()
6980 Value *VarValue = DVR.getVariableLocationOp(0); in verifyNotEntryValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h409 Value *getVariableLocationOp(unsigned OpIdx) const;
425 bool hasValidLocation() const { return getVariableLocationOp(0) != nullptr; } in hasValidLocation()
450 return getVariableLocationOp(OpIdx);
H A DIntrinsicInst.h259 Value *getVariableLocationOp(unsigned OpIdx) const;
313 Value *getVariableLocationOp(unsigned OpIdx) const;
443 return getVariableLocationOp(0); in getAddress()
463 return getVariableLocationOp(OpIdx);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp307 if (DPtr->getVariableLocationOp(LocNo) == Info.AI) in annotateDebugRecords()
H A DDebugify.cpp685 Value *V = DbgVal->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
H A DLocal.cpp1622 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
1649 dyn_cast_or_null<AllocaInst>(DVR->getVariableLocationOp(0))) { in valueCoversEntireFragment()
1943 dyn_cast_or_null<AllocaInst>(DDI->getVariableLocationOp(0)); in LowerDbgDeclare()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp754 else if (isa_and_nonnull<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()
757 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
H A DCoroFrame.cpp2958 Value *OriginalStorage = DVI.getVariableLocationOp(0); in salvageDebugInfo()
3000 Value *OriginalStorage = DVR.getVariableLocationOp(0); in salvageDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1580 processDbgDeclare(FuncInfo, DVR.getVariableLocationOp(0), in processDbgDeclares()
1597 processDbgDeclare(FuncInfo, It->Values.getVariableLocationOp(0), It->Expr, in processSingleLocVars()
H A DFastISel.cpp1225 V = DVR.getVariableLocationOp(0); in handleDbgInfo()
H A DSelectionDAGBuilder.cpp1291 handleDebugDeclare(DVR.getVariableLocationOp(0), Variable, Expression, in visitDbgInfo()
6635 handleDebugDeclare(DI.getVariableLocationOp(0), Variable, Expression, in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp445 return Bases[BaseID].getVariableLocationOp(0)->getName().str(); in toString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3469 Value *V = DVR.getVariableLocationOp(0); in translateDbgInfo()