Lines Matching refs:emitAtomicLoadBinary
8386 MachineBasicBlock *SystemZTargetLowering::emitAtomicLoadBinary( in emitAtomicLoadBinary() function in SystemZTargetLowering
9404 return emitAtomicLoadBinary(MI, MBB, 0); in EmitInstrWithCustomInserter()
9407 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR); in EmitInstrWithCustomInserter()
9409 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI); in EmitInstrWithCustomInserter()
9412 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR); in EmitInstrWithCustomInserter()
9415 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR); in EmitInstrWithCustomInserter()
9417 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH); in EmitInstrWithCustomInserter()
9420 return emitAtomicLoadBinary(MI, MBB, SystemZ::OR); in EmitInstrWithCustomInserter()
9422 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH); in EmitInstrWithCustomInserter()
9425 return emitAtomicLoadBinary(MI, MBB, SystemZ::XR); in EmitInstrWithCustomInserter()
9427 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF); in EmitInstrWithCustomInserter()
9430 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, true); in EmitInstrWithCustomInserter()
9432 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, true); in EmitInstrWithCustomInserter()