Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcallback.h121 typedef void (*FunctionType)(); typedef
123 FunctionClosure0(FunctionType function, bool self_deleting) in FunctionClosure0()
134 FunctionType function_;
162 typedef void (*FunctionType)(Arg1 arg1); typedef
164 FunctionClosure1(FunctionType function, bool self_deleting, in FunctionClosure1()
177 FunctionType function_;
209 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef
211 FunctionClosure2(FunctionType function, bool self_deleting, in FunctionClosure2()
224 FunctionType function_;
258 typedef R (*FunctionType)(); typedef
[all …]
/frameworks/compile/libbcc/lib/
DRSInvokeHelperPass.cpp73 llvm::FunctionType * SetObjType = nullptr; in doInitialization()
90 …SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, fals… in doInitialization()
96 …SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, fals… in doInitialization()
102 …SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, fals… in doInitialization()
108 …SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, fals… in doInitialization()
114 …SetObjType = llvm::FunctionType::get(llvm::Type::getVoidTy(M.getContext()), SetObjTypeParams, fals… in doInitialization()
DRSScriptGroupFusion.cpp133 llvm::FunctionType* getFusedFuncType(bcc::BCCContext& Context, in getFusedFuncType()
171 return llvm::FunctionType::get(retTy, ArgTys, false); in getFusedFuncType()
185 llvm::FunctionType* fusedType = in fuseKernels()
254 const llvm::FunctionType* funcTy = inputFunction->getFunctionType(); in fuseKernels()
328 llvm::FunctionType* batchFuncTy = in renameInvoke()
329 llvm::FunctionType::get(returnTy, params, false); in renameInvoke()
DRSX86CallConvPass.cpp113 llvm::FunctionType *FTy = OrigFn->getFunctionType(); in RedefineFn()
116 llvm::FunctionType *NewTy = llvm::FunctionType::get(FTy->getReturnType(), in RedefineFn()
DRSKernelExpand.cpp132 llvm::FunctionType *ExpandedForEachType;
330 ExpandedForEachType = llvm::FunctionType::get(VoidTy, in buildTypes()
370 llvm::FunctionType *ExpandedReduceAccumulatorType = in createEmptyExpandedReduceAccumulator()
371 llvm::FunctionType::get(VoidTy, in createEmptyExpandedReduceAccumulator()
1239 llvm::FunctionType *CombinerType = in CreateReduceCombinerFromAccumulator()
1240 llvm::FunctionType::get(VoidTy, { AccumulatorArgType, AccumulatorArgType }, false); in CreateReduceCombinerFromAccumulator()
/frameworks/rs/rsov/compiler/
DGlobalMergePass.cpp193 FunctionType *FTy = FunctionType::get(Type::getVoidTy(LLVMCtxt), false); in CreateInitFunction()
DRSAllocationUtils.cpp216 auto *NewFT = FunctionType::get(UInt32Ty, ArrayRef<Type *>(UInt32Ty), false); in solidifyRSAllocAccess()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
D_parameterized.py270 and isinstance(obj, types.FunctionType)):
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1283 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseTypeTableBody()
1302 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseTypeTableBody()
1556 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseOldTypeTable()
1573 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseOldTypeTable()
2222 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants()
2529 FunctionType *FTy = in ParseModule()
2530 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType()); in ParseModule()
3261 FunctionType *FTy = !CalleeTy ? nullptr : in ParseFunctionBody()
3262 dyn_cast<FunctionType>(CalleeTy->getElementType()); in ParseFunctionBody()
3539 FunctionType *FTy = nullptr; in ParseFunctionBody()
[all …]
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp292 FunctionType *FT = cast<FunctionType>(T); in WriteTypeTable()
1200 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1263 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1007 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseTypeTableBody()
1261 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]); in ParseOldTypeTable()
1929 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants()
2262 FunctionType *FTy = in ParseModule()
2263 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType()); in ParseModule()
3013 FunctionType *FTy = !CalleeTy ? nullptr : in ParseFunctionBody()
3014 dyn_cast<FunctionType>(CalleeTy->getElementType()); in ParseFunctionBody()
3194 FunctionType *FTy = nullptr; in ParseFunctionBody()
3195 if (OpTy) FTy = dyn_cast<FunctionType>(OpTy->getElementType()); in ParseFunctionBody()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp280 FunctionType *FT = cast<FunctionType>(T); in WriteTypeTable()
1231 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1359 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp277 FunctionType *FT = cast<FunctionType>(T); in WriteTypeTable()
1198 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1325 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/frameworks/compile/slang/
Dslang_backend.cpp978 llvm::FunctionType * HelperFunctionType = in dumpExportFunctionInfo()
979 llvm::FunctionType::get(F->getReturnType(), in dumpExportFunctionInfo()
Dslang_rs_object_ref_count.cpp1559 const clang::FunctionType* FuncType = PointeeType->getAs<clang::FunctionType>(); in VisitCallExpr()