Home
last modified time | relevance | path

Searched refs:StackValue (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1295 bool StackValue = Flags & DIExpression::StackValue; in prepend() local
1298 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend()
1303 unsigned ArgNo, bool StackValue) { in appendOpsToArg() argument
1312 return DIExpression::prependOpcodes(Expr, NewOps, StackValue); in appendOpsToArg()
1349 bool StackValue, in prependOpcodes() argument
1363 StackValue = false; in prependOpcodes()
1366 if (StackValue) { in prependOpcodes()
1368 StackValue = false; in prependOpcodes()
1371 StackValue = false; in prependOpcodes()
1376 if (StackValue) in prependOpcodes()
/freebsd-13.1/contrib/lua/src/
H A Dlobject.h141 typedef union StackValue { union
143 } StackValue; typedef
147 typedef StackValue *StkId;
H A Dlstate.c183 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
H A Dldo.c187 lim + EXTRA_STACK, newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp654 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
663 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
H A DPrologEpilogInserter.cpp1253 PrependFlags |= DIExpression::StackValue; in replaceFrameIndices()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp586 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2767 StackValue = 1 << 2, enumerator
2780 bool StackValue = false,
2802 bool StackValue = false);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1745 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues() local
1759 SalvagedExpr = salvageDebugInfoImpl(I, SalvagedExpr, StackValue, LocNo, in salvageDebugInfoForDbgValues()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1266 bool StackValue = true; in salvageUnresolvedDbgValue() local
1280 salvageDebugInfoImpl(VAsInst, Expr, StackValue, 0, AdditionalValues); in salvageUnresolvedDbgValue()