Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp595 replaceDbgDeclare(Arg, BasePointer, DIB, DIExpression::ApplyOffset, in moveStaticAllocasToUnsafeStack()
607 replaceDbgDeclare(AI, BasePointer, DIB, DIExpression::ApplyOffset, -Offset); in moveStaticAllocasToUnsafeStack()
701 replaceDbgDeclare(AI, NewAI, DIB, DIExpression::ApplyOffset, 0); in moveDynamicAllocasToUnsafeStack()
H A DPrologEpilogInserter.cpp1411 unsigned PrependFlags = DIExpression::ApplyOffset; in replaceFrameIndexDebugInstr()
H A DLiveDebugVariables.cpp1751 uint8_t DIExprFlags = DIExpression::ApplyOffset; in insertDebugValue()
H A DTargetInstrInfo.cpp1887 Expr = DIExpression::prepend(Expr, DIExpression::ApplyOffset, Offset); in describeLoadedValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp74 DIExpression::ApplyOffset, Offset); in replaceFrameIndexDebugInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp989 Expr = DIExpression::prepend(Expr, DIExpression::ApplyOffset, Offset); in describeLoadedValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp587 DIExpr, DIExpression::ApplyOffset | Deref, in BuildDbgValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5936 auto ApplyOffset = [&](Value *V, unsigned BinOpc, in foldICmpEqualityWithOffset() local
5957 auto Op0Result = ApplyOffset(Op0, BinOpc, RHS); in foldICmpEqualityWithOffset()
5960 auto Op1Result = ApplyOffset(Op1, BinOpc, RHS); in foldICmpEqualityWithOffset()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3571 uint8_t DIExprFlags = DIExpression::ApplyOffset; in processStaticAllocas()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1577 Expr = DIExpression::prepend(Expr, DIExpression::ApplyOffset, in processDbgDeclare()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3600 ApplyOffset = 0, enumerator