Searched refs:emitAtomicBinaryPartword (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 1305 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1307 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1314 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1316 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1323 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1325 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1332 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1334 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1341 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1343 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() [all …]
|
| H A D | MipsISelLowering.h | 687 MachineBasicBlock *emitAtomicBinaryPartword(MachineInstr &MI,
|