Home
last modified time | relevance | path

Searched refs:getFunction (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSScriptGroupFusion.cpp44 Function* func = newModule->getFunction(functionName); in getInvokeFunction()
52 getFunction(Module* mergedModule, const Source* source, const int slot, in getFunction() function
73 const Function* function = mergedModule->getFunction(functionName); in getFunction()
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr); in getFusedFuncType()
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr); in getFusedFuncType()
232 getFunction(mergedModule, source, slot, &inputFunctionSignature); in fuseKernels()
DRSKernelExpand.cpp1088 llvm::Function *Fn = Module->getFunction(Name); in PromoteReduceFunction()
1280 if (Module.getFunction(Name) && in allocPointersExposed()
1310 llvm::Function *Function = Module.getFunction(FI); in allocPointersExposed()
1366 llvm::Function *kernel = Module.getFunction(name); in runOnModule()
1394 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName); in runOnModule()
DRSAddDebugInfoPass.cpp73 if (llvm::Function *kernelFunc = Module.getFunction(expandedName)) in runOnModule()
/frameworks/rs/api/
DGenerateHeaderFiles.cpp202 Function* function = spec.getFunction(); in writeFunctionPermutation()
371 Function* function = spec->getFunction(); in writeHeaderFile()
DSpecification.h408 Function* getFunction() const { return mFunction; } in getFunction() function
DSpecification.cpp794 Function* function = spec->getFunction(); in addFunctionSpecification()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp466 mModule->getFunction(llvm::StringRef(TmpNameList[i])); in populateForEachMetadata()
534 mModule->getFunction(llvm::StringRef(TmpReduceList[i].mAccumulatorName)); in populateReduceMetadata()
/frameworks/native/include/ui/
DGralloc1.h151 device->getFunction(device, descriptor);
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h105 auto pfn = mHwcDevice->getFunction(mHwcDevice, intDesc); in loadFunctionPointer()
DHWC2On1Adapter.cpp149 getFunction = getFunctionHook; in HWC2On1Adapter()
/frameworks/native/libs/ui/
DGralloc1On0Adapter.cpp45 getFunction = getFunctionHook; in Gralloc1On0Adapter()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp143 Function *EHException = M->getFunction("llvm.eh.exception"); in UpgradeExceptionHandling()
144 Function *EHSelector = M->getFunction("llvm.eh.selector"); in UpgradeExceptionHandling()
269 Function *EHResume = M->getFunction("llvm.eh.resume"); in UpgradeExceptionHandling()
297 if (Function* FuncStart = M->getFunction(name)) { in StripDebugInfoOfFunction()
314 if (Function *Declare = M->getFunction("llvm.dbg.declare")) { in CheckDebugInfoIntrinsics()
/frameworks/compile/slang/
Dslang_backend.cpp615 llvm::Function *F = M->getFunction(EF->getName()); in dumpExportFunctionInfo()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1011 Record.push_back(VE.getTypeID(BA->getFunction()->getType())); in WriteConstants()
1012 Record.push_back(VE.getValueID(BA->getFunction())); in WriteConstants()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1041 Record.push_back(VE.getTypeID(BA->getFunction()->getType())); in WriteConstants()
1042 Record.push_back(VE.getValueID(BA->getFunction())); in WriteConstants()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1009 Record.push_back(VE.getTypeID(BA->getFunction()->getType())); in WriteConstants()
1010 Record.push_back(VE.getValueID(BA->getFunction())); in WriteConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp56 if (Function* FuncStart = M->getFunction(name)) { in StripDebugInfoOfFunction()
73 if (Function *Declare = M->getFunction("llvm.dbg.declare")) { in CheckDebugInfoIntrinsics()