LLVM 20.0.0git
|
#include "AMDGPU.h"
#include "GCNSubtarget.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "gcn-dpp-combine" |
Functions | |
STATISTIC (NumDPPMovsCombined, "Number of DPP moves combined.") | |
static unsigned | getOperandSize (MachineInstr &MI, unsigned Idx, MachineRegisterInfo &MRI) |
static bool | isIdentityValue (unsigned OrigMIOp, MachineOperand *OldOpnd) |
#define DEBUG_TYPE "gcn-dpp-combine" |
Definition at line 48 of file GCNDPPCombine.cpp.
|
static |
|
static |
Definition at line 433 of file GCNDPPCombine.cpp.
References assert(), llvm::MachineOperand::getImm(), and llvm::MachineOperand::isImm().
STATISTIC | ( | NumDPPMovsCombined | , |
"Number of DPP moves combined." | |||
) |