Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DIntrinsicInst.cpp88 if (!hasArgList()) { in replaceVariableLocationOp()
105 if (!hasArgList()) { in replaceVariableLocationOp()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h222 if (hasArgList()) in getNumVariableLocationOps()
227 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp5994 assert(!DI.hasArgList()); in setFinalExpression()
6014 assert(!DI.hasArgList()); in setShortFinalExpression()
6190 if (DVIRec.DVI->hasArgList()) { in DbgRewriteSalvageableDVIs()
6217 if (DVI->hasArgList()) in DbgGatherSalvagableDVI()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1289 if (!V || isa<UndefValue>(V) || DI->hasArgList()) { in selectIntrinsicCall()
DSelectionDAGBuilder.cpp1144 if (DI->hasArgList()) { in addDanglingDebugInfo()
1205 assert(!DI->hasArgList() && "Not implemented for variadic dbg_values"); in resolveDanglingDebugInfo()
1255 assert(!DDI.getDI()->hasArgList() && in salvageUnresolvedDbgValue()
6021 assert(!DI.hasArgList() && "Only dbg.value should currently use DIArgList"); in visitIntrinsicCall()
6130 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp423 if (DVI->hasArgList() || DVI->getValue(0)) in wouldInstructionBeTriviallyDead()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1945 if (!V || DI.hasArgList()) { in translateKnownIntrinsic()