/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIExpressionOptimizer.cpp | 34 case dwarf::DW_OP_mul: in isNeutralElement() 71 case dwarf::DW_OP_mul: { in foldOperationIfPossible() 92 (Operator1 == dwarf::DW_OP_plus || Operator1 == dwarf::DW_OP_mul); in operationsAreFoldableAndCommutative()
|
H A D | DebugInfoMetadata.cpp | 1485 case dwarf::DW_OP_mul: in isValid()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | dwarf2.h | 108 DW_OP_mul = 0x1E, enumerator
|
H A D | DwarfInstructions.hpp | 602 case DW_OP_mul: in evaluateExpression()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_loc.c | 150 case DW_OP_mul: in _dwarf_loc_fill_loc() 470 case DW_OP_mul: in _dwarf_loc_expr_add_atom()
|
H A D | dwarf.h | 378 #define DW_OP_mul 0x1e macro
|
H A D | dwarf_dump.c | 1189 case DW_OP_mul: in dwarf_get_OP_name()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 592 case dwarf::DW_OP_mul: in addExpression() 736 emitOp(dwarf::DW_OP_mul); in emitLegacySExt()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 183 case dwarf::DW_OP_mul: in getOperandsDWARFInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.cpp | 781 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes() 787 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
|
H A D | RISCVFrameLowering.cpp | 463 Expr.push_back((uint8_t)dwarf::DW_OP_mul); in appendScalableVectorExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 904 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes() 910 Ops.push_back(dwarf::DW_OP_mul); in getOffsetOpcodes()
|
H A D | AArch64InstrInfo.cpp | 5223 Expr.push_back((uint8_t)dwarf::DW_OP_mul); in appendVGScaledOffsetExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 52 Descriptions[DW_OP_mul] = Desc(Op::Dwarf2); in getOpDescriptions()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 155 case DW_OP_mul: // 0x1e in GetOpcodeDataSize() 1378 case DW_OP_mul: in Evaluate()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 6477 Success &= pushArithmeticExpr(MulRec, llvm::dwarf::DW_OP_mul); in pushSCEV() 6516 case llvm::dwarf::DW_OP_mul: in isIdentityFunction() 6540 if (!isIdentityFunction(llvm::dwarf::DW_OP_mul, Stride)) { in SCEVToValueExpr() 6543 pushOperator(llvm::dwarf::DW_OP_mul); in SCEVToValueExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2414 Offset.second.getZExtValue(), dwarf::DW_OP_mul, in getSalvageOpsForGEP() 2428 return dwarf::DW_OP_mul; in getDwarfOpForBinOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1231 dwarf::DW_OP_mul, dwarf::DW_OP_constu, ValInit, in TryToShrinkGlobalToBoolean()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 781 /* AArch64::VG */ 46, 0, llvm::dwarf::DW_OP_mul, in CreateType() 841 Expr.push_back(llvm::dwarf::DW_OP_mul); in CreateType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 10056 Ops.push_back(dwarf::DW_OP_mul); in describeLoadedValue() 10079 Ops.push_back(dwarf::DW_OP_mul); in describeLoadedValue()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 6607 case DW_OP_mul: in dump_dwarf_loc()
|