Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/clang/Basic/BuiltinsRISCVVector.def is written in an unsupported language. File is not indexed.

0001 //==- BuiltinsRISCVVector.def - RISC-V Vector Builtin Database ---*- C++ -*-==//
0002 //
0003 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0004 // See https://llvm.org/LICENSE.txt for license information.
0005 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
0006 //
0007 //===----------------------------------------------------------------------===//
0008 //
0009 // This file defines the RISC-V-specific builtin function database.  Users of
0010 // this file must define the BUILTIN macro to make use of this information.
0011 //
0012 //===----------------------------------------------------------------------===//
0013 
0014 #if defined(BUILTIN) && !defined(TARGET_BUILTIN)
0015 #   define TARGET_BUILTIN(ID, TYPE, ATTRS, FEATURE) BUILTIN(ID, TYPE, ATTRS)
0016 #endif
0017 
0018 #include "clang/Basic/riscv_vector_builtins.inc"
0019 #include "clang/Basic/riscv_sifive_vector_builtins.inc"
0020 
0021 #undef BUILTIN
0022 #undef TARGET_BUILTIN