Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp766 MachineBasicBlock *testMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop() local
770 MF.insert(MBBIter, testMBB); in emitStackProbeInlineGenericLoop()
811 BuildMI(testMBB, DL, TII.get(SUBOpc), StackPtr) in emitStackProbeInlineGenericLoop()
818 addRegOffset(BuildMI(testMBB, DL, TII.get(MovMIOpc)) in emitStackProbeInlineGenericLoop()
825 BuildMI(testMBB, DL, TII.get(Uses64BitFramePtr ? X86::CMP64rr : X86::CMP32rr)) in emitStackProbeInlineGenericLoop()
831 BuildMI(testMBB, DL, TII.get(X86::JCC_1)) in emitStackProbeInlineGenericLoop()
832 .addMBB(testMBB) in emitStackProbeInlineGenericLoop()
835 testMBB->addSuccessor(testMBB); in emitStackProbeInlineGenericLoop()
836 testMBB->addSuccessor(tailMBB); in emitStackProbeInlineGenericLoop()
841 MBB.addSuccessor(testMBB); in emitStackProbeInlineGenericLoop()
[all …]
H A DX86ISelLowering.cpp35013 MachineBasicBlock *testMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredProbedAlloca() local
35018 MF->insert(MBBIter, testMBB); in EmitLoweredProbedAlloca()
35042 BuildMI(testMBB, DL, in EmitLoweredProbedAlloca()
35047 BuildMI(testMBB, DL, TII->get(X86::JCC_1)) in EmitLoweredProbedAlloca()
35050 testMBB->addSuccessor(blockMBB); in EmitLoweredProbedAlloca()
35051 testMBB->addSuccessor(tailMBB); in EmitLoweredProbedAlloca()
35076 BuildMI(blockMBB, DL, TII->get(X86::JMP_1)).addMBB(testMBB); in EmitLoweredProbedAlloca()
35077 blockMBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()
35086 MBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()