Lines Matching refs:CmpOpcode
11375 unsigned CmpOpcode, in EmitAtomicBinary() argument
11417 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitAtomicBinary()
11420 if (CmpOpcode) in EmitAtomicBinary()
11459 if (CmpOpcode) { in EmitAtomicBinary()
11461 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) { in EmitAtomicBinary()
11465 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitAtomicBinary()
11468 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitAtomicBinary()
11548 unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const { in EmitPartwordAtomicBinary() argument
11561 if (CmpOpcode == PPC::CMPW && !IsSignExtended) { in EmitPartwordAtomicBinary()
11569 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode, CmpOpcode, in EmitPartwordAtomicBinary()
11589 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitPartwordAtomicBinary()
11592 if (CmpOpcode) in EmitPartwordAtomicBinary()
11700 if (CmpOpcode) { in EmitPartwordAtomicBinary()
11709 if (CmpOpcode == PPC::CMPW) { in EmitPartwordAtomicBinary()
11720 BuildMI(BB, dl, TII->get(CmpOpcode), PPC::CR0) in EmitPartwordAtomicBinary()