Home
last modified time | relevance | path

Searched refs:paramTys (Results 1 – 25 of 26) sorted by relevance

12

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/LLVMIRCodeGen/
H A DDebugInfo.cpp171 llvm::SmallVector<llvm::Metadata *, 8> paramTys; in getOrCreateFunctionDebugInfo() local
175 paramTys.push_back(returnTy); in getOrCreateFunctionDebugInfo()
179 paramTys.push_back( in getOrCreateFunctionDebugInfo()
184 DIBuilder_->getOrCreateTypeArray(paramTys)); in getOrCreateFunctionDebugInfo()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/codegen/llvm/
H A Dcodegen_cpu.cc139 llvm::SmallVector<llvm::Metadata*, 4> paramTys; in AddDebugInformation() local
142 paramTys.push_back(returnTy); in AddDebugInformation()
144 paramTys.push_back(getDebugType(builder_.get(), dbg_info_->di_builder_.get(), in AddDebugInformation()
148 dbg_info_->di_builder_->getOrCreateTypeArray(paramTys)); in AddDebugInformation()
/dports/misc/tvm/incubator-tvm-0.6.1/src/codegen/llvm/
H A Dcodegen_cpu.cc139 llvm::SmallVector<llvm::Metadata*, 4> paramTys; in AddDebugInformation() local
142 paramTys.push_back(returnTy); in AddDebugInformation()
144 paramTys.push_back(getDebugType(builder_.get(), dbg_info_->di_builder_.get(), in AddDebugInformation()
148 dbg_info_->di_builder_->getOrCreateTypeArray(paramTys)); in AddDebugInformation()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/target/llvm/
H A Dcodegen_cpu.cc140 llvm::SmallVector<llvm::Metadata*, 4> paramTys; in AddDebugInformation() local
143 paramTys.push_back(returnTy); in AddDebugInformation()
145 paramTys.push_back(getDebugType(builder_.get(), dbg_info_->di_builder_.get(), in AddDebugInformation()
149 dbg_info_->di_builder_->getOrCreateTypeArray(paramTys)); in AddDebugInformation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3266 ::llvm::SmallVector<::llvm::Type *, 2> paramTys; in Atan2()
3267 paramTys.push_back(T(Float::getType())); in Atan2()
3268 paramTys.push_back(T(Float::getType())); in Atan2()
3269 auto funcTy = ::llvm::FunctionType::get(T(Float::getType()), paramTys, false); in Atan2()
3406 ::llvm::SmallVector<::llvm::Type *, 8> paramTys; in Call()
3407 for(auto ty : argTys) { paramTys.push_back(T(ty)); } in Call()
3408 auto funcTy = ::llvm::FunctionType::get(T(retTy), paramTys, false); in Call()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3323 llvm::SmallVector<llvm::Type *, 2> paramTys; in Atan2() local
3324 paramTys.push_back(T(Float::type())); in Atan2()
3325 paramTys.push_back(T(Float::type())); in Atan2()
3326 auto funcTy = llvm::FunctionType::get(T(Float::type()), paramTys, false); in Atan2()
3458 llvm::SmallVector<llvm::Type *, 8> paramTys; in Call() local
3459 for(auto ty : argTys) { paramTys.push_back(T(ty)); } in Call()
3460 auto funcTy = llvm::FunctionType::get(T(retTy), paramTys, false); in Call()
H A DReactor.hpp3263 …>> fptr, Type *retTy, std::initializer_list<Value *> args, std::initializer_list<Type *> paramTys);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp267 std::vector<Type *> paramTys; member
904 type->paramTys.push_back(get(debug::Type::ID(insn.word(i)))); in process()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp650 std::vector<Type *> paramTys; member
1610 type->paramTys.push_back(get(debug::Type::ID(insn.word(i)))); in process()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2311 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2313 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2305 llvm::Type *paramTys[] = { dtorTy, CGF.Int8PtrTy, CGF.Int8PtrTy }; in emitGlobalDtorWithCXAAtExit() local
2307 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2268 llvm::Type *paramTys[] = { dtorTy, CGF.Int8PtrTy, CGF.Int8PtrTy }; in emitGlobalDtorWithCXAAtExit() local
2270 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2510 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2512 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2511 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2513 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2509 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2511 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2584 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2586 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2402 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2404 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2402 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2404 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2511 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2513 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2604 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2606 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2596 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2598 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2596 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2598 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2596 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2598 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2596 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2598 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DItaniumCXXABI.cpp2596 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit() local
2598 llvm::FunctionType::get(CGF.IntTy, paramTys, false); in emitGlobalDtorWithCXAAtExit()

12