Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2601 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStores() local
2602 CGM.getDiags().Report(OutExpr->getExprLoc(), in EmitAsmStores()
2713 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt() local
2714 OutExpr = OutExpr->IgnoreParenNoopCasts(getContext()); in EmitAsmStmt()
2717 OutputConstraint = AddVariableConstraints(OutputConstraint, *OutExpr, in EmitAsmStmt()
2726 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt()
2732 QualType QTy = OutExpr->getType(); in EmitAsmStmt()
2770 QualType OutputType = OutExpr->getType(); in EmitAsmStmt()
2785 << OutExpr->getType() << OutputConstraint; in EmitAsmStmt()
2800 if (isa<MatrixType>(OutExpr->getType().getCanonicalType())) in EmitAsmStmt()
[all …]