Searched refs:emitAtomicBinaryPartword (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1321 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1323 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1330 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1332 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1339 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1341 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1348 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1350 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1357 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1359 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() [all …]
|
H A D | MipsISelLowering.h | 691 MachineBasicBlock *emitAtomicBinaryPartword(MachineInstr &MI,
|