Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35128 MachineBasicBlock *bumpMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local
35145 MF->insert(MBBIter, bumpMBB); in EmitLoweredSegAlloca()
35165 BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), physSPReg) in EmitLoweredSegAlloca()
35167 BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), bumpSPPtrVReg) in EmitLoweredSegAlloca()
35169 BuildMI(bumpMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()
35209 BB->addSuccessor(bumpMBB); in EmitLoweredSegAlloca()
35212 bumpMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()
35220 .addMBB(bumpMBB); in EmitLoweredSegAlloca()