Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1761 bool StackValue = Flags & DIExpression::StackValue; in prepend() local
1764 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend()
1784 if (StackValue) { in appendOpsToArg()
1786 StackValue = false; in appendOpsToArg()
1789 StackValue = false; in appendOpsToArg()
1796 if (StackValue) in appendOpsToArg()
1839 StackValue = false; in prependOpcodes()
1842 if (StackValue) { in prependOpcodes()
1844 StackValue = false; in prependOpcodes()
1847 StackValue = false; in prependOpcodes()
[all …]
/freebsd-14.2/contrib/lua/src/
H A Dlobject.h148 typedef union StackValue { union
154 } StackValue; typedef
158 typedef StackValue *StkId;
H A Dlstate.c183 L1->stack.p = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
H A Dldo.c221 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp659 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
668 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
H A DPrologEpilogInserter.cpp1424 PrependFlags |= DIExpression::StackValue; in replaceFrameIndexDebugInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp582 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2247 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues() local
2268 DIExpression::appendOpsToArg(SalvagedExpr, Ops, LocNo, StackValue); in salvageDebugInfoForDbgValues()
2307 bool StackValue = DPV->getType() != DPValue::LocationType::Declare; in salvageDebugInfoForDbgValues() local
2328 DIExpression::appendOpsToArg(SalvagedExpr, Ops, LocNo, StackValue); in salvageDebugInfoForDbgValues()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1266 bool StackValue = false; in emitLoc() local
1282 StackValue = true; in emitLoc()
1294 Expr = DIExpression::appendOpsToArg(Expr, OffsetOps, Idx, StackValue); in emitLoc()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2951 StackValue = 1 << 2, enumerator
2964 bool StackValue = false,
2986 bool StackValue = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1488 bool StackValue = true; in salvageUnresolvedDbgValue() local
1517 Expr = DIExpression::appendOpsToArg(Expr, Ops, 0, StackValue); in salvageUnresolvedDbgValue()