Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36011 Register physSPReg = TFI.Uses64BitFramePtr ? X86::RSP : X86::ESP; in EmitLoweredProbedAlloca() local
36019 .addReg(physSPReg); in EmitLoweredProbedAlloca()
36032 .addReg(physSPReg); in EmitLoweredProbedAlloca()
36054 addRegOffset(BuildMI(blockMBB, DL, TII->get(XORMIOpc)), physSPReg, false, 0) in EmitLoweredProbedAlloca()
36058 TII->get(getSUBriOpcode(TFI.Uses64BitFramePtr, ProbeSize)), physSPReg) in EmitLoweredProbedAlloca()
36059 .addReg(physSPReg) in EmitLoweredProbedAlloca()
36127 physSPReg = in EmitLoweredSegAlloca() local
36142 BuildMI(BB, DL, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg); in EmitLoweredSegAlloca()
36152 BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), physSPReg) in EmitLoweredSegAlloca()
36178 BuildMI(mallocMBB, DL, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg) in EmitLoweredSegAlloca()
[all …]