| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 143 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 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 173 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
|
| H A D | Verifier.cpp | 6566 Value *VarValue = I.getVariableLocationOp(0); in verifyNotEntryValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 211 Value *getVariableLocationOp(unsigned OpIdx) const; 230 bool hasValidLocation() const { return getVariableLocationOp(0) != nullptr; } in hasValidLocation() 254 return getVariableLocationOp(OpIdx);
|
| H A D | IntrinsicInst.h | 258 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 D | CoroSplit.cpp | 769 else if (isa_and_nonnull<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo() 772 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
|
| H A D | CoroFrame.cpp | 2930 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 D | Debugify.cpp | 678 Value *V = DVI->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
|
| H A D | Local.cpp | 1610 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 D | SelectionDAGISel.cpp | 1467 processDbgDeclare(FuncInfo, DPV.getVariableLocationOp(0), in processDbgDeclares() 1484 processDbgDeclare(FuncInfo, It->Values.getVariableLocationOp(0), It->Expr, in processSingleLocVars()
|
| H A D | FastISel.cpp | 1197 V = DPV.getVariableLocationOp(0); in handleDbgInfo()
|
| H A D | SelectionDAGBuilder.cpp | 1263 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 D | HWAddressSanitizer.cpp | 1435 if (DDI->getVariableLocationOp(LocNo) == AI) in instrumentStack()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 443 return Bases[BaseID].getVariableLocationOp(0)->getName().str(); in toString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 3271 Value *V = DPV.getVariableLocationOp(0); in translateDbgInfo()
|