llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc
Ilia Diachkov f61eb41623 [SPIRV] support builtin functions
The patch adds support for OpenCL and SPIR-V built-in functions.
Their detection and properties are implemented using TableGen.
Five tests are added to demonstrate the improvement.

Differential Revision: https://reviews.llvm.org/D132024

Co-authored-by: Aleksandr Bezzubikov <zuban32s@gmail.com>
Co-authored-by: Michal Paszkowski <michal.paszkowski@outlook.com>
Co-authored-by: Andrey Tretyakov <andrey1.tretyakov@intel.com>
Co-authored-by: Konrad Trifunovic <konrad.trifunovic@intel.com>
2022-08-25 00:30:33 +03:00
..
CMakeLists.txt
SPIRVAsmBackend.cpp
SPIRVBaseInfo.cpp [SPIRV] support builtin functions 2022-08-25 00:30:33 +03:00
SPIRVBaseInfo.h [SPIRV] support builtin functions 2022-08-25 00:30:33 +03:00
SPIRVInstPrinter.cpp [SPIRV] support builtin functions 2022-08-25 00:30:33 +03:00
SPIRVInstPrinter.h [SPIRV] support builtin functions 2022-08-25 00:30:33 +03:00
SPIRVMCAsmInfo.cpp
SPIRVMCAsmInfo.h
SPIRVMCCodeEmitter.cpp [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00
SPIRVMCTargetDesc.cpp [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00
SPIRVMCTargetDesc.h [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00
SPIRVObjectTargetWriter.cpp
SPIRVTargetStreamer.cpp
SPIRVTargetStreamer.h