LLVM 22.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) bool RISCVInsertWriteVXRM | |
#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 | |||
) |
Definition at line 227 of file RISCVInsertWriteVXRM.cpp.
References llvm::MachineBasicBlock::getNumber(), llvm::RISCVII::getVXRMOpNum(), MBB, and MI.