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.cpp258 if (hasArgList()) in getNumVariableLocationOps()
303 if (!hasArgList()) { in replaceVariableLocationOp()
324 if (!hasArgList()) { in replaceVariableLocationOp()
369 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.h261 if (hasArgList()) in getNumVariableLocationOps()
265 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
269 if (!hasArgList() && isa<MDNode>(getRawLocation())) in isKillLocation()
336 bool hasArgList() const { return getWrappedLocation().hasArgList(); } in hasArgList() function
H A DDebugProgramInstruction.h422 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2199 translateDbgDeclareRecord(DI.getAddress(), DI.hasArgList(), DI.getVariable(), in translateKnownIntrinsic()
2239 translateDbgValueRecord(DI.getValue(), DI.hasArgList(), DI.getVariable(), in translateKnownIntrinsic()
3471 translateDbgDeclareRecord(V, DVR.hasArgList(), Variable, Expression, in translateDbgInfo()
3474 translateDbgValueRecord(V, DVR.hasArgList(), Variable, Expression, in translateDbgInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1224 if (!DVR.hasArgList()) in handleDbgInfo()
1438 if (DI->hasArgList()) in selectIntrinsicCall()
H A DSelectionDAGBuilder.cpp1248 It->Values.hasArgList())) { in visitDbgInfo()
1313 bool IsVariadic = DVR.hasArgList(); in visitDbgInfo()
6634 assert(!DI.hasArgList() && "Only dbg.value should currently use DIArgList"); in visitIntrinsicCall()
6677 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall()
H A DSelectionDAGISel.cpp1596 assert(!It->Values.hasArgList() && "Single loc variadic ops not supported"); in processSingleLocVars()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2417 assert(!VarLoc.Values.hasArgList()); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp462 Value && (DbgAssign->hasArgList() || in migrateDebugInfo()
H A DLoopStrengthReduce.cpp7012 NewRec->HadLocationArgList = DbgVal->hasArgList(); in DbgGatherSalvagableDVI()