Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp290 isEntryValue()) { in addMachineRegExpression()
305 if (isEntryValue()) { in addMachineRegExpression()
403 if (DIExpr->isEntryValue()) in setLocation()
H A DDwarfExpression.h105 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()
2645 if (DIExpr && DIExpr->isEntryValue()) { in emitDebugLocValue()
H A DDwarfCompileUnit.cpp1607 if (DIExpr->isEntryValue()) in addComplexAddress()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1371 bool DIExpression::isEntryValue() const { in isEntryValue() function in DIExpression
H A DVerifier.cpp6967 CheckDI(!E->isEntryValue(), in verifyNotEntryValue()
6990 CheckDI(!E->isEntryValue(), in verifyNotEntryValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp941 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1282 Arg && Expr && Expr->isEntryValue()) { in lowerDbgValue()
H A DSelectionDAGISel.cpp1500 if (!Expr->isEntryValue() || !isa<Argument>(Arg)) in processIfEntryValueDbgDeclare()
H A DSelectionDAGBuilder.cpp6280 if (!Expr->isEntryValue() || !hasSingleElement(Values)) in visitEntryValueDbgValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2920 if (IsSwiftAsyncArg && UseEntryValue && !Expr->isEntryValue() && in salvageDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3156 bool isEntryValue() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2096 if (!Expr->isEntryValue()) in translateIfEntryValueArgument()