Searched refs:emitAtomicBinaryPartword (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1301 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1303 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1310 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1312 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1319 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1321 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1328 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1330 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1337 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1339 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() [all …]
|
H A D | MipsISelLowering.h | 699 MachineBasicBlock *emitAtomicBinaryPartword(MachineInstr &MI,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1297 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1299 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1306 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1308 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1315 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1317 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1324 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1326 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() 1333 return emitAtomicBinaryPartword(MI, BB, 1); in EmitInstrWithCustomInserter() 1335 return emitAtomicBinaryPartword(MI, BB, 2); in EmitInstrWithCustomInserter() [all …]
|
H A D | MipsISelLowering.h | 690 MachineBasicBlock *emitAtomicBinaryPartword(MachineInstr &MI,
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 975 return emitAtomicBinaryPartword(MI, BB, 1, Mips::ADDu); in EmitInstrWithCustomInserter() 977 return emitAtomicBinaryPartword(MI, BB, 2, Mips::ADDu); in EmitInstrWithCustomInserter() 984 return emitAtomicBinaryPartword(MI, BB, 1, Mips::AND); in EmitInstrWithCustomInserter() 986 return emitAtomicBinaryPartword(MI, BB, 2, Mips::AND); in EmitInstrWithCustomInserter() 993 return emitAtomicBinaryPartword(MI, BB, 1, Mips::OR); in EmitInstrWithCustomInserter() 995 return emitAtomicBinaryPartword(MI, BB, 2, Mips::OR); in EmitInstrWithCustomInserter() 1002 return emitAtomicBinaryPartword(MI, BB, 1, Mips::XOR); in EmitInstrWithCustomInserter() 1004 return emitAtomicBinaryPartword(MI, BB, 2, Mips::XOR); in EmitInstrWithCustomInserter() 1011 return emitAtomicBinaryPartword(MI, BB, 1, 0, true); in EmitInstrWithCustomInserter() 1013 return emitAtomicBinaryPartword(MI, BB, 2, 0, true); in EmitInstrWithCustomInserter() [all …]
|
H A D | MipsISelLowering.h | 583 MachineBasicBlock *emitAtomicBinaryPartword(MachineInstr &MI,
|