Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp825 MachineBasicBlock *testMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop() local
829 MF.insert(MBBIter, testMBB); in emitStackProbeInlineGenericLoop()
887 BuildStackAdjustment(*testMBB, testMBB->end(), DL, -StackProbeSize, in emitStackProbeInlineGenericLoop()
892 addRegOffset(BuildMI(testMBB, DL, TII.get(MovMIOpc)) in emitStackProbeInlineGenericLoop()
899 BuildMI(testMBB, DL, TII.get(Uses64BitFramePtr ? X86::CMP64rr : X86::CMP32rr)) in emitStackProbeInlineGenericLoop()
905 BuildMI(testMBB, DL, TII.get(X86::JCC_1)) in emitStackProbeInlineGenericLoop()
906 .addMBB(testMBB) in emitStackProbeInlineGenericLoop()
909 testMBB->addSuccessor(testMBB); in emitStackProbeInlineGenericLoop()
910 testMBB->addSuccessor(tailMBB); in emitStackProbeInlineGenericLoop()
915 MBB.addSuccessor(testMBB); in emitStackProbeInlineGenericLoop()
[all …]
H A DX86ISelLowering.cpp36504 MachineBasicBlock *testMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredProbedAlloca() local
36509 MF->insert(MBBIter, testMBB); in EmitLoweredProbedAlloca()
36533 BuildMI(testMBB, MIMD, in EmitLoweredProbedAlloca()
36538 BuildMI(testMBB, MIMD, TII->get(X86::JCC_1)) in EmitLoweredProbedAlloca()
36541 testMBB->addSuccessor(blockMBB); in EmitLoweredProbedAlloca()
36542 testMBB->addSuccessor(tailMBB); in EmitLoweredProbedAlloca()
36566 BuildMI(blockMBB, MIMD, TII->get(X86::JMP_1)).addMBB(testMBB); in EmitLoweredProbedAlloca()
36567 blockMBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()
36577 MBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()