Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp667 MachineBasicBlock *testMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop() local
671 MF.insert(MBBIter, testMBB); in emitStackProbeInlineGenericLoop()
691 BuildMI(testMBB, DL, TII.get(SUBOpc), StackPtr) in emitStackProbeInlineGenericLoop()
698 addRegOffset(BuildMI(testMBB, DL, TII.get(MovMIOpc)) in emitStackProbeInlineGenericLoop()
705 BuildMI(testMBB, DL, TII.get(Uses64BitFramePtr ? X86::CMP64rr : X86::CMP32rr)) in emitStackProbeInlineGenericLoop()
711 BuildMI(testMBB, DL, TII.get(X86::JCC_1)) in emitStackProbeInlineGenericLoop()
712 .addMBB(testMBB) in emitStackProbeInlineGenericLoop()
715 testMBB->addSuccessor(testMBB); in emitStackProbeInlineGenericLoop()
716 testMBB->addSuccessor(tailMBB); in emitStackProbeInlineGenericLoop()
721 MBB.addSuccessor(testMBB); in emitStackProbeInlineGenericLoop()
[all …]
H A DX86ISelLowering.cpp32799 MachineBasicBlock *testMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredProbedAlloca() local
32804 MF->insert(MBBIter, testMBB); in EmitLoweredProbedAlloca()
32828 BuildMI(testMBB, DL, in EmitLoweredProbedAlloca()
32833 BuildMI(testMBB, DL, TII->get(X86::JCC_1)) in EmitLoweredProbedAlloca()
32836 testMBB->addSuccessor(blockMBB); in EmitLoweredProbedAlloca()
32837 testMBB->addSuccessor(tailMBB); in EmitLoweredProbedAlloca()
32862 BuildMI(blockMBB, DL, TII->get(X86::JMP_1)).addMBB(testMBB); in EmitLoweredProbedAlloca()
32863 blockMBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()
32872 MBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()