Home
last modified time | relevance | path

Searched refs:emitAtomicLoadBinary (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7229 return emitAtomicLoadBinary(MI, MBB, 0, 0); in EmitInstrWithCustomInserter()
7231 return emitAtomicLoadBinary(MI, MBB, 0, 32); in EmitInstrWithCustomInserter()
7233 return emitAtomicLoadBinary(MI, MBB, 0, 64); in EmitInstrWithCustomInserter()
7236 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 0); in EmitInstrWithCustomInserter()
7238 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI, 0); in EmitInstrWithCustomInserter()
7240 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 32); in EmitInstrWithCustomInserter()
7253 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR, 0); in EmitInstrWithCustomInserter()
7255 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR, 32); in EmitInstrWithCustomInserter()
7260 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR, 0); in EmitInstrWithCustomInserter()
7287 return emitAtomicLoadBinary(MI, MBB, SystemZ::OR, 0); in EmitInstrWithCustomInserter()
[all …]
H A DSystemZISelLowering.h620 MachineBasicBlock *emitAtomicLoadBinary(MachineInstr &MI,