Searched refs:getFunction (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScriptGroupFusion.cpp44 Function* func = newModule->getFunction(functionName);
52 getFunction(Module* mergedModule, const Source* source, const int slot, function in namespace:bcc::__anon1183
73 const Function* function = mergedModule->getFunction(functionName);
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr);
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr);
232 getFunction(mergedModule, source, slot, &inputFunctionSignature);
H A DRSAddDebugInfoPass.cpp73 if (llvm::Function *kernelFunc = Module.getFunction(expandedName))
H A DRSKernelExpand.cpp1088 llvm::Function *Fn = Module->getFunction(Name);
1280 if (Module.getFunction(Name) &&
1310 llvm::Function *Function = Module.getFunction(FI);
1366 llvm::Function *kernel = Module.getFunction(name);
1394 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName);
/frameworks/rs/api/
H A DGenerateHeaderFiles.cpp202 Function* function = spec.getFunction();
371 Function* function = spec->getFunction();
H A DSpecification.h408 Function* getFunction() const { return mFunction; } function in class:FunctionSpecification
H A DSpecification.cpp794 Function* function = spec->getFunction();
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp466 mModule->getFunction(llvm::StringRef(TmpNameList[i]));
534 mModule->getFunction(llvm::StringRef(TmpReduceList[i].mAccumulatorName));
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h103 auto pfn = mHwcDevice->getFunction(mHwcDevice, intDesc);
H A DHWC2On1Adapter.cpp149 getFunction = getFunctionHook;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp143 Function *EHException = M->getFunction("llvm.eh.exception");
144 Function *EHSelector = M->getFunction("llvm.eh.selector");
269 Function *EHResume = M->getFunction("llvm.eh.resume");
297 if (Function* FuncStart = M->getFunction(name)) {
314 if (Function *Declare = M->getFunction("llvm.dbg.declare")) {
/frameworks/compile/slang/
H A Dslang_backend.cpp615 llvm::Function *F = M->getFunction(EF->getName());
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1011 Record.push_back(VE.getTypeID(BA->getFunction()->getType()));
1012 Record.push_back(VE.getValueID(BA->getFunction()));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1009 Record.push_back(VE.getTypeID(BA->getFunction()->getType()));
1010 Record.push_back(VE.getValueID(BA->getFunction()));
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1041 Record.push_back(VE.getTypeID(BA->getFunction()->getType()));
1042 Record.push_back(VE.getValueID(BA->getFunction()));
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp56 if (Function* FuncStart = M->getFunction(name)) {
73 if (Function *Declare = M->getFunction("llvm.dbg.declare")) {

Completed in 1907 milliseconds