Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp259 if (hasArgList()) in getNumVariableLocationOps()
304 if (!hasArgList()) { in replaceVariableLocationOp()
325 if (!hasArgList()) { in replaceVariableLocationOp()
370 return (!hasArgList() && isa<MDNode>(getRawLocation())) || in isKillLocation()
H A DIntrinsicInst.cpp148 if (!hasArgList()) { in replaceVariableLocationOp()
165 if (!hasArgList()) { in replaceVariableLocationOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h263 if (hasArgList()) in getNumVariableLocationOps()
267 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
271 if (!hasArgList() && isa<MDNode>(getRawLocation())) in isKillLocation()
338 bool hasArgList() const { return getWrappedLocation().hasArgList(); } in hasArgList() function
H A DDebugProgramInstruction.h436 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2222 translateDbgDeclareRecord(DI.getAddress(), DI.hasArgList(), DI.getVariable(), in translateKnownIntrinsic()
2262 translateDbgValueRecord(DI.getValue(), DI.hasArgList(), DI.getVariable(), in translateKnownIntrinsic()
3622 translateDbgDeclareRecord(V, DVR.hasArgList(), Variable, Expression, in translateDbgInfo()
3625 translateDbgValueRecord(V, DVR.hasArgList(), Variable, Expression, in translateDbgInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2395 assert(!VarLoc.Values.hasArgList()); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1216 if (!DVR.hasArgList()) in handleDbgInfo()
H A DSelectionDAGISel.cpp1609 assert(!It->Values.hasArgList() && "Single loc variadic ops not supported"); in processSingleLocVars()
H A DSelectionDAGBuilder.cpp1243 It->Values.hasArgList())) { in visitDbgInfo()
1306 bool IsVariadic = DVR.hasArgList(); in visitDbgInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp465 Value && (DbgAssign->hasArgList() || in migrateDebugInfo()
H A DLoopStrengthReduce.cpp6977 NewRec->HadLocationArgList = DbgVal->hasArgList(); in DbgGatherSalvagableDVI()