| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 264 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 D | IntrinsicInst.cpp | 95 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 D | Verifier.cpp | 7353 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 D | DebugProgramInstruction.h | 423 LLVM_ABI Value *getVariableLocationOp(unsigned OpIdx) const; 439 bool hasValidLocation() const { return getVariableLocationOp(0) != nullptr; } in hasValidLocation() 469 return getVariableLocationOp(OpIdx);
|
| H A D | IntrinsicInst.h | 261 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 D | MemoryTaggingSupport.cpp | 318 if (DPtr->getVariableLocationOp(LocNo) == Info.AI) in annotateDebugRecords()
|
| H A D | Debugify.cpp | 749 Value *V = DbgVal->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
|
| H A D | Local.cpp | 1650 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 D | CoroFrame.cpp | 1924 Value *OriginalStorage = DVI.getVariableLocationOp(0); in salvageDebugInfo() 1966 Value *OriginalStorage = DVR.getVariableLocationOp(0); in salvageDebugInfo()
|
| H A D | CoroSplit.cpp | 661 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 D | SelectionDAGISel.cpp | 1593 processDbgDeclare(FuncInfo, DVR.getVariableLocationOp(0), in processDbgDeclares() 1610 processDbgDeclare(FuncInfo, It->Values.getVariableLocationOp(0), It->Expr, in processSingleLocVars()
|
| H A D | FastISel.cpp | 1217 V = DVR.getVariableLocationOp(0); in handleDbgInfo()
|
| H A D | SelectionDAGBuilder.cpp | 1284 handleDebugDeclare(DVR.getVariableLocationOp(0), Variable, Expression, in visitDbgInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 443 return Bases[BaseID].getVariableLocationOp(0)->getName().str(); in toString()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 3620 Value *V = DVR.getVariableLocationOp(0); in translateDbgInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1428 if (DbgVal->getVariableLocationOp(Idx) == I) in freelyInvertAllUsersOf()
|