Home
last modified time | relevance | path

Searched refs:ExprOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1608 if (any_of(Expr->expr_ops(), [](auto ExprOp) { in convertToVariadicExpression() argument
1609 return ExprOp.getOp() == dwarf::DW_OP_LLVM_arg; in convertToVariadicExpression()
1635 if (none_of(Expr->expr_ops(), [](auto ExprOp) { in canonicalizeExpressionOps() argument
1636 return ExprOp.getOp() == dwarf::DW_OP_LLVM_arg; in canonicalizeExpressionOps()
1804 for (auto ExprOp : expr_ops()) in hasAllLocationOps() local
1805 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in hasAllLocationOps()
1806 SeenOps.insert(ExprOp.getArg(0)); in hasAllLocationOps()
2204 for (auto ExprOp : expr_ops()) in getNumLocationOperands() local
2205 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in getNumLocationOperands()
2206 Result = std::max(Result, ExprOp.getArg(0) + 1); in getNumLocationOperands()
H A DAutoUpgrade.cpp4146 unsigned ExprOp = 2; in upgradeDbgIntrinsicToDbgRecord() local
4153 ExprOp = 3; in upgradeDbgIntrinsicToDbgRecord()
4157 unwrapMAVOp<DIExpression>(CI, ExprOp), CI->getDebugLoc()); in upgradeDbgIntrinsicToDbgRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp189 struct ExprOp { struct
201 struct ExprOp Expr;