Searched refs:emitAtomicLoadBinary (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 8821 return emitAtomicLoadBinary(MI, MBB, 0, 0); in EmitInstrWithCustomInserter() 8823 return emitAtomicLoadBinary(MI, MBB, 0, 32); in EmitInstrWithCustomInserter() 8825 return emitAtomicLoadBinary(MI, MBB, 0, 64); in EmitInstrWithCustomInserter() 8828 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 0); in EmitInstrWithCustomInserter() 8830 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI, 0); in EmitInstrWithCustomInserter() 8832 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 32); in EmitInstrWithCustomInserter() 8845 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR, 0); in EmitInstrWithCustomInserter() 8847 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR, 32); in EmitInstrWithCustomInserter() 8852 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 0); in EmitInstrWithCustomInserter() 8879 return emitAtomicLoadBinary(MI, MBB, SystemZ::OR, 0); in EmitInstrWithCustomInserter() [all …]
|
| H A D | SystemZISelLowering.h | 738 MachineBasicBlock *emitAtomicLoadBinary(MachineInstr &MI,
|