Lines Matching refs:OutExpr
2266 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt() local
2267 OutExpr = OutExpr->IgnoreParenNoopCasts(getContext()); in EmitAsmStmt()
2270 OutputConstraint = AddVariableConstraints(OutputConstraint, *OutExpr, in EmitAsmStmt()
2279 LValue Dest = EmitLValue(OutExpr); in EmitAsmStmt()
2286 hasAggregateEvaluationKind(OutExpr->getType()); in EmitAsmStmt()
2287 if (!Info.allowsMemory() && (hasScalarEvaluationKind(OutExpr->getType()) || in EmitAsmStmt()
2290 ResultRegQualTys.push_back(OutExpr->getType()); in EmitAsmStmt()
2292 ResultTruncRegTypes.push_back(ConvertTypeForMem(OutExpr->getType())); in EmitAsmStmt()
2295 unsigned Size = getContext().getTypeSize(OutExpr->getType()); in EmitAsmStmt()
2315 QualType OutputType = OutExpr->getType(); in EmitAsmStmt()
2330 << OutExpr->getType() << OutputConstraint; in EmitAsmStmt()
2346 if (isa<MatrixType>(OutExpr->getType().getCanonicalType())) { in EmitAsmStmt()
2348 ConvertType(OutExpr->getType()), in EmitAsmStmt()
2639 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt() local
2641 OutExpr->getExprLoc(), in EmitAsmStmt()