Searched refs:physSPReg (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12733 physSPReg = Is64Bit ? X86::RSP : X86::ESP; local
12748 BuildMI(BB, DL, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg);
12758 BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), physSPReg)
12776 BuildMI(mallocMBB, DL, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg)
12786 BuildMI(mallocMBB, DL, TII->get(X86::ADD32ri), physSPReg).addReg(physSPReg)

Completed in 92 milliseconds