Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp133 if (!hasArgList()) { in replaceVariableLocationOp()
155 if (!hasArgList()) { in replaceVariableLocationOp()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h255 if (hasArgList()) in getNumVariableLocationOps()
260 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1295 Source->hasArgList() ? nullptr : Source->getVariableLocationOp(0); in emitDbgValue()
2117 DVI->hasArgList()) in emitPromotedVarLocs()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1282 if (!V || isa<UndefValue>(V) || DI->hasArgList()) { in selectIntrinsicCall()
H A DSelectionDAGBuilder.cpp1216 if (DI->hasArgList()) { in addDanglingDebugInfo()
6103 assert(!DI.hasArgList() && "Only dbg.value should currently use DIArgList"); in visitIntrinsicCall()
6222 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp435 if (DVI->hasArgList() || DVI->getValue(0)) in wouldInstructionBeTriviallyDead()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1990 if (!V || DI.hasArgList()) { in translateKnownIntrinsic()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6567 NewRec->HadLocationArgList = DVI->hasArgList(); in DbgGatherSalvagableDVI()