Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1848 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 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-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp662 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
671 PrependFlags & DIExpression::StackValue,
H A DPrologEpilogInserter.cpp1411 PrependFlags |= DIExpression::StackValue; in replaceFrameIndexDebugInstr()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp582 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2235 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 DInstrRefBasedImpl.cpp1296 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 DDebugInfoMetadata.h3010 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 DSelectionDAGBuilder.cpp1521 bool StackValue = true; in salvageUnresolvedDbgValue()
1550 Expr = DIExpression::appendOpsToArg(Expr, Ops, 0, StackValue);
1488 bool StackValue = true; salvageUnresolvedDbgValue() local