Lines Matching defs:physSPReg
35261 Register physSPReg = TFI.Uses64BitFramePtr ? X86::RSP : X86::ESP;
35269 .addReg(physSPReg);
35282 .addReg(physSPReg);
35304 addRegOffset(BuildMI(blockMBB, MIMD, TII->get(XORMIOpc)), physSPReg, false, 0)
35308 physSPReg)
35309 .addReg(physSPReg)
35377 physSPReg =
35392 BuildMI(BB, MIMD, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg);
35402 BuildMI(bumpMBB, MIMD, TII->get(TargetOpcode::COPY), physSPReg)
35428 BuildMI(mallocMBB, MIMD, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg)
35438 BuildMI(mallocMBB, MIMD, TII->get(X86::ADD32ri), physSPReg).addReg(physSPReg)