LLVM 22.0.0git
RISCVInsertWriteVXRM.cpp File Reference
#include "MCTargetDesc/RISCVBaseInfo.h"
#include "RISCV.h"
#include "RISCVSubtarget.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include <queue>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "riscv-insert-write-vxrm"
#define RISCV_INSERT_WRITE_VXRM_NAME   "RISC-V Insert Write VXRM Pass"

Functions

 INITIALIZE_PASS (RISCVInsertWriteVXRM, DEBUG_TYPE, RISCV_INSERT_WRITE_VXRM_NAME, false, false) bool RISCVInsertWriteVXRM

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "riscv-insert-write-vxrm"

Definition at line 36 of file RISCVInsertWriteVXRM.cpp.

◆ RISCV_INSERT_WRITE_VXRM_NAME

#define RISCV_INSERT_WRITE_VXRM_NAME   "RISC-V Insert Write VXRM Pass"

Definition at line 37 of file RISCVInsertWriteVXRM.cpp.

Referenced by INITIALIZE_PASS().

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( RISCVInsertWriteVXRM ,
DEBUG_TYPE ,
RISCV_INSERT_WRITE_VXRM_NAME ,
false ,
false  )