Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
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.cpp1111 llvm::Function *Fn = Module->getFunction(Name); in PromoteReduceFunction()
1303 if (Module.getFunction(Name) && in allocPointersExposed()
1333 llvm::Function *Function = Module.getFunction(FI); in allocPointersExposed()
1391 llvm::Function *kernel = Module.getFunction(name); in runOnModule()
1419 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName); in runOnModule()
DRSAddDebugInfoPass.cpp75 if (llvm::Function *const func = Module.getFunction(expandName)) in runOnModule()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp101 getFunction(HWC2_FUNCTION_REGISTER_CALLBACK)); in registerCallback()
117 getFunction(HWC2_FUNCTION_GET_DISPLAY_TYPE)); in getDisplayType()
148 getFunction(HWC2_FUNCTION_CREATE_LAYER)); in createLayer()
168 getFunction(HWC2_FUNCTION_DESTROY_LAYER)); in destroyLayer()
189 getFunction(HWC2_FUNCTION_GET_DISPLAY_ATTRIBUTE)); in getDisplayAttribute()
208 getFunction(HWC2_FUNCTION_GET_DISPLAY_CONFIGS)); in getDisplayConfigs()
235 getFunction(HWC2_FUNCTION_GET_ACTIVE_CONFIG)); in getActiveConfig()
252 getFunction(HWC2_FUNCTION_SET_ACTIVE_CONFIG)); in setActiveConfig()
268 getFunction(HWC2_FUNCTION_GET_DOZE_SUPPORT)); in getDozeSupport()
285 getFunction(HWC2_FUNCTION_SET_POWER_MODE)); in setPowerMode()
[all …]
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbInterfaceAssoc.java60 public byte getFunction() { in getFunction() method in UsbInterfaceAssoc
/frameworks/rs/script_api/
DGenerateHeaderFiles.cpp203 Function* function = spec.getFunction(); in writeFunctionPermutation()
372 Function* function = spec->getFunction(); in writeHeaderFile()
DSpecification.h410 Function* getFunction() const { return mFunction; } in getFunction() function
DSpecification.cpp798 Function* function = spec->getFunction(); in addFunctionSpecification()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp474 mModule->getFunction(llvm::StringRef(TmpNameList[i])); in populateForEachMetadata()
547 mModule->getFunction(llvm::StringRef(TmpReduceList[i].mAccumulatorName)); in populateReduceMetadata()
/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/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/
Dslang_backend.cpp909 llvm::Function *F = M->getFunction(EF->getName()); in dumpExportFunctionInfo()
/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/slang/BitWriter_3_2/
DBitcodeWriter.cpp1042 Record.push_back(VE.getTypeID(BA->getFunction()->getType())); in WriteConstants()
1043 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()