Home
last modified time | relevance | path

Searched refs:isEntryValue (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp289 isEntryValue()) { in addMachineRegExpression()
304 if (isEntryValue()) { in addMachineRegExpression()
402 if (DIExpr->isEntryValue()) in setLocation()
H A DDwarfExpression.h166 bool isEntryValue() const { return LocationFlags & EntryValue; } in isEntryValue() function
H A DDebugLocEntry.h144 bool isEntryVal() const { return getExpression()->isEntryValue(); } in isEntryVal()
H A DDwarfDebug.cpp606 if (ShouldCombineExpressions && Expr->isEntryValue()) in finishCallSiteParams()
2644 if (DIExpr && DIExpr->isEntryValue()) { in emitDebugLocValue()
H A DDwarfCompileUnit.cpp1586 if (DIExpr->isEntryValue()) in addComplexAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp900 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1253 Arg && Expr && Expr->isEntryValue()) { in lowerDbgValue()
H A DSelectionDAGISel.cpp1386 if (!Expr->isEntryValue() || !isa<Argument>(Arg)) in processIfEntryValueDbgDeclare()
H A DSelectionDAGBuilder.cpp6039 if (!Expr->isEntryValue() || !hasSingleElement(Values)) in visitEntryValueDbgValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1361 bool DIExpression::isEntryValue() const { in isEntryValue() function in DIExpression
H A DVerifier.cpp6576 CheckDI(!E->isEntryValue(), in verifyNotEntryValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2892 if (IsSwiftAsyncArg && UseEntryValue && !Expr->isEntryValue() && in salvageDebugInfoImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3060 bool isEntryValue() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2019 if (!Expr->isEntryValue()) in translateIfEntryValueArgument()