Searched refs:OutExpr (Results 1 – 1 of 1) sorted by relevance
2601 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStores() local2602 CGM.getDiags().Report(OutExpr->getExprLoc(), in EmitAsmStores()2713 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt() local2714 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 …]