Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h208 Value *getVariableLocationOp(unsigned OpIdx) const;
318 return getVariableLocationOp(0); in getAddress()
338 return getVariableLocationOp(0); in getAddress()
357 return getVariableLocationOp(OpIdx);
/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp91 Value *DbgVariableIntrinsic::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in DbgVariableIntrinsic
147 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp543 const auto &CI = *cast<ConstantInt>(DI.getVariableLocationOp(0)); in doesDebugValueDescribeY()
782 EXPECT_EQ(ConstantInt::get(A.getType(), 0), ADbgVal->getVariableLocationOp(0)); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp699 else if (isa_and_nonnull<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()
702 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
H A DCoroFrame.cpp2569 Value *Storage = DVI->getVariableLocationOp(0); in salvageDebugInfo()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp667 Value *V = DVI->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
H A DLocal.cpp1428 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1343 if (DDI->getVariableLocationOp(LocNo) == AI) in instrumentStack()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6040 const Value *Address = DI.getVariableLocationOp(0); in visitIntrinsicCall()