Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34730 Register physSPReg = TFI.Uses64BitFramePtr ? X86::RSP : X86::ESP; in EmitLoweredProbedAlloca() local
34738 .addReg(physSPReg); in EmitLoweredProbedAlloca()
34751 .addReg(physSPReg); in EmitLoweredProbedAlloca()
34773 addRegOffset(BuildMI(blockMBB, MIMD, TII->get(XORMIOpc)), physSPReg, false, 0) in EmitLoweredProbedAlloca()
34777 physSPReg) in EmitLoweredProbedAlloca()
34778 .addReg(physSPReg) in EmitLoweredProbedAlloca()
34846 physSPReg = in EmitLoweredSegAlloca() local
34861 BuildMI(BB, MIMD, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg); in EmitLoweredSegAlloca()
34871 BuildMI(bumpMBB, MIMD, TII->get(TargetOpcode::COPY), physSPReg) in EmitLoweredSegAlloca()
34897 BuildMI(mallocMBB, MIMD, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg) in EmitLoweredSegAlloca()
[all …]