Lines Matching refs:emitAtomicBinaryPartword

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()
1366 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1368 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1375 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1377 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1393 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1395 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1402 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1404 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1411 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1413 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1420 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1422 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1674 MachineBasicBlock *MipsTargetLowering::emitAtomicBinaryPartword( in emitAtomicBinaryPartword() function in MipsTargetLowering