LLVM 20.0.0git
|
#include "AMDGPURegBankLegalizeHelper.h"
#include "AMDGPUGlobalISelUtils.h"
#include "AMDGPUInstrInfo.h"
#include "AMDGPURegisterBankInfo.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/MachineUniformityAnalysis.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "amdgpu-regbanklegalize" |
Implements actual lowering algorithms for each ID that can be used in Rule.OperandMapping. | |
Functions | |
static bool | verifyRegBankOnOperands (MachineInstr &MI, const RegisterBank *RB, MachineRegisterInfo &MRI, unsigned StartOpIdx, unsigned EndOpIdx) |
#define DEBUG_TYPE "amdgpu-regbanklegalize" |
Implements actual lowering algorithms for each ID that can be used in Rule.OperandMapping.
Similar to legalizer helper but with register banks.
Definition at line 22 of file AMDGPURegBankLegalizeHelper.cpp.
|
static |
Definition at line 664 of file AMDGPURegBankLegalizeHelper.cpp.
Referenced by llvm::AMDGPU::RegBankLegalizeHelper::applyMappingTrivial().