Lines Matching refs:emitAtomicLoadBinary
4984 SystemZTargetLowering::emitAtomicLoadBinary(MachineInstr *MI, in emitAtomicLoadBinary() function in SystemZTargetLowering
5724 return emitAtomicLoadBinary(MI, MBB, 0, 0); in EmitInstrWithCustomInserter()
5726 return emitAtomicLoadBinary(MI, MBB, 0, 32); in EmitInstrWithCustomInserter()
5728 return emitAtomicLoadBinary(MI, MBB, 0, 64); in EmitInstrWithCustomInserter()
5731 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 0); in EmitInstrWithCustomInserter()
5733 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI, 0); in EmitInstrWithCustomInserter()
5735 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 32); in EmitInstrWithCustomInserter()
5737 return emitAtomicLoadBinary(MI, MBB, SystemZ::AHI, 32); in EmitInstrWithCustomInserter()
5739 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI, 32); in EmitInstrWithCustomInserter()
5741 return emitAtomicLoadBinary(MI, MBB, SystemZ::AGR, 64); in EmitInstrWithCustomInserter()
5743 return emitAtomicLoadBinary(MI, MBB, SystemZ::AGHI, 64); in EmitInstrWithCustomInserter()
5745 return emitAtomicLoadBinary(MI, MBB, SystemZ::AGFI, 64); in EmitInstrWithCustomInserter()
5748 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR, 0); in EmitInstrWithCustomInserter()
5750 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR, 32); in EmitInstrWithCustomInserter()
5752 return emitAtomicLoadBinary(MI, MBB, SystemZ::SGR, 64); in EmitInstrWithCustomInserter()
5755 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 0); in EmitInstrWithCustomInserter()
5757 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 0); in EmitInstrWithCustomInserter()
5759 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 32); in EmitInstrWithCustomInserter()
5761 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILL, 32); in EmitInstrWithCustomInserter()
5763 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 32); in EmitInstrWithCustomInserter()
5765 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILF, 32); in EmitInstrWithCustomInserter()
5767 return emitAtomicLoadBinary(MI, MBB, SystemZ::NGR, 64); in EmitInstrWithCustomInserter()
5769 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILL64, 64); in EmitInstrWithCustomInserter()
5771 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH64, 64); in EmitInstrWithCustomInserter()
5773 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHL64, 64); in EmitInstrWithCustomInserter()
5775 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHH64, 64); in EmitInstrWithCustomInserter()
5777 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILF64, 64); in EmitInstrWithCustomInserter()
5779 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHF64, 64); in EmitInstrWithCustomInserter()
5782 return emitAtomicLoadBinary(MI, MBB, SystemZ::OR, 0); in EmitInstrWithCustomInserter()
5784 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH, 0); in EmitInstrWithCustomInserter()
5786 return emitAtomicLoadBinary(MI, MBB, SystemZ::OR, 32); in EmitInstrWithCustomInserter()
5788 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILL, 32); in EmitInstrWithCustomInserter()
5790 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH, 32); in EmitInstrWithCustomInserter()
5792 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILF, 32); in EmitInstrWithCustomInserter()
5794 return emitAtomicLoadBinary(MI, MBB, SystemZ::OGR, 64); in EmitInstrWithCustomInserter()
5796 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILL64, 64); in EmitInstrWithCustomInserter()
5798 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH64, 64); in EmitInstrWithCustomInserter()
5800 return emitAtomicLoadBinary(MI, MBB, SystemZ::OIHL64, 64); in EmitInstrWithCustomInserter()
5802 return emitAtomicLoadBinary(MI, MBB, SystemZ::OIHH64, 64); in EmitInstrWithCustomInserter()
5804 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILF64, 64); in EmitInstrWithCustomInserter()
5806 return emitAtomicLoadBinary(MI, MBB, SystemZ::OIHF64, 64); in EmitInstrWithCustomInserter()
5809 return emitAtomicLoadBinary(MI, MBB, SystemZ::XR, 0); in EmitInstrWithCustomInserter()
5811 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF, 0); in EmitInstrWithCustomInserter()
5813 return emitAtomicLoadBinary(MI, MBB, SystemZ::XR, 32); in EmitInstrWithCustomInserter()
5815 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF, 32); in EmitInstrWithCustomInserter()
5817 return emitAtomicLoadBinary(MI, MBB, SystemZ::XGR, 64); in EmitInstrWithCustomInserter()
5819 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF64, 64); in EmitInstrWithCustomInserter()
5821 return emitAtomicLoadBinary(MI, MBB, SystemZ::XIHF64, 64); in EmitInstrWithCustomInserter()
5824 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 0, true); in EmitInstrWithCustomInserter()
5826 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 0, true); in EmitInstrWithCustomInserter()
5828 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 32, true); in EmitInstrWithCustomInserter()
5830 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILL, 32, true); in EmitInstrWithCustomInserter()
5832 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 32, true); in EmitInstrWithCustomInserter()
5834 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILF, 32, true); in EmitInstrWithCustomInserter()
5836 return emitAtomicLoadBinary(MI, MBB, SystemZ::NGR, 64, true); in EmitInstrWithCustomInserter()
5838 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILL64, 64, true); in EmitInstrWithCustomInserter()
5840 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH64, 64, true); in EmitInstrWithCustomInserter()
5842 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHL64, 64, true); in EmitInstrWithCustomInserter()
5844 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHH64, 64, true); in EmitInstrWithCustomInserter()
5846 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILF64, 64, true); in EmitInstrWithCustomInserter()
5848 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHF64, 64, true); in EmitInstrWithCustomInserter()