Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPWMAFunction.cpp322 subtract(mafA.getOutputExpr(level), mafB.getOutputExpr(level)); in tiebreakLex()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DPWMAFunction.h65 ArrayRef<int64_t> getOutputExpr(unsigned i) const { return output.getRow(i); } in getOutputExpr() function
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp456 const Expr *AsmStmt::getOutputExpr(unsigned i) const { in getOutputExpr() function in AsmStmt
458 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()
460 return msAsmStmt->getOutputExpr(i); in getOutputExpr()
507 Expr *GCCAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr() function in GCCAsmStmt
829 Expr *MSAsmStmt::getOutputExpr(unsigned i) { in getOutputExpr() function in MSAsmStmt
H A DStmtPrinter.cpp515 Visit(Node->getOutputExpr(i)); in VisitGCCAsmStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2938 const Expr *getOutputExpr(unsigned i) const;
3142 Expr *getOutputExpr(unsigned i);
3144 const Expr *getOutputExpr(unsigned i) const { in getOutputExpr() function
3145 return const_cast<GCCAsmStmt*>(this)->getOutputExpr(i); in getOutputExpr()
3303 Expr *getOutputExpr(unsigned i);
3305 const Expr *getOutputExpr(unsigned i) const { in getOutputExpr() function
3306 return const_cast<MSAsmStmt*>(this)->getOutputExpr(i); in getOutputExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2391 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt()
2493 const Expr *InputExpr = S.getOutputExpr(i); in EmitAsmStmt()
2568 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt()
2793 const Expr *OutExpr = S.getOutputExpr(i); in EmitAsmStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp563 targetDiag(NS->getOutputExpr(i)->getBeginLoc(), in ActOnGCCAsmStmt()
H A DTreeTransform.h7745 Expr *OutputExpr = S->getOutputExpr(I); in TransformGCCAsmStmt()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp304 Record.AddStmt(S->getOutputExpr(I)); in VisitGCCAsmStmt()
344 Record.AddStmt(S->getOutputExpr(I)); in VisitMSAsmStmt()