Lines Matching defs:ScratchRegs
643 unsigned ScratchRegs[] = {RISCV::X6, RISCV::X7};
648 for (auto &Reg : ScratchRegs) {
660 // ScratchRegs[0].
662 .addReg(ScratchRegs[0])
678 .addReg(ScratchRegs[0])
690 MCInstBuilder(RISCV::LUI).addReg(ScratchRegs[1]).addImm(Hi20));
697 .addReg(ScratchRegs[1])
698 .addReg(ScratchRegs[1])
706 .addReg(ScratchRegs[0])
707 .addReg(ScratchRegs[1])