Searched refs:EmitPartwordAtomicBinary (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 492 MachineBasicBlock *EmitPartwordAtomicBinary(MachineInstr *MI,
|
D | PPCISelLowering.cpp | 7915 PPCTargetLowering::EmitPartwordAtomicBinary(MachineInstr *MI, in EmitPartwordAtomicBinary() function in PPCTargetLowering 8484 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::ADD4); in EmitInstrWithCustomInserter() 8486 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::ADD4); in EmitInstrWithCustomInserter() 8493 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::AND); in EmitInstrWithCustomInserter() 8495 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::AND); in EmitInstrWithCustomInserter() 8502 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::OR); in EmitInstrWithCustomInserter() 8504 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::OR); in EmitInstrWithCustomInserter() 8511 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::XOR); in EmitInstrWithCustomInserter() 8513 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::XOR); in EmitInstrWithCustomInserter() 8520 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::NAND); in EmitInstrWithCustomInserter() [all …]
|