Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h817 MachineBasicBlock *emitAtomicLoadBinary(MachineInstr &MI,
H A DSystemZISelLowering.cpp9876 MachineBasicBlock *SystemZTargetLowering::emitAtomicLoadBinary( in emitAtomicLoadBinary() function in SystemZTargetLowering
10890 return emitAtomicLoadBinary(MI, MBB, 0); in EmitInstrWithCustomInserter()
10893 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR); in EmitInstrWithCustomInserter()
10895 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI); in EmitInstrWithCustomInserter()
10898 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR); in EmitInstrWithCustomInserter()
10901 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR); in EmitInstrWithCustomInserter()
10903 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH); in EmitInstrWithCustomInserter()
10906 return emitAtomicLoadBinary(MI, MBB, SystemZ::OR); in EmitInstrWithCustomInserter()
10908 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH); in EmitInstrWithCustomInserter()
10911 return emitAtomicLoadBinary(MI, MBB, SystemZ::XR); in EmitInstrWithCustomInserter()
[all …]