Searched refs:hasArgList (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 259 if (hasArgList()) in getNumVariableLocationOps() 304 if (!hasArgList()) { in replaceVariableLocationOp() 325 if (!hasArgList()) { in replaceVariableLocationOp() 370 return (!hasArgList() && isa<MDNode>(getRawLocation())) || in isKillLocation()
|
| H A D | IntrinsicInst.cpp | 148 if (!hasArgList()) { in replaceVariableLocationOp() 165 if (!hasArgList()) { in replaceVariableLocationOp()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 263 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 D | DebugProgramInstruction.h | 436 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2222 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 D | AssignmentTrackingAnalysis.cpp | 2395 assert(!VarLoc.Values.hasArgList()); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1216 if (!DVR.hasArgList()) in handleDbgInfo()
|
| H A D | SelectionDAGISel.cpp | 1609 assert(!It->Values.hasArgList() && "Single loc variadic ops not supported"); in processSingleLocVars()
|
| H A D | SelectionDAGBuilder.cpp | 1243 It->Values.hasArgList())) { in visitDbgInfo() 1306 bool IsVariadic = DVR.hasArgList(); in visitDbgInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 465 Value && (DbgAssign->hasArgList() || in migrateDebugInfo()
|
| H A D | LoopStrengthReduce.cpp | 6977 NewRec->HadLocationArgList = DbgVal->hasArgList(); in DbgGatherSalvagableDVI()
|