Searched refs:voidTy (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
D | AsyncToLLVM.cpp | 106 auto voidTy = LLVM::LLVMType::getVoidTy(ctx); in resumeFunctionType() local 108 return LLVM::LLVMType::getFunctionTy(voidTy, {i8Ptr}, false); in resumeFunctionType() 169 auto voidTy = LLVMType::getVoidTy(ctx); in addCoroutineIntrinsicsDeclarations() local 184 addLLVMFuncDecl(module, builder, kCoroResume, voidTy, {i8Ptr}); in addCoroutineIntrinsicsDeclarations() 201 auto voidTy = LLVMType::getVoidTy(ctx); in addCRuntimeDeclarations() local 206 addLLVMFuncDecl(module, builder, kFree, voidTy, {i8Ptr}); in addCRuntimeDeclarations() 227 auto voidTy = LLVM::LLVMType::getVoidTy(ctx); in addResumeFunction() local 231 loc, kResume, LLVM::LLVMType::getFunctionTy(voidTy, {i8Ptr}, false)); in addResumeFunction()
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 935 auto voidTy = llvm::Type::getVoidTy(*jit->context); in createLoad() local 936 auto funcTy = llvm::FunctionType::get(voidTy, { sizetTy, i8PtrTy, i8PtrTy, intTy }, false); in createLoad() 990 auto voidTy = llvm::Type::getVoidTy(*jit->context); in createStore() local 994 auto funcTy = llvm::FunctionType::get(voidTy, { voidPtrTy, sizetTy }, false); in createStore() 1033 auto voidTy = llvm::Type::getVoidTy(*jit->context); in createStore() local 1034 auto funcTy = llvm::FunctionType::get(voidTy, { sizetTy, i8PtrTy, i8PtrTy, intTy }, false); in createStore() 1096 auto voidTy = llvm::Type::getVoidTy(*jit->context); in createMaskedStore() local 1097 auto voidPtrTy = voidTy->getPointerTo(); in createMaskedStore() 1099 auto funcTy = llvm::FunctionType::get(voidTy, { voidPtrTy, sizetTy }, false); in createMaskedStore() 4007 auto voidTy = llvm::Type::getVoidTy(*jit->context); in Nop() local [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 675 Void voidTy; in TEST() local 676 EXPECT_EQ(manager.GetId(&voidTy), 1u); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 675 Void voidTy; in TEST() local 676 EXPECT_EQ(manager.GetId(&voidTy), 1u); in TEST()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | type_manager_test.cpp | 675 Void voidTy; in TEST() local 676 EXPECT_EQ(manager.GetId(&voidTy), 1u); in TEST()
|