Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp541 const RSExportForEach *EF = *I; in genScriptClassConstructor() local
543 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genScriptClassConstructor()
551 const RSExportType *OET = EF->getOutType(); in genScriptClassConstructor()
757 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) { in genExportFunction() argument
759 << EF->getName() << " = " << getNextExportFuncSlot() << ";\n"; in genExportFunction()
764 if (EF->hasParam()) { in genExportFunction()
765 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in genExportFunction()
766 E = EF->params_end(); in genExportFunction()
775 "getInvokeID_" + EF->getName(), 0); in genExportFunction()
778 << EF->getName() << ");\n"; in genExportFunction()
[all …]
Dslang_backend.cpp608 const RSExportFunc *EF = *I; in dumpExportFunctionInfo() local
611 if (!EF->hasParam()) { in dumpExportFunctionInfo()
613 EF->getName().c_str())); in dumpExportFunctionInfo()
615 llvm::Function *F = M->getFunction(EF->getName()); in dumpExportFunctionInfo()
617 const std::string HelperFunctionName(".helper_" + EF->getName()); in dumpExportFunctionInfo()
642 if (!EF->checkParameterPacketType(HelperFunctionParameterTy)) { in dumpExportFunctionInfo()
645 EF->getName().c_str()); in dumpExportFunctionInfo()
647 const RSExportRecordType *Expected = EF->getParamPacketType(); in dumpExportFunctionInfo()
694 for (size_t i = 0; i < EF->getNumParameters(); i++) { in dumpExportFunctionInfo()
Dslang_rs_reflection.h201 void genExportFunction(const RSExportFunc *EF);
203 void genExportForEach(const RSExportForEach *EF);
Dslang_rs_context.cpp152 if (auto *EF = RSExportFunc::Create(this, FD)) { in processExportFunc() local
153 mExportFuncs.push_back(EF); in processExportFunc()
Dslang_rs_reflection_cpp.cpp188 const RSExportForEach *EF = *I; in genTypeInstancesUsedInForEach() local
189 const RSExportType *OET = EF->getOutType(); in genTypeInstancesUsedInForEach()
195 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes(); in genTypeInstancesUsedInForEach()