Searched refs:funcTy (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.cpp | 105 auto funcTy = diBuilder->createSubroutineType(diBuilder->getOrCreateTypeArray(EltTys)); in DebugInfo() local 114 funcTy, // type in DebugInfo() 210 auto funcTy = diBuilder->createSubroutineType(diBuilder->getOrCreateTypeArray({})); in syncScope() local 224 funcTy, // type in syncScope()
|
D | LLVMReactor.cpp | 956 auto funcTy = llvm::FunctionType::get(voidTy, { sizetTy, i8PtrTy, i8PtrTy, intTy }, false); in createLoad() local 957 auto func = jit->module->getOrInsertFunction("__atomic_load", funcTy); in createLoad() 1014 auto funcTy = llvm::FunctionType::get(voidTy, { voidPtrTy, sizetTy }, false); in createStore() local 1015 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); in createStore() 1054 auto funcTy = llvm::FunctionType::get(voidTy, { sizetTy, i8PtrTy, i8PtrTy, intTy }, false); in createStore() local 1055 auto func = jit->module->getOrInsertFunction("__atomic_store", funcTy); in createStore() 1119 auto funcTy = llvm::FunctionType::get(voidTy, { voidPtrTy, sizetTy }, false); in createMaskedStore() local 1120 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); in createMaskedStore() 3416 …auto funcTy = llvm::FunctionType::get(T(Float::type()), llvm::ArrayRef<llvm::Type *>(T(Float::type… in TransformFloat4PerElement() local 3417 auto func = jit->module->getOrInsertFunction(name, funcTy); in TransformFloat4PerElement() [all …]
|