Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/compile/libbcc/lib/
DRSScreenFunctionsPass.cpp47 bool isLegal(llvm::Function &F) { in isLegal()
80 for(auto &F: FunctionList) { in runOnModule() local
DRSX86CallConvPass.cpp44 bool IsRSFunctionOfInterest(llvm::Function &F) { in IsRSFunctionOfInterest()
60 bool IsDerefNeeded(llvm::Function *F, llvm::Argument &Arg) { in IsDerefNeeded()
94 bool FillArgsToDeref(llvm::Function *F, std::vector<unsigned> &ArgNums) { in FillArgsToDeref()
DRSIsThreadablePass.cpp105 for (auto &F: FunctionList) { in runOnModule() local
DRSInvariant.cpp75 virtual bool runOnFunction(llvm::Function &F) { in runOnFunction()
DRSX86TranslateGEPPass.cpp136 virtual bool runOnFunction(llvm::Function &F) override { in runOnFunction()
DRSInvokeHelperPass.cpp164 virtual bool runOnFunction(llvm::Function &F) override { in runOnFunction()
/frameworks/compile/slang/
Dslang_rs_export_func.cpp53 RSExportFunc *F; in Create() local
146 const RSExportRecordType::Field *F = *FI; in checkParameterPacketType() local
Dslang_rs_reflection.h177 inline void addFieldIndexMapping(const RSExportRecordType::Field *F) { in addFieldIndexMapping()
183 inline std::pair<unsigned, unsigned> getFieldIndex(const RSExportRecordType::Field *F) const { in getFieldIndex()
/frameworks/compile/mclinker/include/mcld/Fragment/
DNullFragment.h29 static bool classof(const Fragment* F) { in classof()
DRegionFragment.h30 static bool classof(const Fragment* F) { in classof()
DTargetFragment.h30 static bool classof(const Fragment* F) { in classof()
DFillFragment.h31 static bool classof(const Fragment* F) { in classof()
DAlignFragment.h38 static bool classof(const Fragment* F) { in classof()
DStub.h121 static bool classof(const Fragment* F) { in classof()
/frameworks/compile/slang/StripUnkAttr/
Dstrip_unknown_attributes.cpp23 bool stripUnknownAttributes(llvm::Function &F) { in stripUnknownAttributes()
Dstrip_unknown_attributes_pass.cpp26 bool StripUnknownAttributes::runOnFunction(llvm::Function &F) { in runOnFunction()
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambda.java1059 HexFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier()
1121 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable()
1144 HeptFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier()
1182 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage()
1209 OctConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, in obtainRunnable()
1234 OctFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier()
1273 OctConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, in obtainMessage()
1302 NonaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable()
1328 NonaFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier()
1368 NonaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage()
[all …]
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp72 #define GET_PROC(F) m##F = (PFN_vk##F)vkGetInstanceProcAddr(VK_NULL_HANDLE, "vk" #F) argument
73 #define GET_INST_PROC(F) m##F = (PFN_vk##F)vkGetInstanceProcAddr(mInstance, "vk" #F) argument
74 #define GET_DEV_PROC(F) m##F = (PFN_vk##F)vkGetDeviceProcAddr(mDevice, "vk" #F) argument
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp81 for (const Function &F : M) { in ValueEnumerator() local
456 void ValueEnumerator::incorporateFunction(const Function &F) { in incorporateFunction()
527 static void IncorporateFunctionInfoGlobalBBIDs(const Function *F, in IncorporateFunctionInfoGlobalBBIDs()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp81 for (const Function &F : M) { in ValueEnumerator() local
456 void ValueEnumerator::incorporateFunction(const Function &F) { in incorporateFunction()
527 static void IncorporateFunctionInfoGlobalBBIDs(const Function *F, in IncorporateFunctionInfoGlobalBBIDs()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.cpp81 for (const Function &F : M) { in ValueEnumerator() local
456 void ValueEnumerator::incorporateFunction(const Function &F) { in incorporateFunction()
527 static void IncorporateFunctionInfoGlobalBBIDs(const Function *F, in IncorporateFunctionInfoGlobalBBIDs()
DBitcodeWriter.cpp720 static void WriteFunctionLocalMetadata(const Function &F, in WriteFunctionLocalMetadata()
740 static void WriteMetadataAttachment(const Function &F, in WriteMetadataAttachment()
1465 static void WriteUseListBlock(const Function *F, llvm_3_2::ValueEnumerator &VE, in WriteUseListBlock()
1483 static void WriteFunction(const Function &F, llvm_3_2::ValueEnumerator &VE, in WriteFunction()
1764 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) in WriteModule() local
/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp58 bool runOnFunction(Function &F) { in runOnFunction()
/frameworks/native/vulkan/vkjson/
Dvkjson.cc972 inline Json::Value ToJsonValue(const std::pair<F, S>& value) { in ToJsonValue()
980 inline Json::Value ToJsonValue(const std::map<F, S>& value) { in ToJsonValue()
1113 inline bool AsValue(Json::Value* json_value, std::pair<F, S>* value) { in AsValue()
1121 inline bool AsValue(Json::Value* json_value, std::map<F, S>* value) { in AsValue()
/frameworks/native/include/ftl/
Dsmall_vector.h119 #define DISPATCH(T, F, ...) \ argument

12