/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1848 bool StackValue = Flags & DIExpression::StackValue; in prependOpcodes() 1851 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prependOpcodes() 1856 unsigned ArgNo, bool StackValue) { 1865 return DIExpression::prependOpcodes(Expr, NewOps, StackValue); in append() 1871 if (StackValue) { in append() 1873 StackValue = false; in append() 1876 StackValue = false; in append() 1883 if (StackValue) in appendToStack() 1913 bool StackValue, boo in appendToStack() 1761 bool StackValue = Flags & DIExpression::StackValue; prepend() local 1769 appendOpsToArg(const DIExpression * Expr,ArrayRef<uint64_t> Ops,unsigned ArgNo,bool StackValue) appendOpsToArg() argument 1826 prependOpcodes(const DIExpression * Expr,SmallVectorImpl<uint64_t> & Ops,bool StackValue,bool EntryValue) prependOpcodes() argument [all...] |
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetRegisterInfo.cpp | 662 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 671 PrependFlags & DIExpression::StackValue,
|
H A D | PrologEpilogInserter.cpp | 1411 PrependFlags |= DIExpression::StackValue; in replaceFrameIndexDebugInstr()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 582 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2235 Assign->getAddressExpression(), Ops, 0, /*StackValue=*/false); in salvageDebugInfoForDbgValues() 2272 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues() 2293 DIExpression::appendOpsToArg(SalvagedExpr, Ops, LocNo, StackValue); in salvageDebugInfoForDbgValues() 2333 bool StackValue = in salvageDebugInfoForDbgValues() 2355 DIExpression::appendOpsToArg(SalvagedExpr, Ops, LocNo, StackValue); in salvageDebugInfoForDbgValues() 2247 bool StackValue = isa<DbgValueInst>(DII); salvageDebugInfoForDbgValues() local 2307 bool StackValue = DPV->getType() != DPValue::LocationType::Declare; salvageDebugInfoForDbgValues() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 1296 bool StackValue = false; in emitLoc() 1312 StackValue = true; 1324 Expr = DIExpression::appendOpsToArg(Expr, OffsetOps, Idx, StackValue); 1266 bool StackValue = false; emitLoc() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 3010 StackValue = 1 << 2, 3023 bool StackValue = false, in fragmentCmp() 3045 bool StackValue = false); in fragmentCmp() 2951 StackValue = 1 << 2, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1521 bool StackValue = true; in salvageUnresolvedDbgValue() 1550 Expr = DIExpression::appendOpsToArg(Expr, Ops, 0, StackValue); 1488 bool StackValue = true; salvageUnresolvedDbgValue() local
|