Searched refs:emitAtomicLoadMinMax (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 530 MachineBasicBlock *emitAtomicLoadMinMax(MachineInstr *MI,
|
D | SystemZISelLowering.cpp | 5104 SystemZTargetLowering::emitAtomicLoadMinMax(MachineInstr *MI, in emitAtomicLoadMinMax() function in SystemZTargetLowering 5851 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CR, in EmitInstrWithCustomInserter() 5854 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CR, in EmitInstrWithCustomInserter() 5857 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CGR, in EmitInstrWithCustomInserter() 5861 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CR, in EmitInstrWithCustomInserter() 5864 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CR, in EmitInstrWithCustomInserter() 5867 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CGR, in EmitInstrWithCustomInserter() 5871 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, in EmitInstrWithCustomInserter() 5874 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLR, in EmitInstrWithCustomInserter() 5877 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CLGR, in EmitInstrWithCustomInserter() [all …]
|