Searched refs:StackValue (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1761 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 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 | 221 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 659 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 668 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
|
| H A D | PrologEpilogInserter.cpp | 1424 PrependFlags |= DIExpression::StackValue; in replaceFrameIndexDebugInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 582 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2247 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 D | InstrRefBasedImpl.cpp | 1266 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 D | DebugInfoMetadata.h | 2951 StackValue = 1 << 2, enumerator 2964 bool StackValue = false, 2986 bool StackValue = false);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1488 bool StackValue = true; in salvageUnresolvedDbgValue() local 1517 Expr = DIExpression::appendOpsToArg(Expr, Ops, 0, StackValue); in salvageUnresolvedDbgValue()
|