Home
last modified time | relevance | path

Searched refs:RISCVOptWInstrs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp61 class RISCVOptWInstrs : public MachineFunctionPass { class
65 RISCVOptWInstrs() : MachineFunctionPass(ID) {} in RISCVOptWInstrs() function in __anonfbd69b900111::RISCVOptWInstrs
85 char RISCVOptWInstrs::ID = 0;
86 INITIALIZE_PASS(RISCVOptWInstrs, DEBUG_TYPE, RISCV_OPT_W_INSTRS_NAME, false, in INITIALIZE_PASS() argument
90 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()
/freebsd/lib/clang/libllvm/
H A DMakefile1582 SRCS_MIN+= Target/RISCV/RISCVOptWInstrs.cpp