Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp264 Value *DbgVariableRecord::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in llvm::DbgVariableRecord
318 setRawLocation(DIArgList::get(getVariableLocationOp(0)->getContext(), MDs)); in replaceVariableLocationOp()
336 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
338 setRawLocation(DIArgList::get(getVariableLocationOp(0)->getContext(), MDs)); in replaceVariableLocationOp()
354 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.cpp7353 Value *VarValue = I.getVariableLocationOp(0); in verifyNotEntryValue()
7376 Value *VarValue = DVR.getVariableLocationOp(0); in verifyNotEntryValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h423 LLVM_ABI Value *getVariableLocationOp(unsigned OpIdx) const;
439 bool hasValidLocation() const { return getVariableLocationOp(0) != nullptr; } in hasValidLocation()
469 return getVariableLocationOp(OpIdx);
H A DIntrinsicInst.h261 LLVM_ABI Value *getVariableLocationOp(unsigned OpIdx) const;
315 LLVM_ABI Value *getVariableLocationOp(unsigned OpIdx) const;
453 return getVariableLocationOp(0); in getAddress()
473 return getVariableLocationOp(OpIdx);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp318 if (DPtr->getVariableLocationOp(LocNo) == Info.AI) in annotateDebugRecords()
H A DDebugify.cpp749 Value *V = DbgVal->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
H A DLocal.cpp1650 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
1677 dyn_cast_or_null<AllocaInst>(DVR->getVariableLocationOp(0))) { in valueCoversEntireFragment()
1986 dyn_cast_or_null<AllocaInst>(DDI->getVariableLocationOp(0)); in LowerDbgDeclare()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1924 Value *OriginalStorage = DVI.getVariableLocationOp(0); in salvageDebugInfo()
1966 Value *OriginalStorage = DVR.getVariableLocationOp(0); in salvageDebugInfo()
H A DCoroSplit.cpp661 else if (isa_and_nonnull<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()
664 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1593 processDbgDeclare(FuncInfo, DVR.getVariableLocationOp(0), in processDbgDeclares()
1610 processDbgDeclare(FuncInfo, It->Values.getVariableLocationOp(0), It->Expr, in processSingleLocVars()
H A DFastISel.cpp1217 V = DVR.getVariableLocationOp(0); in handleDbgInfo()
H A DSelectionDAGBuilder.cpp1284 handleDebugDeclare(DVR.getVariableLocationOp(0), Variable, Expression, in visitDbgInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp443 return Bases[BaseID].getVariableLocationOp(0)->getName().str(); in toString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3620 Value *V = DVR.getVariableLocationOp(0); in translateDbgInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1428 if (DbgVal->getVariableLocationOp(Idx) == I) in freelyInvertAllUsersOf()