/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | callback.h | 121 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/ |
D | RSInvokeHelperPass.cpp | 73 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()
|
D | RSScriptGroupFusion.cpp | 133 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()
|
D | RSX86CallConvPass.cpp | 113 llvm::FunctionType *FTy = OrigFn->getFunctionType(); in RedefineFn() 116 llvm::FunctionType *NewTy = llvm::FunctionType::get(FTy->getReturnType(), in RedefineFn()
|
D | RSKernelExpand.cpp | 132 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/ |
D | GlobalMergePass.cpp | 193 FunctionType *FTy = FunctionType::get(Type::getVoidTy(LLVMCtxt), false); in CreateInitFunction()
|
D | RSAllocationUtils.cpp | 216 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.py | 270 and isinstance(obj, types.FunctionType)):
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 1283 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/ |
D | BitcodeWriter.cpp | 292 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/ |
D | BitcodeReader.cpp | 1007 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/ |
D | BitcodeWriter.cpp | 280 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/ |
D | BitcodeWriter.cpp | 277 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/ |
D | slang_backend.cpp | 978 llvm::FunctionType * HelperFunctionType = in dumpExportFunctionInfo() 979 llvm::FunctionType::get(F->getReturnType(), in dumpExportFunctionInfo()
|
D | slang_rs_object_ref_count.cpp | 1559 const clang::FunctionType* FuncType = PointeeType->getAs<clang::FunctionType>(); in VisitCallExpr()
|