Lines Matching refs:OutExpr
2305 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt() local
2306 OutExpr = OutExpr->IgnoreParenNoopCasts(getContext()); in EmitAsmStmt()
2309 OutputConstraint = AddVariableConstraints(OutputConstraint, *OutExpr, in EmitAsmStmt()
2318 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt()
2324 QualType QTy = OutExpr->getType(); in EmitAsmStmt()
2359 QualType OutputType = OutExpr->getType(); in EmitAsmStmt()
2374 << OutExpr->getType() << OutputConstraint; in EmitAsmStmt()
2390 if (isa<MatrixType>(OutExpr->getType().getCanonicalType())) { in EmitAsmStmt()
2392 ConvertType(OutExpr->getType()), in EmitAsmStmt()
2688 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt() local
2690 OutExpr->getExprLoc(), in EmitAsmStmt()