Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp11779 MachineBasicBlock *bumpMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local
11795 MF->insert(MBBIter, bumpMBB); in EmitLoweredSegAlloca()
11815 BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), physSPReg) in EmitLoweredSegAlloca()
11817 BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), bumpSPPtrVReg) in EmitLoweredSegAlloca()
11819 BuildMI(bumpMBB, DL, TII->get(X86::JMP_4)).addMBB(continueMBB); in EmitLoweredSegAlloca()
11844 BB->addSuccessor(bumpMBB); in EmitLoweredSegAlloca()
11847 bumpMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()
11853 .addReg(bumpSPPtrVReg).addMBB(bumpMBB); in EmitLoweredSegAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp27432 MachineBasicBlock *bumpMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local
27449 MF->insert(MBBIter, bumpMBB); in EmitLoweredSegAlloca()
27469 BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), physSPReg) in EmitLoweredSegAlloca()
27471 BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), bumpSPPtrVReg) in EmitLoweredSegAlloca()
27473 BuildMI(bumpMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()
27513 BB->addSuccessor(bumpMBB); in EmitLoweredSegAlloca()
27516 bumpMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()
27524 .addMBB(bumpMBB); in EmitLoweredSegAlloca()