Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7773 MachineBasicBlock *SystemZTargetLowering::emitAtomicLoadBinary( in emitAtomicLoadBinary() function in SystemZTargetLowering
8819 return emitAtomicLoadBinary(MI, MBB, 0, 0); in EmitInstrWithCustomInserter()
8821 return emitAtomicLoadBinary(MI, MBB, 0, 32); in EmitInstrWithCustomInserter()
8823 return emitAtomicLoadBinary(MI, MBB, 0, 64); in EmitInstrWithCustomInserter()
8826 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 0); in EmitInstrWithCustomInserter()
8828 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI, 0); in EmitInstrWithCustomInserter()
8830 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 32); in EmitInstrWithCustomInserter()
8832 return emitAtomicLoadBinary(MI, MBB, SystemZ::AHI, 32); in EmitInstrWithCustomInserter()
8834 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI, 32); in EmitInstrWithCustomInserter()
8836 return emitAtomicLoadBinary(MI, MBB, SystemZ::AGR, 64); in EmitInstrWithCustomInserter()
[all …]
H A DSystemZISelLowering.h736 MachineBasicBlock *emitAtomicLoadBinary(MachineInstr &MI,