Searched refs:paramTys (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 3464 llvm::SmallVector<llvm::Type *, 2> paramTys; in Atan2() local 3465 paramTys.push_back(T(Float::type())); in Atan2() 3466 paramTys.push_back(T(Float::type())); in Atan2() 3467 auto funcTy = llvm::FunctionType::get(T(Float::type()), paramTys, false); in Atan2() 3599 llvm::SmallVector<llvm::Type *, 8> paramTys; in Call() local 3600 for(auto ty : argTys) { paramTys.push_back(T(ty)); } in Call() 3601 auto funcTy = llvm::FunctionType::get(T(retTy), paramTys, false); in Call()
|
D | Reactor.hpp | 3278 …>> fptr, Type *retTy, std::initializer_list<Value *> args, std::initializer_list<Type *> paramTys);
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 671 std::vector<Type *> paramTys; member 1631 type->paramTys.push_back(get(debug::Type::ID(insn.word(i)))); in process()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 2109 llvm::Type *paramTys[] = { dtorTy, CGF.Int8PtrTy, CGF.Int8PtrTy }; in emitGlobalDtorWithCXAAtExit() local 2111 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 2511 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local 2513 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
|