Searched refs:funcTy (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.cpp | 96 auto funcTy = diBuilder->createSubroutineType(diBuilder->getOrCreateTypeArray(EltTys)); in DebugInfo() local 105 funcTy, // type in DebugInfo() 201 auto funcTy = diBuilder->createSubroutineType(diBuilder->getOrCreateTypeArray({})); in syncScope() local 215 funcTy, // type in syncScope()
|
D | LLVMReactor.cpp | 1006 auto funcTy = ::llvm::FunctionType::get(voidTy, { sizetTy, i8PtrTy, i8PtrTy, intTy }, false); in createLoad() local 1007 auto func = jit->module->getOrInsertFunction("__atomic_load", funcTy); in createLoad() 1064 auto funcTy = ::llvm::FunctionType::get(voidTy, { voidPtrTy, sizetTy }, false); in createStore() local 1065 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); in createStore() 1104 auto funcTy = ::llvm::FunctionType::get(voidTy, { sizetTy, i8PtrTy, i8PtrTy, intTy }, false); in createStore() local 1105 auto func = jit->module->getOrInsertFunction("__atomic_store", funcTy); in createStore() 3198 …auto funcTy = ::llvm::FunctionType::get(T(Float::getType()), ::llvm::ArrayRef<llvm::Type *>(T(Floa… in TransformFloat4PerElement() local 3199 auto func = jit->module->getOrInsertFunction(name, funcTy); in TransformFloat4PerElement() 3269 auto funcTy = ::llvm::FunctionType::get(T(Float::getType()), paramTys, false); in Atan2() local 3270 auto func = jit->module->getOrInsertFunction("atan2f", funcTy); in Atan2() [all …]
|