| /freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | DIExpressionOptimizer.cpp | 21 if (Op.getOp() == dwarf::DW_OP_constu) in isConstantVal() 125 ResultOps.push_back(dwarf::DW_OP_constu); in canonicalizeDwarfOperations() 131 ResultOps.push_back(dwarf::DW_OP_constu); in canonicalizeDwarfOperations() 159 if (Op1Raw == dwarf::DW_OP_constu && Op1->getArg(0) == 0) { in optimizeDwarfOperations() 175 if (Op1Raw == dwarf::DW_OP_constu && Op2Raw == dwarf::DW_OP_plus) { in optimizeDwarfOperations() 223 WorkingOps[Loc] = dwarf::DW_OP_constu; in tryFoldConstants() 250 WorkingOps[Loc] = dwarf::DW_OP_constu; in tryFoldCommutativeMath() 280 WorkingOps[Loc] = dwarf::DW_OP_constu; in tryFoldCommutativeMathWithArgInBetween()
|
| HD | DebugInfoMetadata.cpp | 1411 case dwarf::DW_OP_constu: in getSize() 1481 case dwarf::DW_OP_constu: in isValid() 1723 Ops.push_back(dwarf::DW_OP_constu); in appendOffset() 1749 if (SingleLocElts.size() == 3 && SingleLocElts[0] == dwarf::DW_OP_constu) { in extractIfOffset() 1783 } else if (Op == dwarf::DW_OP_constu) { in extractLeadingOffset() 1824 SingleLocElts[PatternSize - 4] == dwarf::DW_OP_constu && in extractAddressClass() 2224 getElement(0) != dwarf::DW_OP_constu)) in isConstant() 2234 return getElement(0) == dwarf::DW_OP_constu in isConstant()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfExpression.cpp | 38 emitOp(dwarf::DW_OP_constu); in emitConstu() 362 if (Op && Op->getOp() == dwarf::DW_OP_constu) { in addMachineRegExpression() 571 emitOp(dwarf::DW_OP_constu); in addExpression() 575 emitOp(dwarf::DW_OP_constu); in addExpression() 623 case dwarf::DW_OP_constu: in addExpression() 731 emitOp(dwarf::DW_OP_constu); in emitLegacySExt() 737 emitOp(dwarf::DW_OP_constu); in emitLegacySExt() 748 emitOp(dwarf::DW_OP_constu); in emitLegacyZExt() 757 emitOp(dwarf::DW_OP_constu); in emitLegacyZExt()
|
| HD | DebugHandlerBase.cpp | 60 case dwarf::DW_OP_constu: { in extractFromMachineInstruction()
|
| HD | DwarfUnit.cpp | 1325 addUInt(*Block, dwarf::DW_FORM_data1, dwarf::DW_OP_constu); in applySubprogramAttributes() 1648 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_constu); in constructMemberDIE()
|
| /freebsd-14-stable/contrib/llvm-project/libunwind/src/ |
| HD | dwarf2.h | 94 DW_OP_constu = 0x10, // ULEB128 constant enumerator
|
| HD | DwarfInstructions.hpp | 488 case DW_OP_constu: in evaluateExpression()
|
| /freebsd-14-stable/contrib/elftoolchain/libdwarf/ |
| HD | libdwarf_loc.c | 219 case DW_OP_constu: in _dwarf_loc_fill_loc() 533 case DW_OP_constu: in _dwarf_loc_expr_add_atom()
|
| HD | dwarf.h | 364 #define DW_OP_constu 0x10 macro
|
| HD | dwarf_dump.c | 1247 case DW_OP_constu: in dwarf_get_OP_name()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| HD | LVLocation.cpp | 71 case dwarf::DW_OP_constu: in getOperandsDWARFInfo()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVRegisterInfo.cpp | 778 Ops.push_back(dwarf::DW_OP_constu); in getOffsetOpcodes() 784 Ops.push_back(dwarf::DW_OP_constu); in getOffsetOpcodes()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64RegisterInfo.cpp | 901 Ops.push_back(dwarf::DW_OP_constu); in getOffsetOpcodes() 907 Ops.push_back(dwarf::DW_OP_constu); in getOffsetOpcodes()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| HD | MetadataLoader.cpp | 670 case dwarf::DW_OP_constu: in upgradeDIExpression() 691 Buffer.push_back(dwarf::DW_OP_constu); in upgradeDIExpression() 2075 {dwarf::DW_OP_constu, CI->getZExtValue(), in parseOneMetadata()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | DIBuilder.h | 781 VMContext, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value}); in createConstantValueExpression()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFExpression.cpp | 38 Descriptions[DW_OP_constu] = Desc(Op::Dwarf2, Op::SizeLEB); in getOpDescriptions()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | DWARFExpression.cpp | 271 case DW_OP_constu: // 0x10 1 ULEB128 constant in GetOpcodeDataSize() 1232 case DW_OP_constu: in Evaluate()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | GlobalOpt.cpp | 1230 dwarf::DW_OP_constu, ValMinus, in TryToShrinkGlobalToBoolean() 1231 dwarf::DW_OP_mul, dwarf::DW_OP_constu, ValInit, in TryToShrinkGlobalToBoolean()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGDebugInfo.cpp | 780 {llvm::dwarf::DW_OP_constu, NumElemsPerVG, llvm::dwarf::DW_OP_bregx, in CreateType() 782 llvm::dwarf::DW_OP_constu, 1, llvm::dwarf::DW_OP_minus}); in CreateType() 835 llvm::dwarf::DW_OP_constu, in CreateType() 837 llvm::dwarf::DW_OP_div, llvm::dwarf::DW_OP_constu, LMUL}); in CreateType() 843 Expr.append({llvm::dwarf::DW_OP_constu, 1, llvm::dwarf::DW_OP_minus}); in CreateType() 4622 Expr.push_back(llvm::dwarf::DW_OP_constu); in AppendAddressSpaceXDeref()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | Local.cpp | 2413 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps++, dwarf::DW_OP_constu, in getSalvageOpsForGEP() 2483 Opcodes.append({dwarf::DW_OP_constu, Val}); in getSalvageOpsForBinOp() 2535 Opcodes.push_back(dwarf::DW_OP_constu); in getSalvageOpsForIcmpOp()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | AssignmentTrackingAnalysis.cpp | 295 } else if (NumElements > 3 && Elements[0] == dwarf::DW_OP_constu) { in getDerefOffsetInBytes()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrInfo.cpp | 10054 Ops.push_back(dwarf::DW_OP_constu); in describeLoadedValue() 10077 Ops.push_back(dwarf::DW_OP_constu); in describeLoadedValue()
|
| /freebsd-14-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 6640 case DW_OP_constu: in dump_dwarf_loc()
|