Searched refs:EntryValue (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 375 LocationFlags |= EntryValue; in setEntryValueFlags() 417 LocationFlags &= ~EntryValue; in finalizeEntryValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 654 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 664 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
|
| H A D | MachineVerifier.cpp | 3126 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB() 3130 int EntryValue = 0; member 3164 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame() 3166 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame() 3200 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame() 3207 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n"; in verifyStackFrame() 3215 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame() 3219 << " has entry state (" << SPState[Succ->getNumber()].EntryValue in verifyStackFrame()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1296 bool EntryValue = Flags & DIExpression::EntryValue; in prepend() local 1298 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend() 1350 bool EntryValue) { in prependOpcodes() argument 1353 if (EntryValue) { in prependOpcodes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2768 EntryValue = 1 << 3 enumerator 2781 bool EntryValue = false);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 2043 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
|
| H A D | InstrRefBasedImpl.cpp | 1220 DIExpression::prepend(Prop.DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()
|