HomeSort by relevance Sort by last modified time
    Searched refs:RSCompiler (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompiler.h 24 class RSCompiler : public Compiler {
RSCompilerDriver.h 24 #include "bcc/Renderscript/RSCompiler.h"
42 RSCompiler mCompiler;
76 RSCompiler *getCompiler() {
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp 17 #include "bcc/Renderscript/RSCompiler.h"
33 bool RSCompiler::addInternalizeSymbolsPass(Script &pScript, llvm::PassManager &pPM) {
91 bool RSCompiler::addExpandForEachPass(Script &pScript, llvm::PassManager &pPM) {
92 // Script passed to RSCompiler must be a RSScript.
104 bool RSCompiler::beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM) {
Android.mk 25 RSCompiler.cpp \
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 119 RSCompiler *RSC = pRSCD.getCompiler();
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 154 RSCompiler *compiler = pCompilerDriver.getCompiler();

Completed in 631 milliseconds