Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2266 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()
[all …]