Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp119 if (!hasArgList()) { in replaceVariableLocationOp()
136 if (!hasArgList()) { in replaceVariableLocationOp()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h227 if (hasArgList()) in getNumVariableLocationOps()
232 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1288 if (!V || isa<UndefValue>(V) || DI->hasArgList()) { in selectIntrinsicCall()
H A DSelectionDAGBuilder.cpp1154 if (DI->hasArgList()) { in addDanglingDebugInfo()
1215 assert(!DI->hasArgList() && "Not implemented for variadic dbg_values"); in resolveDanglingDebugInfo()
1266 assert(!DDI.getDI()->hasArgList() && in salvageUnresolvedDbgValue()
6032 assert(!DI.hasArgList() && "Only dbg.value should currently use DIArgList"); in visitIntrinsicCall()
6142 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp432 if (DVI->hasArgList() || DVI->getValue(0)) in wouldInstructionBeTriviallyDead()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1991 if (!V || DI.hasArgList()) { in translateKnownIntrinsic()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6533 NewRec->HadLocationArgList = DVI->hasArgList(); in DbgGatherSalvagableDVI()