Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp60 Value *DbgVariableIntrinsic::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in DbgVariableIntrinsic
116 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h203 Value *getVariableLocationOp(unsigned OpIdx) const;
313 return getVariableLocationOp(0); in getAddress()
333 return getVariableLocationOp(0); in getAddress()
352 return getVariableLocationOp(OpIdx);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp647 Value *V = DVI->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
H A DLocal.cpp1405 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp667 else if (dyn_cast_or_null<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()
670 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
H A DCoroFrame.cpp2453 Value *Storage = DVI->getVariableLocationOp(0); in salvageDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5849 Value *V = DVI->getVariableLocationOp(Idx); in DbgGatherEqualValues()
5874 DVI->getVariableLocationOp(0)->getType())); in DbgGatherEqualValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5990 const Value *Address = DI.getVariableLocationOp(0); in visitIntrinsicCall()