Lines Matching refs:RISCVExpandPseudo
31 class RISCVExpandPseudo : public MachineFunctionPass { class
37 RISCVExpandPseudo() : MachineFunctionPass(ID) {} in RISCVExpandPseudo() function in __anon01765ec40111::RISCVExpandPseudo
67 char RISCVExpandPseudo::ID = 0;
69 bool RISCVExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
88 bool RISCVExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
101 bool RISCVExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
169 bool RISCVExpandPseudo::expandCCOp(MachineBasicBlock &MBB, in expandCCOp()
261 bool RISCVExpandPseudo::expandVSetVL(MachineBasicBlock &MBB, in expandVSetVL()
291 bool RISCVExpandPseudo::expandVMSET_VMCLR(MachineBasicBlock &MBB, in expandVMSET_VMCLR()
307 bool RISCVExpandPseudo::expandRV32ZdinxStore(MachineBasicBlock &MBB, in expandRV32ZdinxStore()
354 bool RISCVExpandPseudo::expandRV32ZdinxLoad(MachineBasicBlock &MBB, in expandRV32ZdinxLoad()
624 INITIALIZE_PASS(RISCVExpandPseudo, "riscv-expand-pseudo",
632 FunctionPass *createRISCVExpandPseudoPass() { return new RISCVExpandPseudo(); } in createRISCVExpandPseudoPass()