|
LLVM 22.0.0git
|
#include "MCTargetDesc/RISCVBaseInfo.h"#include "MCTargetDesc/RISCVMCTargetDesc.h"#include "RISCVTargetMachine.h"#include "llvm/CodeGen/LiveIntervals.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/ScheduleDAGInstrs.h"#include "llvm/CodeGen/ScheduleDAGMutation.h"#include "llvm/TargetParser/RISCVTargetParser.h"Go to the source code of this file.
Classes | |
| class | llvm::RISCVVectorMaskDAGMutation |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
| #define | DEBUG_TYPE "machine-scheduler" |
Functions | |
| static bool | llvm::isCopyToV0 (const MachineInstr &MI) |
| static bool | llvm::isSoleUseCopyToV0 (SUnit &SU) |
| std::unique_ptr< ScheduleDAGMutation > | llvm::createRISCVVectorMaskDAGMutation (const TargetRegisterInfo *TRI) |
| #define DEBUG_TYPE "machine-scheduler" |
Definition at line 42 of file RISCVVectorMaskDAGMutation.cpp.