Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36515 Register physSPReg = TFI.Uses64BitFramePtr ? X86::RSP : X86::ESP; in EmitLoweredProbedAlloca() local
36523 .addReg(physSPReg); in EmitLoweredProbedAlloca()
36536 .addReg(physSPReg); in EmitLoweredProbedAlloca()
36558 addRegOffset(BuildMI(blockMBB, MIMD, TII->get(XORMIOpc)), physSPReg, false, 0) in EmitLoweredProbedAlloca()
36562 physSPReg) in EmitLoweredProbedAlloca()
36563 .addReg(physSPReg) in EmitLoweredProbedAlloca()
36631 physSPReg = in EmitLoweredSegAlloca() local
36646 BuildMI(BB, MIMD, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg); in EmitLoweredSegAlloca()
36656 BuildMI(bumpMBB, MIMD, TII->get(TargetOpcode::COPY), physSPReg) in EmitLoweredSegAlloca()
36682 BuildMI(mallocMBB, MIMD, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg) in EmitLoweredSegAlloca()
[all …]