Lines Matching refs:EmitPartwordAtomicBinary

12208 MachineBasicBlock *PPCTargetLowering::EmitPartwordAtomicBinary(  in EmitPartwordAtomicBinary()  function in PPCTargetLowering
13058 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::ADD4); in EmitInstrWithCustomInserter()
13060 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::ADD4); in EmitInstrWithCustomInserter()
13067 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::AND); in EmitInstrWithCustomInserter()
13069 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::AND); in EmitInstrWithCustomInserter()
13076 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::OR); in EmitInstrWithCustomInserter()
13078 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::OR); in EmitInstrWithCustomInserter()
13085 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::XOR); in EmitInstrWithCustomInserter()
13087 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::XOR); in EmitInstrWithCustomInserter()
13094 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::NAND); in EmitInstrWithCustomInserter()
13096 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::NAND); in EmitInstrWithCustomInserter()
13103 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF); in EmitInstrWithCustomInserter()
13105 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter()
13112 BB = EmitPartwordAtomicBinary(MI, BB, true, 0, PPC::CMPW, PPC::PRED_LT); in EmitInstrWithCustomInserter()
13114 BB = EmitPartwordAtomicBinary(MI, BB, false, 0, PPC::CMPW, PPC::PRED_LT); in EmitInstrWithCustomInserter()
13121 BB = EmitPartwordAtomicBinary(MI, BB, true, 0, PPC::CMPW, PPC::PRED_GT); in EmitInstrWithCustomInserter()
13123 BB = EmitPartwordAtomicBinary(MI, BB, false, 0, PPC::CMPW, PPC::PRED_GT); in EmitInstrWithCustomInserter()
13130 BB = EmitPartwordAtomicBinary(MI, BB, true, 0, PPC::CMPLW, PPC::PRED_LT); in EmitInstrWithCustomInserter()
13132 BB = EmitPartwordAtomicBinary(MI, BB, false, 0, PPC::CMPLW, PPC::PRED_LT); in EmitInstrWithCustomInserter()
13139 BB = EmitPartwordAtomicBinary(MI, BB, true, 0, PPC::CMPLW, PPC::PRED_GT); in EmitInstrWithCustomInserter()
13141 BB = EmitPartwordAtomicBinary(MI, BB, false, 0, PPC::CMPLW, PPC::PRED_GT); in EmitInstrWithCustomInserter()
13148 BB = EmitPartwordAtomicBinary(MI, BB, true, 0); in EmitInstrWithCustomInserter()
13150 BB = EmitPartwordAtomicBinary(MI, BB, false, 0); in EmitInstrWithCustomInserter()