LLVM 20.0.0git
|
#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) static bool ignoresVXRM(const MachineInstr &MI) | |
#define DEBUG_TYPE "riscv-insert-write-vxrm" |
Definition at line 36 of file RISCVInsertWriteVXRM.cpp.
#define RISCV_INSERT_WRITE_VXRM_NAME "RISC-V Insert Write VXRM Pass" |
Definition at line 37 of file RISCVInsertWriteVXRM.cpp.
INITIALIZE_PASS | ( | RISCVInsertWriteVXRM | , |
DEBUG_TYPE | , | ||
RISCV_INSERT_WRITE_VXRM_NAME | , | ||
false | , | ||
false | |||
) | const & |
Definition at line 198 of file RISCVInsertWriteVXRM.cpp.
References llvm::RISCV::getRVVMCOpcode(), and MI.