Home
last modified time | relevance | path

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

12

/frameworks/rs/rsov/compiler/
DRemoveNonkernelsPass.cpp82 for (auto &F : M.functions()) { in runOnModule() local
86 for (auto &F : Functions) { in runOnModule() local
DInlinePreparationPass.cpp46 for (auto &F : M.functions()) { in runOnModule() local
/frameworks/compile/libbcc/lib/
DRSScreenFunctionsPass.cpp49 bool isLegal(llvm::Function &F) { in isLegal()
82 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/
DRegionFragment.h30 static bool classof(const Fragment* F) { in classof()
DNullFragment.h29 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.java990 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/
DVulkanManager.cpp56 #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/
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/
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()
/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp58 bool runOnFunction(Function &F) { in runOnFunction()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtype_traits_unittest.cc129 class F { class
131 explicit F(int n) : n_(n) { } in F() function in F

12