Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp375 LocationFlags |= EntryValue; in setEntryValueFlags()
417 LocationFlags &= ~EntryValue; in finalizeEntryValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp654 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
664 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
H A DMachineVerifier.cpp3126 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 DDebugInfoMetadata.cpp1296 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 DDebugInfoMetadata.h2768 EntryValue = 1 << 3 enumerator
2781 bool EntryValue = false);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2043 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
H A DInstrRefBasedImpl.cpp1220 DIExpression::prepend(Prop.DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()