LLVM  8.0.1
Functions
AMDGPUInstPrinter.cpp File Reference
#include "AMDGPUInstPrinter.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
#include "SIDefines.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/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include "AMDGPUGenAsmWriter.inc"
#include "R600GenAsmWriter.inc"
Include dependency graph for AMDGPUInstPrinter.cpp:

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)
 

Function Documentation

◆ allOpsDefaultValue()

static bool allOpsDefaultValue ( const int *  Ops,
int  NumOps,
int  Mod,
bool  IsPacked,
bool  HasDstSel 
)
static

◆ printSwizzleBitmask()

static void printSwizzleBitmask ( const uint16_t  AndMask,
const uint16_t  OrMask,
const uint16_t  XorMask,
raw_ostream O 
)
static