Lines Matching refs:CmpOpcode
9791 unsigned CmpOpcode, in EmitAtomicBinary() argument
9833 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitAtomicBinary()
9836 if (CmpOpcode) in EmitAtomicBinary()
9875 if (CmpOpcode) { in EmitAtomicBinary()
9877 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) { in EmitAtomicBinary()
9881 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitAtomicBinary()
9884 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitAtomicBinary()
9909 unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const { in EmitPartwordAtomicBinary() argument
9912 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode, CmpOpcode, in EmitPartwordAtomicBinary()
9937 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitPartwordAtomicBinary()
9940 if (CmpOpcode) in EmitPartwordAtomicBinary()
10047 if (CmpOpcode) { in EmitPartwordAtomicBinary()
10056 if (CmpOpcode == PPC::CMPW) { in EmitPartwordAtomicBinary()
10067 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitPartwordAtomicBinary()