LLVM 22.0.0git
|
#include "AMDGPURegBankLegalizeHelper.h"
#include "AMDGPUGlobalISelUtils.h"
#include "AMDGPUInstrInfo.h"
#include "AMDGPURegBankLegalizeRules.h"
#include "AMDGPURegisterBankInfo.h"
#include "GCNSubtarget.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
#include "llvm/CodeGen/GlobalISel/GenericMachineInstrs.h"
#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineUniformityAnalysis.h"
#include "llvm/IR/IntrinsicsAMDGPU.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 | isSignedBFE (MachineInstr &MI) |
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 27 of file AMDGPURegBankLegalizeHelper.cpp.
|
static |
Definition at line 445 of file AMDGPURegBankLegalizeHelper.cpp.
References llvm::dyn_cast(), and MI.
|
static |
Definition at line 1264 of file AMDGPURegBankLegalizeHelper.cpp.
Referenced by llvm::AMDGPU::RegBankLegalizeHelper::applyMappingTrivial().