Searched refs:physSPReg (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 32810 Register physSPReg = TFI.Uses64BitFramePtr ? X86::RSP : X86::ESP; in EmitLoweredProbedAlloca() local 32818 .addReg(physSPReg); in EmitLoweredProbedAlloca() 32831 .addReg(physSPReg); in EmitLoweredProbedAlloca() 32853 addRegOffset(BuildMI(blockMBB, DL, TII->get(XORMIOpc)), physSPReg, false, 0) in EmitLoweredProbedAlloca() 32857 TII->get(getSUBriOpcode(TFI.Uses64BitFramePtr, ProbeSize)), physSPReg) in EmitLoweredProbedAlloca() 32858 .addReg(physSPReg) in EmitLoweredProbedAlloca() 32926 physSPReg = in EmitLoweredSegAlloca() local 32941 BuildMI(BB, DL, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg); in EmitLoweredSegAlloca() 32951 BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), physSPReg) in EmitLoweredSegAlloca() 32977 BuildMI(mallocMBB, DL, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg) in EmitLoweredSegAlloca() [all …]
|