Home
last modified time | relevance | path

Searched refs:DW_OP_LLVM_arg (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1417 case dwarf::DW_OP_LLVM_arg: in getSize()
1471 if (FirstOp->getOp() == dwarf::DW_OP_LLVM_arg && FirstOp->getArg(0) == 0) in isValid()
1477 case dwarf::DW_OP_LLVM_arg: in isValid()
1549 case dwarf::DW_OP_LLVM_arg: in isComplex()
1568 if (ExprOpBegin->getOp() == dwarf::DW_OP_LLVM_arg) { in isSingleLocationExpression()
1575 return Op.getOp() == dwarf::DW_OP_LLVM_arg; in isSingleLocationExpression()
1591 if (getElements()[0] == dwarf::DW_OP_LLVM_arg) in getSingleLocationExpressionElements()
1609 return ExprOp.getOp() == dwarf::DW_OP_LLVM_arg; in convertToVariadicExpression()
1614 NewOps.append({dwarf::DW_OP_LLVM_arg, 0}); in convertToVariadicExpression()
1636 return ExprOp.getOp() == dwarf::DW_OP_LLVM_arg; in canonicalizeExpressionOps()
[all …]
H A DDIExpressionOptimizer.cpp269 if (!Const2 || Ops[2].getOp() != dwarf::DW_OP_LLVM_arg || in tryFoldCommutativeMathWithArgInBetween()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp156 case DW_OP_LLVM_arg: in OperationEncodingString()
175 .Case("DW_OP_LLVM_arg", DW_OP_LLVM_arg) in getOperationEncoding()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp53 Op->getOp() == dwarf::DW_OP_LLVM_arg) in extractFromMachineInstruction()
H A DDwarfExpression.cpp514 case dwarf::DW_OP_LLVM_arg: in addExpression()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h147 DW_OP_LLVM_arg = 0x1005, ///< Only used in LLVM metadata. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2406 Opcodes.insert(Opcodes.begin(), {dwarf::DW_OP_LLVM_arg, 0}); in getSalvageOpsForGEP()
2413 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps++, dwarf::DW_OP_constu, in getSalvageOpsForGEP()
2456 Opcodes.append({dwarf::DW_OP_LLVM_arg, 0}); in handleSSAValueOperands()
2459 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps}); in handleSSAValueOperands()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6402 Expr.push_back(llvm::dwarf::DW_OP_LLVM_arg); in pushLocation()
6653 if (Op.getOp() != dwarf::DW_OP_LLVM_arg) { in appendToVectors()
6658 DestExpr.push_back(dwarf::DW_OP_LLVM_arg); in appendToVectors()
6700 if (Op.getOp() == dwarf::DW_OP_LLVM_arg) in numLLVMArgOps()
6747 } else if (NumLLVMArgs == 1 && NewExpr[0] == dwarf::DW_OP_LLVM_arg) { in UpdateDbgValueInst()
6898 if (Op.getOp() != dwarf::DW_OP_LLVM_arg) { in SalvageDVI()
6910 NewExpr.push_back(dwarf::DW_OP_LLVM_arg); in SalvageDVI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1321 SmallVector<uint64_t, 2> Ops({dwarf::DW_OP_LLVM_arg, 0}); in lowerDbgValue()
1367 {dwarf::DW_OP_LLVM_arg, 0, dwarf::DW_OP_deref}); in lowerDbgDeclare()
H A DSelectionDAGBuilder.cpp6007 SmallVector<uint64_t, 2> Ops({dwarf::DW_OP_LLVM_arg, 0}); in EmitFuncArgumentDbgValue()
H A DSelectionDAG.cpp11212 ExprOps.push_back(dwarf::DW_OP_LLVM_arg); in salvageDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp142 DIExpression::get(Expr.getContext(), {dwarf::DW_OP_LLVM_arg, 0}); in DbgVariableValue()