Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2423 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStores() local
2424 CGM.getDiags().Report(OutExpr->getExprLoc(), in EmitAsmStores()
2535 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt() local
2536 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 …]