Searched refs:ApplyOffset (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 595 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 D | PrologEpilogInserter.cpp | 1411 unsigned PrependFlags = DIExpression::ApplyOffset; in replaceFrameIndexDebugInstr()
|
| H A D | LiveDebugVariables.cpp | 1751 uint8_t DIExprFlags = DIExpression::ApplyOffset; in insertDebugValue()
|
| H A D | TargetInstrInfo.cpp | 1887 Expr = DIExpression::prepend(Expr, DIExpression::ApplyOffset, Offset); in describeLoadedValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 74 DIExpression::ApplyOffset, Offset); in replaceFrameIndexDebugInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.cpp | 989 Expr = DIExpression::prepend(Expr, DIExpression::ApplyOffset, Offset); in describeLoadedValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 587 DIExpr, DIExpression::ApplyOffset | Deref, in BuildDbgValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 5936 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 D | AddressSanitizer.cpp | 3571 uint8_t DIExprFlags = DIExpression::ApplyOffset; in processStaticAllocas()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1577 Expr = DIExpression::prepend(Expr, DIExpression::ApplyOffset, in processDbgDeclare()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3600 ApplyOffset = 0, enumerator
|