Searched refs:StackValue (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1295 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 D | lobject.h | 141 typedef union StackValue { union 143 } StackValue; typedef 147 typedef StackValue *StkId;
|
| H A D | lstate.c | 183 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
|
| H A D | ldo.c | 187 lim + EXTRA_STACK, newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 654 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 663 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
|
| H A D | PrologEpilogInserter.cpp | 1253 PrependFlags |= DIExpression::StackValue; in replaceFrameIndices()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 586 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2767 StackValue = 1 << 2, enumerator 2780 bool StackValue = false, 2802 bool StackValue = false);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1745 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 D | SelectionDAGBuilder.cpp | 1266 bool StackValue = true; in salvageUnresolvedDbgValue() local 1280 salvageDebugInfoImpl(VAsInst, Expr, StackValue, 0, AdditionalValues); in salvageUnresolvedDbgValue()
|