Searched refs:PPCExpandAtomicPseudo (Results 1 – 1 of 1) sorted by relevance
30 class PPCExpandAtomicPseudo : public MachineFunctionPass { class36 PPCExpandAtomicPseudo() : MachineFunctionPass(ID) { in PPCExpandAtomicPseudo() function in __anon356230360111::PPCExpandAtomicPseudo73 bool PPCExpandAtomicPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()91 bool PPCExpandAtomicPseudo::expandMI(MachineBasicBlock &MBB, MachineInstr &MI, in expandMI()119 bool PPCExpandAtomicPseudo::expandAtomicRMW128( in expandAtomicRMW128()217 bool PPCExpandAtomicPseudo::expandAtomicCmpSwap128( in expandAtomicCmpSwap128()296 INITIALIZE_PASS(PPCExpandAtomicPseudo, DEBUG_TYPE, "PowerPC Expand Atomic",299 char PPCExpandAtomicPseudo::ID = 0;301 return new PPCExpandAtomicPseudo(); in createPPCExpandAtomicPseudoPass()