Searched refs:EntryValue (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 148 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator 167 bool isEntryValue() const { return LocationFlags & EntryValue; } in isEntryValue()
|
| H A D | DwarfExpression.cpp | 392 LocationFlags |= EntryValue; in setEntryValueFlags() 434 LocationFlags &= ~EntryValue; in finalizeEntryValue()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 655 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 665 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
|
| H A D | MachineVerifier.cpp | 3250 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 D | DebugInfoMetadata.cpp | 1462 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 D | DebugInfoMetadata.h | 2767 EntryValue = 1 << 3 enumerator 2780 bool EntryValue = false);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 2092 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
|
| H A D | InstrRefBasedImpl.cpp | 453 DIExpression::prepend(Prop.DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()
|