Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp138 if (hasArgList()) in getNumVariableLocationOps()
182 if (!hasArgList()) { in replaceVariableLocationOp()
202 if (!hasArgList()) { in replaceVariableLocationOp()
H A DIntrinsicInst.cpp145 if (!hasArgList()) { in replaceVariableLocationOp()
162 if (!hasArgList()) { in replaceVariableLocationOp()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h260 if (hasArgList()) in getNumVariableLocationOps()
264 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
268 if (!hasArgList() && isa<MDNode>(getRawLocation())) in isKillLocation()
334 bool hasArgList() const { return getWrappedLocation().hasArgList(); } in hasArgList() function
H A DDebugProgramInstruction.h228 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2092 translateDbgDeclareRecord(DI.getAddress(), DI.hasArgList(), DI.getVariable(), in translateKnownIntrinsic()
2126 translateDbgValueRecord(DI.getValue(), DI.hasArgList(), DI.getVariable(), in translateKnownIntrinsic()
3273 translateDbgDeclareRecord(V, DPV.hasArgList(), Variable, in translateDbgInfo()
3276 translateDbgValueRecord(V, DPV.hasArgList(), Variable, in translateDbgInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1196 if (!DPV.hasArgList()) in handleDbgInfo()
1402 if (DI->hasArgList()) in selectIntrinsicCall()
H A DSelectionDAGBuilder.cpp1235 It->Values.hasArgList())) { in visitDbgInfo()
1284 bool IsVariadic = DPV.hasArgList(); in visitDbgInfo()
6316 assert(!DI.hasArgList() && "Only dbg.value should currently use DIArgList"); in visitIntrinsicCall()
6359 bool IsVariadic = DI.hasArgList(); in visitIntrinsicCall()
H A DSelectionDAGISel.cpp1483 assert(!It->Values.hasArgList() && "Single loc variadic ops not supported"); in processSingleLocVars()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2410 assert(!VarLoc.Values.hasArgList()); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp471 Value && (DbgAssign->hasArgList() || in migrateDebugInfo()
H A DLoopStrengthReduce.cpp6710 NewRec->HadLocationArgList = DbgVal->hasArgList(); in DbgGatherSalvagableDVI()