LLVM 20.0.0git
|
#include "MCTargetDesc/RISCVBaseInfo.h"
#include "MCTargetDesc/RISCVMCTargetDesc.h"
#include "RISCVRegisterInfo.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::isVectorMaskProducer (const MachineInstr *MI) |
std::unique_ptr< ScheduleDAGMutation > | llvm::createRISCVVectorMaskDAGMutation (const TargetRegisterInfo *TRI) |
#define DEBUG_TYPE "machine-scheduler" |
Definition at line 42 of file RISCVVectorMaskDAGMutation.cpp.