Searched refs:emitAtomicLoadBinary (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 778 MachineBasicBlock *emitAtomicLoadBinary(MachineInstr &MI,
|
H A D | SystemZISelLowering.cpp | 8552 MachineBasicBlock *SystemZTargetLowering::emitAtomicLoadBinary( in emitAtomicLoadBinary() function in SystemZTargetLowering 9566 return emitAtomicLoadBinary(MI, MBB, 0); in EmitInstrWithCustomInserter() 9569 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR); in EmitInstrWithCustomInserter() 9571 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI); in EmitInstrWithCustomInserter() 9574 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR); in EmitInstrWithCustomInserter() 9577 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR); in EmitInstrWithCustomInserter() 9579 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH); in EmitInstrWithCustomInserter() 9582 return emitAtomicLoadBinary(MI, MBB, SystemZ::OR); in EmitInstrWithCustomInserter() 9584 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH); in EmitInstrWithCustomInserter() 9587 return emitAtomicLoadBinary(MI, MBB, SystemZ::XR); in EmitInstrWithCustomInserter() [all …]
|