Searched refs:testMBB (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 790 MachineBasicBlock *testMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop() local 794 MF.insert(MBBIter, testMBB); in emitStackProbeInlineGenericLoop() 833 BuildStackAdjustment(*testMBB, testMBB->end(), DL, -StackProbeSize, in emitStackProbeInlineGenericLoop() 838 addRegOffset(BuildMI(testMBB, DL, TII.get(MovMIOpc)) in emitStackProbeInlineGenericLoop() 845 BuildMI(testMBB, DL, TII.get(Uses64BitFramePtr ? X86::CMP64rr : X86::CMP32rr)) in emitStackProbeInlineGenericLoop() 851 BuildMI(testMBB, DL, TII.get(X86::JCC_1)) in emitStackProbeInlineGenericLoop() 852 .addMBB(testMBB) in emitStackProbeInlineGenericLoop() 855 testMBB->addSuccessor(testMBB); in emitStackProbeInlineGenericLoop() 856 testMBB->addSuccessor(tailMBB); in emitStackProbeInlineGenericLoop() 861 MBB.addSuccessor(testMBB); in emitStackProbeInlineGenericLoop() [all …]
|
H A D | X86ISelLowering.cpp | 35250 MachineBasicBlock *testMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredProbedAlloca() local 35255 MF->insert(MBBIter, testMBB); in EmitLoweredProbedAlloca() 35279 BuildMI(testMBB, MIMD, in EmitLoweredProbedAlloca() 35284 BuildMI(testMBB, MIMD, TII->get(X86::JCC_1)) in EmitLoweredProbedAlloca() 35287 testMBB->addSuccessor(blockMBB); in EmitLoweredProbedAlloca() 35288 testMBB->addSuccessor(tailMBB); in EmitLoweredProbedAlloca() 35312 BuildMI(blockMBB, MIMD, TII->get(X86::JMP_1)).addMBB(testMBB); in EmitLoweredProbedAlloca() 35313 blockMBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca() 35323 MBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()
|