Searched refs:endMBB (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11416 MachineBasicBlock *endMBB; in EmitVAARG64WithCustomInserter() local 11430 endMBB = thisMBB; in EmitVAARG64WithCustomInserter() 11452 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 11460 MF->insert(MBBIter, endMBB); in EmitVAARG64WithCustomInserter() 11463 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARG64WithCustomInserter() 11466 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARG64WithCustomInserter() 11473 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 11474 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 11541 .addMBB(endMBB); in EmitVAARG64WithCustomInserter() 11597 BuildMI(*endMBB, endMBB->begin(), DL, in EmitVAARG64WithCustomInserter() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 22795 MachineBasicBlock *endMBB; in EmitVAARG64WithCustomInserter() local 22809 endMBB = thisMBB; in EmitVAARG64WithCustomInserter() 22831 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 22838 MF->insert(MBBIter, endMBB); in EmitVAARG64WithCustomInserter() 22841 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARG64WithCustomInserter() 22843 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARG64WithCustomInserter() 22850 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 22851 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 22918 .addMBB(endMBB); in EmitVAARG64WithCustomInserter() 22974 BuildMI(*endMBB, endMBB->begin(), DL, in EmitVAARG64WithCustomInserter() [all …]
|