Searched refs:funcTy (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A 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()
|
H A 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())), false); in TransformFloat4PerElement() local 3417 auto func = jit->module->getOrInsertFunction(name, funcTy); in TransformFloat4PerElement() 3487 auto funcTy = llvm::FunctionType::get(T(Float::type()), paramTys, false); Atan2() local 3625 auto funcTy = llvm::FunctionType::get(voidTy, { sizetTy }, false); Call() local 3634 auto funcTy = llvm::FunctionType::get(T(retTy), paramTys, false); Call() local 4081 auto funcTy = llvm::FunctionType::get(i32Ty, { i8PtrTy }, true); VPrintf() local 4090 auto funcTy = llvm::FunctionType::get(voidTy, {}, false); Nop() local [all...] |
Completed in 8 milliseconds