Searched refs:BinOpRes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsExpandPseudo.cpp | 417 Register BinOpRes = I->getOperand(7).getReg(); in expandAtomicBinOpSubword() local 442 BuildMI(loopMBB, DL, TII->get(Mips::AND), BinOpRes) in expandAtomicBinOpSubword() 445 BuildMI(loopMBB, DL, TII->get(Mips::NOR), BinOpRes) in expandAtomicBinOpSubword() 447 .addReg(BinOpRes); in expandAtomicBinOpSubword() 448 BuildMI(loopMBB, DL, TII->get(Mips::AND), BinOpRes) in expandAtomicBinOpSubword() 449 .addReg(BinOpRes) in expandAtomicBinOpSubword() 485 BuildMI(loopMBB, DL, TII->get(SELOldVal), BinOpRes) in expandAtomicBinOpSubword() 491 BuildMI(loopMBB, DL, TII->get(OR), BinOpRes) in expandAtomicBinOpSubword() 492 .addReg(BinOpRes) in expandAtomicBinOpSubword() 499 BuildMI(loopMBB, DL, TII->get(OR), BinOpRes) in expandAtomicBinOpSubword() [all …]
|