/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIExpressionOptimizer.cpp | 29 case dwarf::DW_OP_plus: in isNeutralElement() 50 case dwarf::DW_OP_plus: { in foldOperationIfPossible() 92 (Operator1 == dwarf::DW_OP_plus || Operator1 == dwarf::DW_OP_mul); in operationsAreFoldableAndCommutative() 133 ResultOps.push_back(dwarf::DW_OP_plus); in canonicalizeDwarfOperations() 175 if (Op1Raw == dwarf::DW_OP_constu && Op2Raw == dwarf::DW_OP_plus) { in optimizeDwarfOperations()
|
H A D | DebugInfoMetadata.cpp | 1483 case dwarf::DW_OP_plus: in isValid() 1750 if (SingleLocElts[2] == dwarf::DW_OP_plus) { in extractIfOffset() 1786 if (ExprOpIt->getOp() == dwarf::DW_OP_plus) in extractLeadingOffset() 2019 case dwarf::DW_OP_plus: in createFragmentExpression()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | dwarf2.h | 112 DW_OP_plus = 0x22, enumerator
|
H A D | DwarfInstructions.hpp | 630 case DW_OP_plus: in evaluateExpression()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_loc.c | 154 case DW_OP_plus: in _dwarf_loc_fill_loc() 474 case DW_OP_plus: in _dwarf_loc_expr_add_atom()
|
H A D | dwarf.h | 382 #define DW_OP_plus 0x22 macro
|
H A D | dwarf_dump.c | 1197 case DW_OP_plus: in dwarf_get_OP_name()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBLocationToDWARFExpression.cpp | 118 stream.PutHex8(DW_OP_plus); in ConvertPDBLocationToDWARFExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 366 if (N && N->getOp() == dwarf::DW_OP_plus && Offset <= IntMax) { in addMachineRegExpression() 590 case dwarf::DW_OP_plus: in addExpression()
|
H A D | DwarfCompileUnit.cpp | 305 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addLocationAttribute() 336 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addLocationAttribute() 355 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addLocationAttribute() 548 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in updateSubprogramScopeDIE()
|
H A D | DebugHandlerBase.cpp | 68 case dwarf::DW_OP_plus: in extractFromMachineInstruction()
|
H A D | DwarfUnit.cpp | 328 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addPoolOpAddress() 1652 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in constructMemberDIE()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | PostfixExpression.cpp | 187 m_out_stream.PutHex8(DW_OP_plus); in Visit()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 196 stream.PutHex8(llvm::dwarf::DW_OP_plus); in MakeVFrameRelLocationExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 195 case dwarf::DW_OP_plus: in getOperandsDWARFInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 452 Expr.push_back((uint8_t)dwarf::DW_OP_plus); in appendScalableVectorExpression() 464 Expr.push_back((uint8_t)dwarf::DW_OP_plus); in appendScalableVectorExpression()
|
H A D | RISCVRegisterInfo.cpp | 782 Ops.push_back(dwarf::DW_OP_plus); in getOffsetOpcodes()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 56 Descriptions[DW_OP_plus] = Desc(Op::Dwarf2); in getOpDescriptions()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 159 case DW_OP_plus: // 0x22 in GetOpcodeDataSize() 1417 case DW_OP_plus: in Evaluate()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 672 case dwarf::DW_OP_plus: in upgradeDIExpression() 686 case dwarf::DW_OP_plus: in upgradeDIExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 905 Ops.push_back(dwarf::DW_OP_plus); in getOffsetOpcodes()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 6492 Success &= pushArithmeticExpr(AddExpr, llvm::dwarf::DW_OP_plus); in pushSCEV() 6513 case llvm::dwarf::DW_OP_plus: in isIdentityFunction() 6545 if (!isIdentityFunction(llvm::dwarf::DW_OP_plus, Start)) { in SCEVToValueExpr() 6548 pushOperator(llvm::dwarf::DW_OP_plus); in SCEVToValueExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2415 dwarf::DW_OP_plus}); in getSalvageOpsForGEP() 2424 return dwarf::DW_OP_plus; in getDwarfOpForBinOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1232 dwarf::DW_OP_plus}; in TryToShrinkGlobalToBoolean()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 297 if (Elements[2] == dwarf::DW_OP_plus) in getDerefOffsetInBytes()
|