• Home
  • Raw
  • Download

Lines Matching refs:emitAtomicLoadBinary

5311 MachineBasicBlock *SystemZTargetLowering::emitAtomicLoadBinary(  in emitAtomicLoadBinary()  function in SystemZTargetLowering
6043 return emitAtomicLoadBinary(MI, MBB, 0, 0); in EmitInstrWithCustomInserter()
6045 return emitAtomicLoadBinary(MI, MBB, 0, 32); in EmitInstrWithCustomInserter()
6047 return emitAtomicLoadBinary(MI, MBB, 0, 64); in EmitInstrWithCustomInserter()
6050 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 0); in EmitInstrWithCustomInserter()
6052 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI, 0); in EmitInstrWithCustomInserter()
6054 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 32); in EmitInstrWithCustomInserter()
6056 return emitAtomicLoadBinary(MI, MBB, SystemZ::AHI, 32); in EmitInstrWithCustomInserter()
6058 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI, 32); in EmitInstrWithCustomInserter()
6060 return emitAtomicLoadBinary(MI, MBB, SystemZ::AGR, 64); in EmitInstrWithCustomInserter()
6062 return emitAtomicLoadBinary(MI, MBB, SystemZ::AGHI, 64); in EmitInstrWithCustomInserter()
6064 return emitAtomicLoadBinary(MI, MBB, SystemZ::AGFI, 64); in EmitInstrWithCustomInserter()
6067 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR, 0); in EmitInstrWithCustomInserter()
6069 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR, 32); in EmitInstrWithCustomInserter()
6071 return emitAtomicLoadBinary(MI, MBB, SystemZ::SGR, 64); in EmitInstrWithCustomInserter()
6074 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 0); in EmitInstrWithCustomInserter()
6076 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 0); in EmitInstrWithCustomInserter()
6078 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 32); in EmitInstrWithCustomInserter()
6080 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILL, 32); in EmitInstrWithCustomInserter()
6082 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 32); in EmitInstrWithCustomInserter()
6084 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILF, 32); in EmitInstrWithCustomInserter()
6086 return emitAtomicLoadBinary(MI, MBB, SystemZ::NGR, 64); in EmitInstrWithCustomInserter()
6088 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILL64, 64); in EmitInstrWithCustomInserter()
6090 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH64, 64); in EmitInstrWithCustomInserter()
6092 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHL64, 64); in EmitInstrWithCustomInserter()
6094 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHH64, 64); in EmitInstrWithCustomInserter()
6096 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILF64, 64); in EmitInstrWithCustomInserter()
6098 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHF64, 64); in EmitInstrWithCustomInserter()
6101 return emitAtomicLoadBinary(MI, MBB, SystemZ::OR, 0); in EmitInstrWithCustomInserter()
6103 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH, 0); in EmitInstrWithCustomInserter()
6105 return emitAtomicLoadBinary(MI, MBB, SystemZ::OR, 32); in EmitInstrWithCustomInserter()
6107 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILL, 32); in EmitInstrWithCustomInserter()
6109 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH, 32); in EmitInstrWithCustomInserter()
6111 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILF, 32); in EmitInstrWithCustomInserter()
6113 return emitAtomicLoadBinary(MI, MBB, SystemZ::OGR, 64); in EmitInstrWithCustomInserter()
6115 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILL64, 64); in EmitInstrWithCustomInserter()
6117 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH64, 64); in EmitInstrWithCustomInserter()
6119 return emitAtomicLoadBinary(MI, MBB, SystemZ::OIHL64, 64); in EmitInstrWithCustomInserter()
6121 return emitAtomicLoadBinary(MI, MBB, SystemZ::OIHH64, 64); in EmitInstrWithCustomInserter()
6123 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILF64, 64); in EmitInstrWithCustomInserter()
6125 return emitAtomicLoadBinary(MI, MBB, SystemZ::OIHF64, 64); in EmitInstrWithCustomInserter()
6128 return emitAtomicLoadBinary(MI, MBB, SystemZ::XR, 0); in EmitInstrWithCustomInserter()
6130 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF, 0); in EmitInstrWithCustomInserter()
6132 return emitAtomicLoadBinary(MI, MBB, SystemZ::XR, 32); in EmitInstrWithCustomInserter()
6134 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF, 32); in EmitInstrWithCustomInserter()
6136 return emitAtomicLoadBinary(MI, MBB, SystemZ::XGR, 64); in EmitInstrWithCustomInserter()
6138 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF64, 64); in EmitInstrWithCustomInserter()
6140 return emitAtomicLoadBinary(MI, MBB, SystemZ::XIHF64, 64); in EmitInstrWithCustomInserter()
6143 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 0, true); in EmitInstrWithCustomInserter()
6145 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 0, true); in EmitInstrWithCustomInserter()
6147 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 32, true); in EmitInstrWithCustomInserter()
6149 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILL, 32, true); in EmitInstrWithCustomInserter()
6151 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH, 32, true); in EmitInstrWithCustomInserter()
6153 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILF, 32, true); in EmitInstrWithCustomInserter()
6155 return emitAtomicLoadBinary(MI, MBB, SystemZ::NGR, 64, true); in EmitInstrWithCustomInserter()
6157 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILL64, 64, true); in EmitInstrWithCustomInserter()
6159 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH64, 64, true); in EmitInstrWithCustomInserter()
6161 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHL64, 64, true); in EmitInstrWithCustomInserter()
6163 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHH64, 64, true); in EmitInstrWithCustomInserter()
6165 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILF64, 64, true); in EmitInstrWithCustomInserter()
6167 return emitAtomicLoadBinary(MI, MBB, SystemZ::NIHF64, 64, true); in EmitInstrWithCustomInserter()