Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1305 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 DMipsISelLowering.h687 MachineBasicBlock *emitAtomicBinaryPartword(MachineInstr &MI,