Searched refs:getFunction (Results 1 – 17 of 17) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSScriptGroupFusion.cpp | 44 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()
|
D | RSKernelExpand.cpp | 1088 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()
|
D | RSAddDebugInfoPass.cpp | 73 if (llvm::Function *kernelFunc = Module.getFunction(expandedName)) in runOnModule()
|
/frameworks/rs/api/ |
D | GenerateHeaderFiles.cpp | 202 Function* function = spec.getFunction(); in writeFunctionPermutation() 371 Function* function = spec->getFunction(); in writeHeaderFile()
|
D | Specification.h | 408 Function* getFunction() const { return mFunction; } in getFunction() function
|
D | Specification.cpp | 794 Function* function = spec->getFunction(); in addFunctionSpecification()
|
/frameworks/compile/libbcc/bcinfo/ |
D | MetadataExtractor.cpp | 466 mModule->getFunction(llvm::StringRef(TmpNameList[i])); in populateForEachMetadata() 534 mModule->getFunction(llvm::StringRef(TmpReduceList[i].mAccumulatorName)); in populateReduceMetadata()
|
/frameworks/native/include/ui/ |
D | Gralloc1.h | 151 device->getFunction(device, descriptor);
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.h | 105 auto pfn = mHwcDevice->getFunction(mHwcDevice, intDesc); in loadFunctionPointer()
|
D | HWC2On1Adapter.cpp | 149 getFunction = getFunctionHook; in HWC2On1Adapter()
|
/frameworks/native/libs/ui/ |
D | Gralloc1On0Adapter.cpp | 45 getFunction = getFunctionHook; in Gralloc1On0Adapter()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 143 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/ |
D | slang_backend.cpp | 615 llvm::Function *F = M->getFunction(EF->getName()); in dumpExportFunctionInfo()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 1011 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/ |
D | BitcodeWriter.cpp | 1041 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/ |
D | BitcodeWriter.cpp | 1009 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/ |
D | BitcodeReader.cpp | 56 if (Function* FuncStart = M->getFunction(name)) { in StripDebugInfoOfFunction() 73 if (Function *Declare = M->getFunction("llvm.dbg.declare")) { in CheckDebugInfoIntrinsics()
|