Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp88 if (!hasArgList()) { in replaceVariableLocationOp()
105 if (!hasArgList()) { in replaceVariableLocationOp()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h222 if (hasArgList()) in getNumVariableLocationOps()
227 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1280 if (!V || isa<UndefValue>(V) || DI->hasArgList()) { in selectIntrinsicCall()
H A DSelectionDAGBuilder.cpp1143 if (DI->hasArgList()) { in addDanglingDebugInfo()
1204 assert(!DI->hasArgList() && "Not implemented for variadic dbg_values"); in resolveDanglingDebugInfo()
1254 assert(!DDI.getDI()->hasArgList() && in salvageUnresolvedDbgValue()
5982 assert(!DI.hasArgList() && "Only dbg.value should currently use DIArgList"); in visitIntrinsicCall()
6091 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp423 if (DVI->hasArgList() || DVI->getValue(0)) in wouldInstructionBeTriviallyDead()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1916 if (!V || DI.hasArgList()) { in translateKnownIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5872 DVI->hasArgList() ? DVI->getRawLocation() in DbgGatherEqualValues()