Home
last modified time | relevance | path

Searched refs:ApplyOffset (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp81 … DIExpr = TRI.prependOffsetExpression(MI.getDebugExpression(), DIExpression::ApplyOffset, Offset); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSafeStack.cpp588 replaceDbgDeclare(Arg, BasePointer, DIB, DIExpression::ApplyOffset, in moveStaticAllocasToUnsafeStack()
600 replaceDbgDeclare(AI, BasePointer, DIB, DIExpression::ApplyOffset, -Offset); in moveStaticAllocasToUnsafeStack()
693 replaceDbgDeclare(AI, NewAI, DIB, DIExpression::ApplyOffset, 0); in moveDynamicAllocasToUnsafeStack()
H A DPrologEpilogInserter.cpp1382 unsigned PrependFlags = DIExpression::ApplyOffset; in replaceFrameIndices()
H A DTargetInstrInfo.cpp1207 Expr = DIExpression::prepend(Expr, DIExpression::ApplyOffset, Offset); in describeLoadedValue()
H A DLiveDebugVariables.cpp1700 uint8_t DIExprFlags = DIExpression::ApplyOffset; in insertDebugValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp922 Expr, DIExpression::ApplyOffset | DIExpression::DerefAfter, in emitLoc()
932 unsigned Flags = DIExpression::StackValue | DIExpression::ApplyOffset; in emitLoc()
940 Expr, DIExpression::ApplyOffset | DIExpression::DerefAfter, in emitLoc()
947 Expr = TRI.prependOffsetExpression(Expr, DIExpression::ApplyOffset, in emitLoc()
H A DVarLocBasedImpl.cpp551 DIExpr, DIExpression::ApplyOffset | Deref, in BuildDbgValue()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp949 Expr = DIExpression::prepend(Expr, DIExpression::ApplyOffset, Offset); in describeLoadedValue()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp159 replaceDbgDeclare(AI, NewBase, DIB, DIExpression::ApplyOffset, 0); in TEST()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp1890 DIExpression::prepend(EmptyExpr, DIExpression::ApplyOffset, 4); in TEST_F()
2290 DIExpression::prepend(EmptyExpr, DIExpression::ApplyOffset, 4); in TEST_F()
2375 DIExpression::prepend(EmptyExpr, DIExpression::ApplyOffset, 4); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3164 uint8_t DIExprFlags = DIExpression::ApplyOffset; in processStaticAllocas()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1323 Expr = DIExpression::prepend(Expr, DIExpression::ApplyOffset, in processDbgDeclares()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2763 ApplyOffset = 0, enumerator
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2872 uint8_t DIExprFlags = DIExpression::ApplyOffset; in TEST_F()