Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp296 isEntryValue()) { in addMachineRegExpression()
311 if (isEntryValue()) { in addMachineRegExpression()
409 if (DIExpr->isEntryValue()) in setLocation()
H A DDwarfExpression.h105 bool isEntryValue() const { return LocationFlags & EntryValue; } in isEntryValue() function
H A DDebugLocEntry.h142 bool isEntryVal() const { return getExpression()->isEntryValue(); } in isEntryVal()
H A DDwarfDebug.cpp616 if (ShouldCombineExpressions && Expr->isEntryValue()) in finishCallSiteParams()
3083 if (DIExpr && DIExpr->isEntryValue()) { in emitDebugLocValue()
H A DDwarfCompileUnit.cpp1653 if (DIExpr->isEntryValue()) in addComplexAddress()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp416 if (Value.Properties.DIExpr->isEntryValue()) in loadVarInloc()
682 if (DIExpr->isEntryValue()) { in recoverAsEntryValue()
716 if (MI.isUndefDebugValue() || MI.getDebugExpression()->isEntryValue() || in redefVar()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1886 if (IsSwiftAsyncArg && UseEntryValue && !Expr->isEntryValue() && in salvageDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp968 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1274 Arg && Expr && Expr->isEntryValue()) { in lowerDbgValue()
H A DSelectionDAGISel.cpp1514 if (!Expr->isEntryValue() || !isa<Argument>(Arg)) in processIfEntryValueDbgDeclare()
H A DSelectionDAGBuilder.cpp6363 if (!Expr->isEntryValue() || !hasSingleElement(Values)) in visitEntryValueDbgValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1649 bool DIExpression::isEntryValue() const { in isEntryValue() function in DIExpression
H A DVerifier.cpp7363 CheckDI(!E->isEntryValue(), in verifyNotEntryValue()
7386 CheckDI(!E->isEntryValue(), in verifyNotEntryValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2110 if (!Expr->isEntryValue()) in translateIfEntryValueArgument()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3753 LLVM_ABI bool isEntryValue() const;