Home
last modified time | relevance | path

Searched refs:appendOffset (Results 1 – 13 of 13) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp311 DIExpression::appendOffset( in eliminateFrameIndex()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp587 DIExpression::appendOffset(Ops, AddrDispShift); in replaceDebugValue()
H A DX86InstrInfo.cpp10088 DIExpression::appendOffset(Ops, Offset); in describeLoadedValue()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp653 DIExpression::appendOffset(Ops, Offset.getFixed()); in getOffsetOpcodes()
H A DLiveDebugVariables.cpp1711 DIExpression::appendOffset(Ops, SpillOffsets[I]); in insertDebugValue()
H A DTargetInstrInfo.cpp1614 DIExpression::appendOffset(Ops, Offset); in describeLoadedValue()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp896 DIExpression::appendOffset(Ops, Offset.getFixed()); in getOffsetOpcodes()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp773 DIExpression::appendOffset(Ops, Offset.getFixed()); in getOffsetOpcodes()
/src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1717 void DIExpression::appendOffset(SmallVectorImpl<uint64_t> &Ops, in appendOffset() function in DIExpression
1844 appendOffset(Ops, Offset); in prepend()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2417 DIExpression::appendOffset(Opcodes, ConstantOffset.getSExtValue()); in getSalvageOpsForGEP()
2480 DIExpression::appendOffset(Opcodes, Offset); in getSalvageOpsForBinOp()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2979 static void appendOffset(SmallVectorImpl<uint64_t> &Ops, int64_t Offset);
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6556 DIExpression::appendOffset(Expr, Offset); in createOffsetExpr()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11203 DIExpression::appendOffset(ExprOps, Offset); in salvageDebugInfo()