Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp36 RSForEachLowering::RSForEachLowering(RSContext* ctxt) in RSForEachLowering() function in slang::RSForEachLowering
45 const clang::FunctionDecl* RSForEachLowering::matchFunctionDesignator( in matchFunctionDesignator()
95 const clang::FunctionDecl* RSForEachLowering::matchKernelLaunchCall( in matchKernelLaunchCall()
143 clang::FunctionDecl* RSForEachLowering::CreateForEachInternalFunctionDecl() { in CreateForEachInternalFunctionDecl()
198 clang::Expr* RSForEachLowering::CreateCalleeExprForInternalForEach() { in CreateCalleeExprForInternalForEach()
221 void RSForEachLowering::VisitCallExpr(clang::CallExpr* CE) { in VisitCallExpr()
376 void RSForEachLowering::VisitStmt(clang::Stmt* S) { in VisitStmt()
384 void RSForEachLowering::handleForEachCalls(clang::FunctionDecl* FD, in handleForEachCalls()
Dslang_rs_foreach_lowering.h33 class RSForEachLowering : public clang::StmtVisitor<RSForEachLowering> {
35 RSForEachLowering(RSContext* ctxt);
Dslang_backend.h109 RSForEachLowering mForEachHandler;