Searched refs:StackValue (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 2126 bool StackValue = Flags & DIExpression::StackValue; in prepend() local 2129 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend() 2134 unsigned ArgNo, bool StackValue) { in appendOpsToArg() argument 2143 return DIExpression::prependOpcodes(Expr, NewOps, StackValue); in appendOpsToArg() 2149 if (StackValue) { in appendOpsToArg() 2151 StackValue = false; in appendOpsToArg() 2154 StackValue = false; in appendOpsToArg() 2161 if (StackValue) in appendOpsToArg() 2191 bool StackValue, bool EntryValue) { in prependOpcodes() argument 2204 StackValue = false; in prependOpcodes() [all …]
|
| /freebsd/contrib/lua/src/ |
| H A D | lobject.h | 148 typedef union StackValue { union 154 } StackValue; typedef 158 typedef StackValue *StkId;
|
| H A D | lstate.c | 183 L1->stack.p = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
|
| H A D | ldo.c | 228 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 710 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 719 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
|
| H A D | PrologEpilogInserter.cpp | 1413 PrependFlags |= DIExpression::StackValue; in replaceFrameIndexDebugInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 582 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2313 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues() local 2334 DIExpression::appendOpsToArg(SalvagedExpr, Ops, LocNo, StackValue); in salvageDebugInfoForDbgValues() 2374 bool StackValue = in salvageDebugInfoForDbgValues() local 2396 DIExpression::appendOpsToArg(SalvagedExpr, Ops, LocNo, StackValue); in salvageDebugInfoForDbgValues()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 1331 bool StackValue = false; in emitLoc() local 1347 StackValue = true; in emitLoc() 1359 Expr = DIExpression::appendOpsToArg(Expr, OffsetOps, Idx, StackValue); in emitLoc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3603 StackValue = 1 << 2, enumerator 3616 bool StackValue = false, 3640 bool StackValue = false);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1511 bool StackValue = true; in salvageUnresolvedDbgValue() local 1540 Expr = DIExpression::appendOpsToArg(Expr, Ops, 0, StackValue); in salvageUnresolvedDbgValue()
|