Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp30 class PPCExpandAtomicPseudo : public MachineFunctionPass { class
36 PPCExpandAtomicPseudo() : MachineFunctionPass(ID) { in PPCExpandAtomicPseudo() function in __anon356230360111::PPCExpandAtomicPseudo
73 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()