Lines Matching defs:physSPReg
36122 Register physSPReg = TFI.Uses64BitFramePtr ? X86::RSP : X86::ESP;
36130 .addReg(physSPReg);
36143 .addReg(physSPReg);
36165 addRegOffset(BuildMI(blockMBB, MIMD, TII->get(XORMIOpc)), physSPReg, false, 0)
36169 physSPReg)
36170 .addReg(physSPReg)
36238 physSPReg =
36253 BuildMI(BB, MIMD, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg);
36263 BuildMI(bumpMBB, MIMD, TII->get(TargetOpcode::COPY), physSPReg)
36289 BuildMI(mallocMBB, MIMD, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg)
36299 BuildMI(mallocMBB, MIMD, TII->get(X86::ADD32ri), physSPReg).addReg(physSPReg)