Home
last modified time | relevance | path

Searched refs:RISCVOptWInstrs (Results 1 – 3 of 3) 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()
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()
H A DRISCVInstrInfo.td2166 // more power to RISCVOptWInstrs.
/freebsd/lib/clang/libllvm/
H A DMakefile1650 SRCS_MIN+= Target/RISCV/RISCVOptWInstrs.cpp