Searched refs:MaskedOldVal0 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 975 unsigned MaskedOldVal0 = RegInfo.createVirtualRegister(RC); in EmitAtomicBinaryPartword() local 1068 BuildMI(BB, dl, TII->get(Mips::AND), MaskedOldVal0) in EmitAtomicBinaryPartword() 1071 .addReg(MaskedOldVal0).addReg(NewVal); in EmitAtomicBinaryPartword() 1190 unsigned MaskedOldVal0 = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local 1269 BuildMI(BB, dl, TII->get(Mips::AND), MaskedOldVal0) in EmitAtomicCmpSwapPartword() 1272 .addReg(MaskedOldVal0).addReg(ShiftedCmpVal).addMBB(sinkMBB); in EmitAtomicCmpSwapPartword() 1297 .addReg(ShiftAmt).addReg(MaskedOldVal0); in EmitAtomicCmpSwapPartword()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1257 unsigned MaskedOldVal0 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1365 BuildMI(BB, DL, TII->get(Mips::AND), MaskedOldVal0) in emitAtomicBinaryPartword() 1368 .addReg(MaskedOldVal0).addReg(NewVal); in emitAtomicBinaryPartword() 1506 unsigned MaskedOldVal0 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local 1602 BuildMI(BB, DL, TII->get(Mips::AND), MaskedOldVal0) in emitAtomicCmpSwapPartword() 1605 .addReg(MaskedOldVal0).addReg(ShiftedCmpVal).addMBB(sinkMBB); in emitAtomicCmpSwapPartword() 1628 .addReg(MaskedOldVal0).addReg(ShiftAmt); in emitAtomicCmpSwapPartword()
|