LLVM 22.0.0git
HexagonMCChecker.cpp File Reference

Go to the source code of this file.

Functions

static bool isDuplexAGroup (unsigned Opcode)
static bool isNeitherAnorX (MCInstrInfo const &MCII, MCInst const &ID)

Variables

static cl::opt< boolRelaxNVChecks ("relax-nv-checks", cl::Hidden, cl::desc("Relax checks of new-value validity"))

Function Documentation

◆ isDuplexAGroup()

bool isDuplexAGroup ( unsigned Opcode)
static

Definition at line 239 of file HexagonMCChecker.cpp.

Referenced by isNeitherAnorX().

◆ isNeitherAnorX()

Variable Documentation

◆ RelaxNVChecks

cl::opt< bool > RelaxNVChecks("relax-nv-checks", cl::Hidden, cl::desc("Relax checks of new-value validity")) ( "relax-nv-checks" ,
cl::Hidden ,
cl::desc("Relax checks of new-value validity")  )
static