Searched refs:emitAtomicBinary (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 302 AArch64TargetLowering::emitAtomicBinary(MachineInstr *MI, MachineBasicBlock *BB, in emitAtomicBinary() function in AArch64TargetLowering 655 return emitAtomicBinary(MI, MBB, 1, AArch64::ADDwww_lsl); in EmitInstrWithCustomInserter() 657 return emitAtomicBinary(MI, MBB, 2, AArch64::ADDwww_lsl); in EmitInstrWithCustomInserter() 659 return emitAtomicBinary(MI, MBB, 4, AArch64::ADDwww_lsl); in EmitInstrWithCustomInserter() 661 return emitAtomicBinary(MI, MBB, 8, AArch64::ADDxxx_lsl); in EmitInstrWithCustomInserter() 664 return emitAtomicBinary(MI, MBB, 1, AArch64::SUBwww_lsl); in EmitInstrWithCustomInserter() 666 return emitAtomicBinary(MI, MBB, 2, AArch64::SUBwww_lsl); in EmitInstrWithCustomInserter() 668 return emitAtomicBinary(MI, MBB, 4, AArch64::SUBwww_lsl); in EmitInstrWithCustomInserter() 670 return emitAtomicBinary(MI, MBB, 8, AArch64::SUBxxx_lsl); in EmitInstrWithCustomInserter() 673 return emitAtomicBinary(MI, MBB, 1, AArch64::ANDwww_lsl); in EmitInstrWithCustomInserter() [all …]
|
D | AArch64ISelLowering.h | 185 emitAtomicBinary(MachineInstr *MI, MachineBasicBlock *MBB,
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 968 return emitAtomicBinary(MI, BB, 4, Mips::ADDu); in EmitInstrWithCustomInserter() 971 return emitAtomicBinary(MI, BB, 8, Mips::DADDu); in EmitInstrWithCustomInserter() 981 return emitAtomicBinary(MI, BB, 4, Mips::AND); in EmitInstrWithCustomInserter() 984 return emitAtomicBinary(MI, BB, 8, Mips::AND64); in EmitInstrWithCustomInserter() 994 return emitAtomicBinary(MI, BB, 4, Mips::OR); in EmitInstrWithCustomInserter() 997 return emitAtomicBinary(MI, BB, 8, Mips::OR64); in EmitInstrWithCustomInserter() 1007 return emitAtomicBinary(MI, BB, 4, Mips::XOR); in EmitInstrWithCustomInserter() 1010 return emitAtomicBinary(MI, BB, 8, Mips::XOR64); in EmitInstrWithCustomInserter() 1020 return emitAtomicBinary(MI, BB, 4, 0, true); in EmitInstrWithCustomInserter() 1023 return emitAtomicBinary(MI, BB, 8, 0, true); in EmitInstrWithCustomInserter() [all …]
|
D | MipsISelLowering.h | 437 MachineBasicBlock *emitAtomicBinary(MachineInstr *MI, MachineBasicBlock *BB,
|