Home
last modified time | relevance | path

Searched refs:DW_OP_mul (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h108 DW_OP_mul = 0x1E, enumerator
H A DDwarfInstructions.hpp602 case DW_OP_mul: in evaluateExpression()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c150 case DW_OP_mul: in _dwarf_loc_fill_loc()
470 case DW_OP_mul: in _dwarf_loc_expr_add_atom()
H A Ddwarf.h378 #define DW_OP_mul 0x1e macro
H A Ddwarf_dump.c1189 case DW_OP_mul: in dwarf_get_OP_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp556 case dwarf::DW_OP_mul: in addExpression()
700 emitOp(dwarf::DW_OP_mul); in emitLegacySExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp856 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
862 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
H A DAArch64InstrInfo.cpp5181 Expr.push_back((uint8_t)dwarf::DW_OP_mul); in appendVGScaledOffsetExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp733 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
739 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
H A DRISCVFrameLowering.cpp448 Expr.push_back((uint8_t)dwarf::DW_OP_mul); in createDefCFAExpression()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp183 case dwarf::DW_OP_mul: in getOperandsDWARFInfo()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp52 Descriptions[DW_OP_mul] = Desc(Op::Dwarf2); in getOpDescriptions()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp168 case DW_OP_mul: // 0x1e in GetOpcodeDataSize()
1512 case DW_OP_mul: in Evaluate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6175 Success &= pushArithmeticExpr(MulRec, llvm::dwarf::DW_OP_mul); in pushSCEV()
6214 case llvm::dwarf::DW_OP_mul: in isIdentityFunction()
6238 if (!isIdentityFunction(llvm::dwarf::DW_OP_mul, Stride)) { in SCEVToValueExpr()
6241 pushOperator(llvm::dwarf::DW_OP_mul); in SCEVToValueExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2386 Offset.second.getZExtValue(), dwarf::DW_OP_mul, in getSalvageOpsForGEP()
2400 return dwarf::DW_OP_mul; in getDwarfOpForBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1220 dwarf::DW_OP_mul, dwarf::DW_OP_constu, ValInit, in TryToShrinkGlobalToBoolean()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1471 case dwarf::DW_OP_mul: in isValid()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp771 /* AArch64::VG */ 46, 0, llvm::dwarf::DW_OP_mul, in CreateType()
831 Expr.push_back(llvm::dwarf::DW_OP_mul); in CreateType()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp9972 Ops.push_back(dwarf::DW_OP_mul); in describeLoadedValue()
9995 Ops.push_back(dwarf::DW_OP_mul); in describeLoadedValue()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6607 case DW_OP_mul: in dump_dwarf_loc()