Home
last modified time | relevance | path

Searched refs:DW_OP_constu (Results 1 – 23 of 23) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDDIExpressionOptimizer.cpp21 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()
HDDebugInfoMetadata.cpp1411 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/
HDDwarfExpression.cpp38 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()
HDDebugHandlerBase.cpp60 case dwarf::DW_OP_constu: { in extractFromMachineInstruction()
HDDwarfUnit.cpp1325 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/
HDdwarf2.h94 DW_OP_constu = 0x10, // ULEB128 constant enumerator
HDDwarfInstructions.hpp488 case DW_OP_constu: in evaluateExpression()
/freebsd-14-stable/contrib/elftoolchain/libdwarf/
HDlibdwarf_loc.c219 case DW_OP_constu: in _dwarf_loc_fill_loc()
533 case DW_OP_constu: in _dwarf_loc_expr_add_atom()
HDdwarf.h364 #define DW_OP_constu 0x10 macro
HDdwarf_dump.c1247 case DW_OP_constu: in dwarf_get_OP_name()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVLocation.cpp71 case dwarf::DW_OP_constu: in getOperandsDWARFInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVRegisterInfo.cpp778 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/
HDAArch64RegisterInfo.cpp901 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/
HDMetadataLoader.cpp670 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/
HDDIBuilder.h781 VMContext, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value}); in createConstantValueExpression()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFExpression.cpp38 Descriptions[DW_OP_constu] = Desc(Op::Dwarf2, Op::SizeLEB); in getOpDescriptions()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp271 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/
HDGlobalOpt.cpp1230 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/
HDCGDebugInfo.cpp780 {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/
HDLocal.cpp2413 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/
HDAssignmentTrackingAnalysis.cpp295 } else if (NumElements > 3 && Elements[0] == dwarf::DW_OP_constu) { in getDerefOffsetInBytes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp10054 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/
HDreadelf.c6640 case DW_OP_constu: in dump_dwarf_loc()