Searched refs:emitAtomicLoadBinary (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 7349 MachineBasicBlock *SystemZTargetLowering::emitAtomicLoadBinary( in emitAtomicLoadBinary() function in SystemZTargetLowering 8229 return emitAtomicLoadBinary(MI, MBB, 0, 0); in EmitInstrWithCustomInserter() 8231 return emitAtomicLoadBinary(MI, MBB, 0, 32); in EmitInstrWithCustomInserter() 8233 return emitAtomicLoadBinary(MI, MBB, 0, 64); in EmitInstrWithCustomInserter() 8236 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 0); in EmitInstrWithCustomInserter() 8238 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI, 0); in EmitInstrWithCustomInserter() 8240 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR, 32); in EmitInstrWithCustomInserter() 8242 return emitAtomicLoadBinary(MI, MBB, SystemZ::AHI, 32); in EmitInstrWithCustomInserter() 8244 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI, 32); in EmitInstrWithCustomInserter() 8246 return emitAtomicLoadBinary(MI, MBB, SystemZ::AGR, 64); in EmitInstrWithCustomInserter() [all …]
|
H A D | SystemZISelLowering.h | 679 MachineBasicBlock *emitAtomicLoadBinary(MachineInstr &MI,
|