Lines Matching refs:MipsExpandPseudo
33 class MipsExpandPseudo : public MachineFunctionPass { class
36 MipsExpandPseudo() : MachineFunctionPass(ID) {} in MipsExpandPseudo() function in __anonca8aa8970111::MipsExpandPseudo
71 char MipsExpandPseudo::ID = 0;
74 bool MipsExpandPseudo::expandAtomicCmpSwapSubword( in expandAtomicCmpSwapSubword()
202 bool MipsExpandPseudo::expandAtomicCmpSwap(MachineBasicBlock &BB, in expandAtomicCmpSwap()
302 bool MipsExpandPseudo::expandAtomicBinOpSubword( in expandAtomicBinOpSubword()
613 bool MipsExpandPseudo::expandAtomicBinOp(MachineBasicBlock &BB, in expandAtomicBinOp()
852 bool MipsExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
917 bool MipsExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
930 bool MipsExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
947 return new MipsExpandPseudo(); in createMipsExpandPseudoPass()