Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp60 Value *DbgVariableIntrinsic::getVariableLocationOp(unsigned OpIdx) const { in getVariableLocationOp() function in DbgVariableIntrinsic
116 : getAsMetadata(getVariableLocationOp(Idx))); in replaceVariableLocationOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp647 Value *V = DVI->getVariableLocationOp(0); in diagnoseMisSizedDbgValue()
H A DLocal.cpp1414 dyn_cast_or_null<AllocaInst>(DII->getVariableLocationOp(0))) { in valueCoversEntireFragment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp672 else if (dyn_cast_or_null<AllocaInst>(DVI->getVariableLocationOp(0))) { in salvageDebugInfo()
675 for (auto *User : DVI->getVariableLocationOp(0)->users()) in salvageDebugInfo()
H A DCoroFrame.cpp2514 Value *Storage = DVI->getVariableLocationOp(0); in salvageDebugInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6191 if (!DVIRec.DVI->getVariableLocationOp(0)) in DbgRewriteSalvageableDVIs()
6193 llvm::Type *Ty = DVIRec.DVI->getVariableLocationOp(0)->getType(); in DbgRewriteSalvageableDVIs()
6220 if (!DVI->getVariableLocationOp(0) || in DbgGatherSalvagableDVI()
6221 !SE.isSCEVable(DVI->getVariableLocationOp(0)->getType())) in DbgGatherSalvagableDVI()
6226 SE.getSCEV(DVI->getVariableLocationOp(0))}); in DbgGatherSalvagableDVI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1265 if (DDI->getVariableLocationOp(LocNo) == AI) in instrumentStack()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6029 const Value *Address = DI.getVariableLocationOp(0); in visitIntrinsicCall()