Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h772 MachineBasicBlock *emitAtomicLoadMinMax(MachineInstr &MI,
H A DSystemZISelLowering.cpp8482 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()