LLVM 17.0.0git
|
#include "AMDGPUInstPrinter.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
#include "SIDefines.h"
#include "SIRegisterInfo.h"
#include "Utils/AMDGPUAsmUtils.h"
#include "Utils/AMDGPUBaseInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/TargetParser/TargetParser.h"
#include "AMDGPUGenAsmWriter.inc"
Go to the source code of this file.
Functions | |
static bool | allOpsDefaultValue (const int *Ops, int NumOps, int Mod, bool IsPacked, bool HasDstSel) |
static void | printSwizzleBitmask (const uint16_t AndMask, const uint16_t OrMask, const uint16_t XorMask, raw_ostream &O) |
Variables | |
static cl::opt< bool > | Keep16BitSuffixes ("amdgpu-keep-16-bit-reg-suffixes", cl::desc("Keep .l and .h suffixes in asm for debugging purposes"), cl::init(false), cl::ReallyHidden) |
|
static |
Definition at line 1153 of file AMDGPUInstPrinter.cpp.
References llvm::SISrcMods::DST_OP_SEL, I, llvm::Mod, and llvm::SISrcMods::OP_SEL_1.
|
static |
Definition at line 1386 of file AMDGPUInstPrinter.cpp.
Referenced by llvm::AMDGPUInstPrinter::printSwizzle().
|
static |
Referenced by llvm::AMDGPUInstPrinter::printRegOperand().