Lines Matching refs:EmitPartwordAtomicBinary
11545 MachineBasicBlock *PPCTargetLowering::EmitPartwordAtomicBinary( in EmitPartwordAtomicBinary() function in PPCTargetLowering
12378 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::ADD4); in EmitInstrWithCustomInserter()
12380 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::ADD4); in EmitInstrWithCustomInserter()
12387 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::AND); in EmitInstrWithCustomInserter()
12389 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::AND); in EmitInstrWithCustomInserter()
12396 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::OR); in EmitInstrWithCustomInserter()
12398 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::OR); in EmitInstrWithCustomInserter()
12405 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::XOR); in EmitInstrWithCustomInserter()
12407 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::XOR); in EmitInstrWithCustomInserter()
12414 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::NAND); in EmitInstrWithCustomInserter()
12416 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::NAND); in EmitInstrWithCustomInserter()
12423 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF); in EmitInstrWithCustomInserter()
12425 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter()
12432 BB = EmitPartwordAtomicBinary(MI, BB, true, 0, PPC::CMPW, PPC::PRED_GE); in EmitInstrWithCustomInserter()
12434 BB = EmitPartwordAtomicBinary(MI, BB, false, 0, PPC::CMPW, PPC::PRED_GE); in EmitInstrWithCustomInserter()
12441 BB = EmitPartwordAtomicBinary(MI, BB, true, 0, PPC::CMPW, PPC::PRED_LE); in EmitInstrWithCustomInserter()
12443 BB = EmitPartwordAtomicBinary(MI, BB, false, 0, PPC::CMPW, PPC::PRED_LE); in EmitInstrWithCustomInserter()
12450 BB = EmitPartwordAtomicBinary(MI, BB, true, 0, PPC::CMPLW, PPC::PRED_GE); in EmitInstrWithCustomInserter()
12452 BB = EmitPartwordAtomicBinary(MI, BB, false, 0, PPC::CMPLW, PPC::PRED_GE); in EmitInstrWithCustomInserter()
12459 BB = EmitPartwordAtomicBinary(MI, BB, true, 0, PPC::CMPLW, PPC::PRED_LE); in EmitInstrWithCustomInserter()
12461 BB = EmitPartwordAtomicBinary(MI, BB, false, 0, PPC::CMPLW, PPC::PRED_LE); in EmitInstrWithCustomInserter()
12468 BB = EmitPartwordAtomicBinary(MI, BB, true, 0); in EmitInstrWithCustomInserter()
12470 BB = EmitPartwordAtomicBinary(MI, BB, false, 0); in EmitInstrWithCustomInserter()