|
LLVM
4.0.0
|
This file implements the targeting of the RegisterBankInfo class for AArch64. More...
#include "AArch64RegisterBankInfo.h"#include "AArch64InstrInfo.h"#include "llvm/CodeGen/LowLevelType.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/GlobalISel/RegisterBank.h"#include "llvm/CodeGen/GlobalISel/RegisterBankInfo.h"#include "llvm/Target/TargetRegisterInfo.h"#include "llvm/Target/TargetSubtargetInfo.h"#include "AArch64GenRegisterBankInfo.def"Go to the source code of this file.
Macros | |
| #define | CHECK_PARTIALMAP(Idx, ValStartIdx, ValLength, RB) |
| #define | CHECK_VALUEMAP_IMPL(RBName, Size, Offset) |
| #define | CHECK_VALUEMAP(RBName, Size) CHECK_VALUEMAP_IMPL(RBName, Size, 0) |
| #define | CHECK_VALUEMAP_3OPS(RBName, Size) |
| #define | CHECK_VALUEMAP_CROSSREGCPY(RBNameDst, RBNameSrc, Size) |
Functions | |
| static bool | isPreISelGenericFloatingPointOpcode (unsigned Opc) |
Returns whether opcode Opc is a pre-isel generic floating-point opcode, having only floating-point operands. More... | |
This file implements the targeting of the RegisterBankInfo class for AArch64.
Definition in file AArch64RegisterBankInfo.cpp.
| #define CHECK_PARTIALMAP | ( | Idx, | |
| ValStartIdx, | |||
| ValLength, | |||
| RB | |||
| ) |
Referenced by llvm::AArch64RegisterBankInfo::AArch64RegisterBankInfo().
| #define CHECK_VALUEMAP | ( | RBName, | |
| Size | |||
| ) | CHECK_VALUEMAP_IMPL(RBName, Size, 0) |
Referenced by llvm::AArch64RegisterBankInfo::AArch64RegisterBankInfo().
| #define CHECK_VALUEMAP_3OPS | ( | RBName, | |
| Size | |||
| ) |
Referenced by llvm::AArch64RegisterBankInfo::AArch64RegisterBankInfo().
| #define CHECK_VALUEMAP_CROSSREGCPY | ( | RBNameDst, | |
| RBNameSrc, | |||
| Size | |||
| ) |
Referenced by llvm::AArch64RegisterBankInfo::AArch64RegisterBankInfo().
| #define CHECK_VALUEMAP_IMPL | ( | RBName, | |
| Size, | |||
| Offset | |||
| ) |
Returns whether opcode Opc is a pre-isel generic floating-point opcode, having only floating-point operands.
Definition at line 386 of file AArch64RegisterBankInfo.cpp.
Referenced by llvm::AArch64RegisterBankInfo::getInstrMapping().
1.8.6