OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
36
RSCompiler
mCompiler;
73
RSCompiler
*getCompiler() {
/frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp
17
#include "bcc/Renderscript/
RSCompiler
.h"
32
bool
RSCompiler
::addInternalizeSymbolsPass(Script &pScript, llvm::PassManager &pPM) {
90
bool
RSCompiler
::addExpandForEachPass(Script &pScript, llvm::PassManager &pPM) {
91
// Script passed to
RSCompiler
must be a RSScript.
112
bool
RSCompiler
::beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM) {
Android.mk
25
RSCompiler
.cpp \
/frameworks/compile/libbcc/tools/bcc/
Main.cpp
123
RSCompiler
*RSC = pRSCD.getCompiler();
/frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp
165
RSCompiler
*compiler = pCompilerDriver.getCompiler();
Completed in 58 milliseconds