Lines Matching refs:physSPReg
35024 Register physSPReg = TFI.Uses64BitFramePtr ? X86::RSP : X86::ESP; in EmitLoweredProbedAlloca() local
35032 .addReg(physSPReg); in EmitLoweredProbedAlloca()
35045 .addReg(physSPReg); in EmitLoweredProbedAlloca()
35067 addRegOffset(BuildMI(blockMBB, DL, TII->get(XORMIOpc)), physSPReg, false, 0) in EmitLoweredProbedAlloca()
35071 TII->get(getSUBriOpcode(TFI.Uses64BitFramePtr, ProbeSize)), physSPReg) in EmitLoweredProbedAlloca()
35072 .addReg(physSPReg) in EmitLoweredProbedAlloca()
35140 physSPReg = in EmitLoweredSegAlloca() local
35155 BuildMI(BB, DL, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg); in EmitLoweredSegAlloca()
35165 BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), physSPReg) in EmitLoweredSegAlloca()
35191 BuildMI(mallocMBB, DL, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg) in EmitLoweredSegAlloca()
35201 BuildMI(mallocMBB, DL, TII->get(X86::ADD32ri), physSPReg).addReg(physSPReg) in EmitLoweredSegAlloca()