/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | framelayout-sve.mir | 73 …sion: DW_OP_breg31 +0, DW_OP_consts +32, DW_OP_plus, DW_OP_consts +16, DW_OP_bregx 0x2e +0, DW_OP_… 117 …sion: DW_OP_breg31 +0, DW_OP_consts +48, DW_OP_plus, DW_OP_consts +16, DW_OP_bregx 0x2e +0, DW_OP_… 207 …sion: DW_OP_breg31 +0, DW_OP_consts +32, DW_OP_plus, DW_OP_consts +24, DW_OP_bregx 0x2e +0, DW_OP_… 317 …ssion: DW_OP_breg31 +0, DW_OP_consts +32, DW_OP_plus, DW_OP_consts +8, DW_OP_bregx 0x2e +0, DW_OP_… 384 …on: DW_OP_breg31 +0, DW_OP_consts +16, DW_OP_plus, DW_OP_consts +2056, DW_OP_bregx 0x2e +0, DW_OP_… 466 …ssion: DW_OP_breg31 +0, DW_OP_consts +48, DW_OP_plus, DW_OP_consts +8, DW_OP_bregx 0x2e +0, DW_OP_… 504 …sion: DW_OP_breg31 +0, DW_OP_consts +48, DW_OP_plus, DW_OP_consts +24, DW_OP_bregx 0x2e +0, DW_OP_… 505 …W_CFA_expression: reg72 DW_OP_consts -16, DW_OP_plus, DW_OP_consts -8, DW_OP_bregx 0x2e +0, DW_OP_… 506 …_CFA_expression: reg73 DW_OP_consts -16, DW_OP_plus, DW_OP_consts -16, DW_OP_bregx 0x2e +0, DW_OP_… 507 …_CFA_expression: reg74 DW_OP_consts -16, DW_OP_plus, DW_OP_consts -24, DW_OP_bregx 0x2e +0, DW_OP_… [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 81 Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB); in getDescriptions() 216 if (Opcode == DW_OP_bregx || Opcode == DW_OP_regx) in prettyPrintRegisterOp() 218 else if (Opcode >= DW_OP_breg0 && Opcode < DW_OP_bregx) in prettyPrintRegisterOp() 226 Opcode == DW_OP_bregx) in prettyPrintRegisterOp() 253 Opcode == DW_OP_bregx || Opcode == DW_OP_regx) in print()
|
/external/llvm-project/llvm/test/DebugInfo/AArch64/ |
D | dbg-sve-types.ll | 9 ; CHECK-NEXT: DW_AT_upper_bound (DW_OP_lit8, DW_OP_bregx VG+0, DW_OP_mul, DW_OP_lit1, DW_OP_m… 40 !17 = !DISubrange(lowerBound: 0, upperBound: !DIExpression(DW_OP_constu, 8, DW_OP_bregx, 46, 0, DW_…
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 80 Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB); in getDescriptions() 234 if (Opcode == DW_OP_bregx || Opcode == DW_OP_regx || in prettyPrintRegisterOp() 237 else if (Opcode >= DW_OP_breg0 && Opcode < DW_OP_bregx) in prettyPrintRegisterOp() 245 Opcode == DW_OP_bregx) in prettyPrintRegisterOp() 274 Opcode == DW_OP_bregx || Opcode == DW_OP_regx || in print() 418 case dwarf::DW_OP_bregx: { in printCompactDWARFExpr()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFExpressionCompactPrinterTest.cpp | 99 TestExprPrinter({DW_OP_bregx, 0x0d, 0x28}, "[SP+40]"); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 61 emitOp(dwarf::DW_OP_bregx); in addBReg() 507 case dwarf::DW_OP_bregx: in addExpression() 508 emitOp(dwarf::DW_OP_bregx); in addExpression()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 61 emitOp(dwarf::DW_OP_bregx); in addBReg() 597 case dwarf::DW_OP_bregx: in addExpression() 598 emitOp(dwarf::DW_OP_bregx); in addExpression()
|
/external/llvm-project/libunwind/src/ |
D | dwarf2.h | 224 DW_OP_bregx = 0x92, // ULEB128 register followed by SLEB128 offset enumerator
|
D | DwarfInstructions.hpp | 767 case DW_OP_bregx: in evaluateExpression()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBLocationToDWARFExpression.cpp | 136 stream.PutHex8(DW_OP_bregx); in ConvertPDBLocationToDWARFExpression()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbdwarf.py | 146 DW_OP_bregx = 0x92 variable
|
/external/llvm-project/lldb/source/Symbol/ |
D | PostfixExpression.cpp | 220 m_out_stream.PutHex8(DW_OP_bregx); in Visit()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 40 EmitOp(dwarf::DW_OP_bregx); in AddRegIndirect()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | DWARFLocationExpression.cpp | 143 ? llvm::dwarf::DW_OP_bregx in MakeRegisterBasedLocationExpressionInternal()
|
/external/elfutils/libdw/ |
D | dwarf.h | 572 DW_OP_bregx = 0x92, /* ULEB128 register followed by SLEB128 off. */ enumerator
|
D | cfi.c | 180 fs->cfa_data.offset.atom = DW_OP_bregx; in execute_cfi()
|
D | dwarf_getlocation.c | 481 case DW_OP_bregx: in __libdw_intern_expression()
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 385 case DW_OP_bregx: // 0x92 2 ULEB128 register followed by SLEB128 offset in GetOpcodeDataSize() 2018 case DW_OP_bregx: { in Evaluate() 2698 } else if (opcode == DW_OP_bregx) { in MatchesOperand()
|
/external/elfutils/libdwfl/ |
D | frame_unwind.c | 241 case DW_OP_bregx: in expr_eval()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 842 case dwarf::DW_OP_bregx: in getSize() 927 case dwarf::DW_OP_bregx: in isValid()
|
/external/elfutils/tests/ |
D | varlocs.c | 377 case DW_OP_bregx: in print_expr()
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 1054 case dwarf::DW_OP_bregx: in getSize() 1139 case dwarf::DW_OP_bregx: in isValid()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 399 Expr.push_back((uint8_t)dwarf::DW_OP_bregx); in appendVGScaledOffsetExpr()
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 1999 8. ``DW_OP_bregx`` 2001 ``DW_OP_bregx`` has two operands. The first is an unsigned LEB128 integer 2893 with the result of evaluating a ``DW_OP_bregx R, 0`` operation. This
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 741 {llvm::dwarf::DW_OP_constu, NumElemsPerVG, llvm::dwarf::DW_OP_bregx, in CreateType()
|