Searched refs:RISCVOptWInstrs (Results 1 – 2 of 2) 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()630 bool RISCVOptWInstrs::removeSExtWInstrs(MachineFunction &MF, in removeSExtWInstrs()682 bool RISCVOptWInstrs::stripWSuffixes(MachineFunction &MF, in stripWSuffixes()709 bool RISCVOptWInstrs::appendWSuffixes(MachineFunction &MF, in appendWSuffixes()761 bool RISCVOptWInstrs::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
1582 SRCS_MIN+= Target/RISCV/RISCVOptWInstrs.cpp