/frameworks/rs/rsov/compiler/ |
D | RemoveNonkernelsPass.cpp | 82 for (auto &F : M.functions()) { in runOnModule() local 86 for (auto &F : Functions) { in runOnModule() local
|
D | InlinePreparationPass.cpp | 46 for (auto &F : M.functions()) { in runOnModule() local
|
/frameworks/compile/libbcc/lib/ |
D | RSScreenFunctionsPass.cpp | 49 bool isLegal(llvm::Function &F) { in isLegal() 82 for(auto &F: FunctionList) { in runOnModule() local
|
D | RSX86CallConvPass.cpp | 44 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()
|
D | RSIsThreadablePass.cpp | 105 for (auto &F: FunctionList) { in runOnModule() local
|
D | RSInvariant.cpp | 75 virtual bool runOnFunction(llvm::Function &F) { in runOnFunction()
|
D | RSX86TranslateGEPPass.cpp | 136 virtual bool runOnFunction(llvm::Function &F) override { in runOnFunction()
|
D | RSInvokeHelperPass.cpp | 164 virtual bool runOnFunction(llvm::Function &F) override { in runOnFunction()
|
/frameworks/compile/slang/ |
D | slang_rs_export_func.cpp | 53 RSExportFunc *F; in Create() local 146 const RSExportRecordType::Field *F = *FI; in checkParameterPacketType() local
|
D | slang_rs_reflection.h | 177 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/ |
D | RegionFragment.h | 30 static bool classof(const Fragment* F) { in classof()
|
D | NullFragment.h | 29 static bool classof(const Fragment* F) { in classof()
|
D | TargetFragment.h | 30 static bool classof(const Fragment* F) { in classof()
|
D | FillFragment.h | 31 static bool classof(const Fragment* F) { in classof()
|
D | AlignFragment.h | 38 static bool classof(const Fragment* F) { in classof()
|
D | Stub.h | 121 static bool classof(const Fragment* F) { in classof()
|
/frameworks/compile/slang/StripUnkAttr/ |
D | strip_unknown_attributes.cpp | 23 bool stripUnknownAttributes(llvm::Function &F) { in stripUnknownAttributes()
|
D | strip_unknown_attributes_pass.cpp | 26 bool StripUnknownAttributes::runOnFunction(llvm::Function &F) { in runOnFunction()
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | PooledLambda.java | 990 HexFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier() 1052 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable() 1075 HeptFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier() 1113 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage() 1140 OctConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, in obtainRunnable() 1165 OctFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier() 1204 OctConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, in obtainMessage() 1233 NonaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable() 1259 NonaFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainSupplier() 1299 NonaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage()
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 56 #define GET_PROC(F) m##F = (PFN_vk##F)vkGetInstanceProcAddr(VK_NULL_HANDLE, "vk" #F) argument 57 #define GET_INST_PROC(F) m##F = (PFN_vk##F)vkGetInstanceProcAddr(mInstance, "vk" #F) argument 58 #define GET_DEV_PROC(F) m##F = (PFN_vk##F)vkGetDeviceProcAddr(mDevice, "vk" #F) argument
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 81 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/ |
D | ValueEnumerator.cpp | 81 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/ |
D | ValueEnumerator.cpp | 81 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/libbcc/tools/bcc_strip_attr/ |
D | bcc_strip_attr.cpp | 58 bool runOnFunction(Function &F) { in runOnFunction()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | type_traits_unittest.cc | 129 class F { class 131 explicit F(int n) : n_(n) { } in F() function in F
|