Searched refs:RISCVInsertVSETVLI (Results 1 – 2 of 2) sorted by relevance
871 class RISCVInsertVSETVLI : public MachineFunctionPass { class884 RISCVInsertVSETVLI() : MachineFunctionPass(ID) {} in RISCVInsertVSETVLI() function in __anoncddf45c50111::RISCVInsertVSETVLI930 char RISCVInsertVSETVLI::ID = 0;931 char &llvm::RISCVInsertVSETVLIID = RISCVInsertVSETVLI::ID;933 INITIALIZE_PASS(RISCVInsertVSETVLI, DEBUG_TYPE, RISCV_INSERT_VSETVLI_NAME, in INITIALIZE_PASS() argument944 void RISCVInsertVSETVLI::forwardVSETVLIAVL(VSETVLIInfo &Info) const { in INITIALIZE_PASS()959 RISCVInsertVSETVLI::getInfoForVSETVLI(const MachineInstr &MI) const { in getInfoForVSETVLI()997 RISCVInsertVSETVLI::computeInfoForInstr(const MachineInstr &MI) const { in computeInfoForInstr()1075 void RISCVInsertVSETVLI::insertVSETVLI(MachineBasicBlock &MBB, in insertVSETVLI()1177 bool RISCVInsertVSETVLI::needVSETVLI(const DemandedFields &Used, in needVSETVLI()[all …]
1575 SRCS_MIN+= Target/RISCV/RISCVInsertVSETVLI.cpp