Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ScratchRegs

809   const MCPhysReg *ScratchRegs = nullptr;
821 ScratchRegs = TLI->getScratchRegisters((CallingConv::ID) CC);
884 if (ScratchRegs)
885 for (unsigned i = 0; ScratchRegs[i]; ++i)
886 MIB.addReg(ScratchRegs[i], RegState::ImplicitDefine |