Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h131 Value *getVariableLocationOp(unsigned Idx) const { in getVariableLocationOp() function
135 return Info.get<DbgValTy>()->getVariableLocationOp(Idx); in getVariableLocationOp()
155 << ", val= " << *P.DDI.getVariableLocationOp(0)
H A DSelectionDAGBuilder.cpp1325 Value *V = DDI.getVariableLocationOp(0); in salvageUnresolvedDbgValue()
6111 const Value *Address = DI.getVariableLocationOp(0); in visitIntrinsicCall()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp92 Value *DbgVariableIntrinsic::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in DbgVariableIntrinsic
137 if (OldValue != getVariableLocationOp(0)) in replaceVariableLocationOp()
166 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h236 Value *getVariableLocationOp(unsigned OpIdx) const;
354 return getVariableLocationOp(0); in getAddress()
374 return getVariableLocationOp(0); in getAddress()
393 return getVariableLocationOp(OpIdx);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp706 else if (isa_and_nonnull<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()
709 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
H A DCoroFrame.cpp2650 Value *Storage = DVI->getVariableLocationOp(0); in salvageDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp678 Value *V = DVI->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
H A DLocal.cpp1504 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1355 if (DDI->getVariableLocationOp(LocNo) == AI) in instrumentStack()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1295 Source->hasArgList() ? nullptr : Source->getVariableLocationOp(0); in emitDbgValue()