Lines Matching defs:ScratchRegs
542 unsigned ScratchRegs[] = {RISCV::X6, RISCV::X7};
547 for (auto &Reg : ScratchRegs) {
559 // ScratchRegs[0].
561 .addReg(ScratchRegs[0])
577 .addReg(ScratchRegs[0])
589 MCInstBuilder(RISCV::LUI).addReg(ScratchRegs[1]).addImm(Hi20));
596 .addReg(ScratchRegs[1])
597 .addReg(ScratchRegs[1])
605 .addReg(ScratchRegs[0])
606 .addReg(ScratchRegs[1])