Searched refs:emitAtomicLoadMinMax (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 821 MachineBasicBlock *emitAtomicLoadMinMax(MachineInstr &MI,
|
| H A D | SystemZISelLowering.cpp | 9972 MachineBasicBlock *SystemZTargetLowering::emitAtomicLoadMinMax( in emitAtomicLoadMinMax() function in SystemZTargetLowering 10921 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CR, SystemZ::CCMASK_CMP_LE); in EmitInstrWithCustomInserter() 10923 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CR, SystemZ::CCMASK_CMP_GE); in EmitInstrWithCustomInserter() 10925 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, SystemZ::CCMASK_CMP_LE); in EmitInstrWithCustomInserter() 10927 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, SystemZ::CCMASK_CMP_GE); in EmitInstrWithCustomInserter()
|