003 File Manager
Current Path:
/usr/src/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel
usr
/
src
/
contrib
/
llvm-project
/
llvm
/
include
/
llvm
/
Target
/
GlobalISel
/
📁
..
📄
Combine.td
(11.12 KB)
📄
RegisterBank.td
(593 B)
📄
SelectionDAGCompat.td
(8.05 KB)
📄
Target.td
(2.8 KB)
Editing: RegisterBank.td
//===- RegisterBank.td - Register bank definitions ---------*- tablegen -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // // //===----------------------------------------------------------------------===// class RegisterBank<string name, list<RegisterClass> classes> { string Name = name; list<RegisterClass> RegisterClasses = classes; }
Upload File
Create Folder