Searched refs:emitAtomicLoadMinMax (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 772 MachineBasicBlock *emitAtomicLoadMinMax(MachineInstr &MI,
|
| H A D | SystemZISelLowering.cpp | 8482 MachineBasicBlock *SystemZTargetLowering::emitAtomicLoadMinMax( in emitAtomicLoadMinMax() function in SystemZTargetLowering 9435 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CR, SystemZ::CCMASK_CMP_LE); in EmitInstrWithCustomInserter() 9437 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CR, SystemZ::CCMASK_CMP_GE); in EmitInstrWithCustomInserter() 9439 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, SystemZ::CCMASK_CMP_LE); in EmitInstrWithCustomInserter() 9441 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, SystemZ::CCMASK_CMP_GE); in EmitInstrWithCustomInserter()
|