Searched refs:testMBB (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 770 MachineBasicBlock *testMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop() local 774 MF.insert(MBBIter, testMBB); in emitStackProbeInlineGenericLoop() 813 BuildStackAdjustment(*testMBB, testMBB->end(), DL, -StackProbeSize, 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 D | X86ISelLowering.cpp | 36000 MachineBasicBlock *testMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredProbedAlloca() local 36005 MF->insert(MBBIter, testMBB); in EmitLoweredProbedAlloca() 36029 BuildMI(testMBB, DL, in EmitLoweredProbedAlloca() 36034 BuildMI(testMBB, DL, TII->get(X86::JCC_1)) in EmitLoweredProbedAlloca() 36037 testMBB->addSuccessor(blockMBB); in EmitLoweredProbedAlloca() 36038 testMBB->addSuccessor(tailMBB); in EmitLoweredProbedAlloca() 36063 BuildMI(blockMBB, DL, TII->get(X86::JMP_1)).addMBB(testMBB); in EmitLoweredProbedAlloca() 36064 blockMBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca() 36073 MBB->addSuccessor(testMBB); in EmitLoweredProbedAlloca()
|