Lines Matching refs:emitAtomicBinaryPartword
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()
1350 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1352 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1359 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1361 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1377 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1379 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1386 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1388 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1395 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1397 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1404 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter()
1406 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter()
1658 MachineBasicBlock *MipsTargetLowering::emitAtomicBinaryPartword( in emitAtomicBinaryPartword() function in MipsTargetLowering