Searched refs:hasArgList (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 138 if (hasArgList()) in getNumVariableLocationOps() 182 if (!hasArgList()) { in replaceVariableLocationOp() 202 if (!hasArgList()) { in replaceVariableLocationOp()
|
| H A D | IntrinsicInst.cpp | 145 if (!hasArgList()) { in replaceVariableLocationOp() 162 if (!hasArgList()) { in replaceVariableLocationOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 260 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 D | DebugProgramInstruction.h | 228 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2092 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 D | FastISel.cpp | 1196 if (!DPV.hasArgList()) in handleDbgInfo() 1402 if (DI->hasArgList()) in selectIntrinsicCall()
|
| H A D | SelectionDAGBuilder.cpp | 1235 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 D | SelectionDAGISel.cpp | 1483 assert(!It->Values.hasArgList() && "Single loc variadic ops not supported"); in processSingleLocVars()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 2410 assert(!VarLoc.Values.hasArgList()); in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 471 Value && (DbgAssign->hasArgList() || in migrateDebugInfo()
|
| H A D | LoopStrengthReduce.cpp | 6710 NewRec->HadLocationArgList = DbgVal->hasArgList(); in DbgGatherSalvagableDVI()
|