Searched refs:StackValue (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1461 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 D | TargetRegisterInfo.cpp | 655 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 664 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
|
| H A D | PrologEpilogInserter.cpp | 1384 PrependFlags |= DIExpression::StackValue; in replaceFrameIndices()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 584 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2766 StackValue = 1 << 2, enumerator 2779 bool StackValue = false, 2801 bool StackValue = false);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1759 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 D | InstrRefBasedImpl.cpp | 932 unsigned Flags = DIExpression::StackValue | DIExpression::ApplyOffset; in emitLoc()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 2875 DIExprFlags |= DIExpression::StackValue; in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1277 bool StackValue = true; in salvageUnresolvedDbgValue() local 1305 Expr = DIExpression::appendOpsToArg(Expr, Ops, 0, StackValue); in salvageUnresolvedDbgValue()
|