Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1461 bool StackValue = Flags & DIExpression::StackValue; in prepend() local
1464 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend()
1469 unsigned ArgNo, bool StackValue) { in appendOpsToArg() argument
1478 return DIExpression::prependOpcodes(Expr, NewOps, StackValue); in appendOpsToArg()
1515 bool StackValue, bool EntryValue) { in prependOpcodes() argument
1528 StackValue = false; in prependOpcodes()
1531 if (StackValue) { in prependOpcodes()
1533 StackValue = false; in prependOpcodes()
1536 StackValue = false; in prependOpcodes()
1541 if (StackValue) in prependOpcodes()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp655 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
664 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
H A DPrologEpilogInserter.cpp1384 PrependFlags |= DIExpression::StackValue; in replaceFrameIndices()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp584 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2766 StackValue = 1 << 2, enumerator
2779 bool StackValue = false,
2801 bool StackValue = false);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp1759 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues() local
1780 DIExpression::appendOpsToArg(SalvagedExpr, Ops, LocNo, StackValue); in salvageDebugInfoForDbgValues()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp932 unsigned Flags = DIExpression::StackValue | DIExpression::ApplyOffset; in emitLoc()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2875 DIExprFlags |= DIExpression::StackValue; in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1277 bool StackValue = true; in salvageUnresolvedDbgValue() local
1305 Expr = DIExpression::appendOpsToArg(Expr, Ops, 0, StackValue); in salvageUnresolvedDbgValue()