Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp31 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()
[all …]