Searched refs:hasArgList (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 258 if (hasArgList()) in getNumVariableLocationOps() 303 if (!hasArgList()) { in replaceVariableLocationOp() 324 if (!hasArgList()) { in replaceVariableLocationOp() 369 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 | 261 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 D | DebugProgramInstruction.h | 422 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2199 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 D | FastISel.cpp | 1224 if (!DVR.hasArgList()) in handleDbgInfo() 1438 if (DI->hasArgList()) in selectIntrinsicCall()
|
H A D | SelectionDAGBuilder.cpp | 1248 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 D | SelectionDAGISel.cpp | 1596 assert(!It->Values.hasArgList() && "Single loc variadic ops not supported"); in processSingleLocVars()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 2417 assert(!VarLoc.Values.hasArgList()); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 462 Value && (DbgAssign->hasArgList() || in migrateDebugInfo()
|
H A D | LoopStrengthReduce.cpp | 7012 NewRec->HadLocationArgList = DbgVal->hasArgList(); in DbgGatherSalvagableDVI()
|