Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h768 MachineBasicBlock *emitAtomicLoadBinary(MachineInstr &MI,
H A DSystemZISelLowering.cpp9404 return emitAtomicLoadBinary(MI, MBB, 0); in EmitInstrWithCustomInserter()
9407 return emitAtomicLoadBinary(MI, MBB, SystemZ::AR); in EmitInstrWithCustomInserter()
9409 return emitAtomicLoadBinary(MI, MBB, SystemZ::AFI); in EmitInstrWithCustomInserter()
9412 return emitAtomicLoadBinary(MI, MBB, SystemZ::SR); in EmitInstrWithCustomInserter()
9415 return emitAtomicLoadBinary(MI, MBB, SystemZ::NR); in EmitInstrWithCustomInserter()
9417 return emitAtomicLoadBinary(MI, MBB, SystemZ::NILH); in EmitInstrWithCustomInserter()
9420 return emitAtomicLoadBinary(MI, MBB, SystemZ::OR); in EmitInstrWithCustomInserter()
9422 return emitAtomicLoadBinary(MI, MBB, SystemZ::OILH); in EmitInstrWithCustomInserter()
9425 return emitAtomicLoadBinary(MI, MBB, SystemZ::XR); in EmitInstrWithCustomInserter()
9427 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF); in EmitInstrWithCustomInserter()
[all …]