Searched refs:RISCVOptWInstrs (Results 1 – 3 of 3) sorted by relevance
61 class RISCVOptWInstrs : public MachineFunctionPass { class65 RISCVOptWInstrs() : MachineFunctionPass(ID) {} in RISCVOptWInstrs() function in __anonfbd69b900111::RISCVOptWInstrs85 char RISCVOptWInstrs::ID = 0;86 INITIALIZE_PASS(RISCVOptWInstrs, DEBUG_TYPE, RISCV_OPT_W_INSTRS_NAME, false, in INITIALIZE_PASS() argument90 return new RISCVOptWInstrs(); in INITIALIZE_PASS()672 bool RISCVOptWInstrs::removeSExtWInstrs(MachineFunction &MF, in removeSExtWInstrs()724 bool RISCVOptWInstrs::stripWSuffixes(MachineFunction &MF, in stripWSuffixes()751 bool RISCVOptWInstrs::appendWSuffixes(MachineFunction &MF, in appendWSuffixes()803 bool RISCVOptWInstrs::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
2166 // more power to RISCVOptWInstrs.
1650 SRCS_MIN+= Target/RISCV/RISCVOptWInstrs.cpp