Lines Matching refs:CmpOpcode
11032 unsigned CmpOpcode, in EmitAtomicBinary() argument
11074 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitAtomicBinary()
11077 if (CmpOpcode) in EmitAtomicBinary()
11116 if (CmpOpcode) { in EmitAtomicBinary()
11118 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) { in EmitAtomicBinary()
11122 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitAtomicBinary()
11125 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitAtomicBinary()
11205 unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const { in EmitPartwordAtomicBinary() argument
11218 if (CmpOpcode == PPC::CMPW && !IsSignExtended) { in EmitPartwordAtomicBinary()
11226 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode, CmpOpcode, in EmitPartwordAtomicBinary()
11246 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitPartwordAtomicBinary()
11249 if (CmpOpcode) in EmitPartwordAtomicBinary()
11357 if (CmpOpcode) { in EmitPartwordAtomicBinary()
11366 if (CmpOpcode == PPC::CMPW) { in EmitPartwordAtomicBinary()
11377 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitPartwordAtomicBinary()