Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp791 MachineBasicBlock *testMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop() local
795 MF.insert(MBBIter, testMBB); in emitStackProbeInlineGenericLoop()
834 BuildStackAdjustment(*testMBB, testMBB->end(), DL, -StackProbeSize, in emitStackProbeInlineGenericLoop()
839 addRegOffset(BuildMI(testMBB, DL, TII.get(MovMIOpc)) in emitStackProbeInlineGenericLoop()
846 BuildMI(testMBB, DL, TII.get(Uses64BitFramePtr ? X86::CMP64rr : X86::CMP32rr)) in emitStackProbeInlineGenericLoop()
852 BuildMI(testMBB, DL, TII.get(X86::JCC_1)) in emitStackProbeInlineGenericLoop()
853 .addMBB(testMBB) in emitStackProbeInlineGenericLoop()
856 testMBB->addSuccessor(testMBB); in emitStackProbeInlineGenericLoop()
857 testMBB->addSuccessor(tailMBB); in emitStackProbeInlineGenericLoop()
862 MBB.addSuccessor(testMBB); in emitStackProbeInlineGenericLoop()
[all …]
H A DX86ISelLowering.cpp34719 MachineBasicBlock *testMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredProbedAlloca() local
34724 MF->insert(MBBIter, testMBB); in EmitLoweredProbedAlloca()
34748 BuildMI(testMBB, MIMD, in EmitLoweredProbedAlloca()
34753 BuildMI(testMBB, MIMD, TII->get(X86::JCC_1)) in EmitLoweredProbedAlloca()
34756 testMBB->addSuccessor(blockMBB); in EmitLoweredProbedAlloca()
34757 testMBB->addSuccessor(tailMBB); in EmitLoweredProbedAlloca()
34781 BuildMI(blockMBB, MIMD, TII->get(X86::JMP_1)).addMBB(testMBB); in EmitLoweredProbedAlloca()
34782 blockMBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()
34792 MBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()