/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 263 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 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 | 6957 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 D | DebugProgramInstruction.h | 409 Value *getVariableLocationOp(unsigned OpIdx) const; 425 bool hasValidLocation() const { return getVariableLocationOp(0) != nullptr; } in hasValidLocation() 450 return getVariableLocationOp(OpIdx);
|
H A D | IntrinsicInst.h | 259 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 D | MemoryTaggingSupport.cpp | 307 if (DPtr->getVariableLocationOp(LocNo) == Info.AI) in annotateDebugRecords()
|
H A D | Debugify.cpp | 685 Value *V = DbgVal->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
|
H A D | Local.cpp | 1622 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 D | CoroSplit.cpp | 754 else if (isa_and_nonnull<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo() 757 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
|
H A D | CoroFrame.cpp | 2958 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 D | SelectionDAGISel.cpp | 1580 processDbgDeclare(FuncInfo, DVR.getVariableLocationOp(0), in processDbgDeclares() 1597 processDbgDeclare(FuncInfo, It->Values.getVariableLocationOp(0), It->Expr, in processSingleLocVars()
|
H A D | FastISel.cpp | 1225 V = DVR.getVariableLocationOp(0); in handleDbgInfo()
|
H A D | SelectionDAGBuilder.cpp | 1291 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 D | AssignmentTrackingAnalysis.cpp | 445 return Bases[BaseID].getVariableLocationOp(0)->getName().str(); in toString()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3469 Value *V = DVR.getVariableLocationOp(0); in translateDbgInfo()
|