Searched refs:OutExpr (Results 1 – 1 of 1) sorted by relevance
2423 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStores() local2424 CGM.getDiags().Report(OutExpr->getExprLoc(), in EmitAsmStores()2535 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt() local2536 OutExpr = OutExpr->IgnoreParenNoopCasts(getContext()); in EmitAsmStmt()2539 OutputConstraint = AddVariableConstraints(OutputConstraint, *OutExpr, in EmitAsmStmt()2548 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt()2554 QualType QTy = OutExpr->getType(); in EmitAsmStmt()2592 QualType OutputType = OutExpr->getType(); in EmitAsmStmt()2607 << OutExpr->getType() << OutputConstraint; in EmitAsmStmt()2622 if (isa<MatrixType>(OutExpr->getType().getCanonicalType())) in EmitAsmStmt()[all …]