Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1289 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1291 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1298 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1300 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1307 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1309 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1316 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1318 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1325 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1327 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
[all …]
H A DMipsISelLowering.h682 MachineBasicBlock *emitAtomicBinaryPartword(MachineInstr &MI,