|
LLVM 22.0.0git
|
#include "GCNDPPCombine.h"#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 bool | isIdentityValue (unsigned OrigMIOp, MachineOperand *OldOpnd) |
| #define DEBUG_TYPE "gcn-dpp-combine" |
Definition at line 49 of file GCNDPPCombine.cpp.
|
static |
Definition at line 443 of file GCNDPPCombine.cpp.
References assert(), llvm::MachineOperand::getImm(), and llvm::MachineOperand::isImm().