Warning, /include/clang/Basic/BuiltinsSVE.def is written in an unsupported language. File is not indexed.
0001 //===--- BuiltinsSVE.def - SVE Builtin function 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 SVE-specific builtin function database. Users of
0010 // this file must define the BUILTIN macro to make use of this information.
0011 //
0012 //===----------------------------------------------------------------------===//
0013
0014 // The format of this database matches clang/Basic/Builtins.def.
0015
0016 #define GET_SVE_BUILTINS
0017 #include "clang/Basic/arm_sve_builtins.inc"
0018 #include "clang/Basic/BuiltinsAArch64NeonSVEBridge.def"
0019 #undef GET_SVE_BUILTINS
0020
0021 #undef BUILTIN
0022 #undef TARGET_BUILTIN