LLVM  4.0.0
Classes | Namespaces | Enumerations | Variables
AArch64RegisterBankInfo.h File Reference

This file declares the targeting of the RegisterBankInfo class for AArch64. More...

#include "llvm/CodeGen/GlobalISel/RegisterBankInfo.h"
Include dependency graph for AArch64RegisterBankInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::AArch64RegisterBankInfo
 This class provides the information for the target register banks. More...
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 llvm::AArch64
 

Enumerations

enum  { llvm::AArch64::GPRRegBankID = 0, llvm::AArch64::FPRRegBankID = 1, llvm::AArch64::CCRRegBankID = 2, llvm::AArch64::NumRegisterBanks }
 

Variables

RegisterBank llvm::AArch64::GPRRegBank
 
RegisterBank llvm::AArch64::FPRRegBank
 
RegisterBank llvm::AArch64::CCRRegBank
 

Detailed Description

This file declares the targeting of the RegisterBankInfo class for AArch64.

Todo:
This should be generated by TableGen.

Definition in file AArch64RegisterBankInfo.h.