Home
last modified time | relevance | path

Searched refs:EntryValue (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h148 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
167 bool isEntryValue() const { return LocationFlags & EntryValue; } in isEntryValue()
H A DDwarfExpression.cpp392 LocationFlags |= EntryValue; in setEntryValueFlags()
434 LocationFlags &= ~EntryValue; in finalizeEntryValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp655 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
665 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
H A DMachineVerifier.cpp3250 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
3254 int EntryValue = 0; member
3288 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
3290 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
3324 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
3331 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n"; in verifyStackFrame()
3339 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
3343 << " has entry state (" << SPState[Succ->getNumber()].EntryValue in verifyStackFrame()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1462 bool EntryValue = Flags & DIExpression::EntryValue; in prepend() local
1464 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend()
1515 bool StackValue, bool EntryValue) { in prependOpcodes() argument
1518 if (EntryValue) { in prependOpcodes()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2767 EntryValue = 1 << 3 enumerator
2780 bool EntryValue = false);
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2092 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
H A DInstrRefBasedImpl.cpp453 DIExpression::prepend(Prop.DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()