Searched refs:testMBB (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 667 MachineBasicBlock *testMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop() local 671 MF.insert(MBBIter, testMBB); in emitStackProbeInlineGenericLoop() 693 BuildMI(testMBB, DL, TII.get(SUBOpc), StackPtr) in emitStackProbeInlineGenericLoop() 700 addRegOffset(BuildMI(testMBB, DL, TII.get(MovMIOpc)) in emitStackProbeInlineGenericLoop() 707 BuildMI(testMBB, DL, TII.get(Uses64BitFramePtr ? X86::CMP64rr : X86::CMP32rr)) in emitStackProbeInlineGenericLoop() 713 BuildMI(testMBB, DL, TII.get(X86::JCC_1)) in emitStackProbeInlineGenericLoop() 714 .addMBB(testMBB) in emitStackProbeInlineGenericLoop() 717 testMBB->addSuccessor(testMBB); in emitStackProbeInlineGenericLoop() 718 testMBB->addSuccessor(tailMBB); in emitStackProbeInlineGenericLoop() 723 MBB.addSuccessor(testMBB); in emitStackProbeInlineGenericLoop() [all …]
|
| H A D | X86ISelLowering.cpp | 32992 MachineBasicBlock *testMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredProbedAlloca() local 32997 MF->insert(MBBIter, testMBB); in EmitLoweredProbedAlloca() 33021 BuildMI(testMBB, DL, in EmitLoweredProbedAlloca() 33026 BuildMI(testMBB, DL, TII->get(X86::JCC_1)) in EmitLoweredProbedAlloca() 33029 testMBB->addSuccessor(blockMBB); in EmitLoweredProbedAlloca() 33030 testMBB->addSuccessor(tailMBB); in EmitLoweredProbedAlloca() 33055 BuildMI(blockMBB, DL, TII->get(X86::JMP_1)).addMBB(testMBB); in EmitLoweredProbedAlloca() 33056 blockMBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca() 33065 MBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()
|