Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp11416 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp26669 MachineBasicBlock *endMBB; in EmitVAARG64WithCustomInserter() local
26683 endMBB = thisMBB; in EmitVAARG64WithCustomInserter()
26705 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
26712 MF->insert(MBBIter, endMBB); in EmitVAARG64WithCustomInserter()
26715 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARG64WithCustomInserter()
26717 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARG64WithCustomInserter()
26724 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
26725 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
26792 .addMBB(endMBB); in EmitVAARG64WithCustomInserter()
26848 BuildMI(*endMBB, endMBB->begin(), DL, in EmitVAARG64WithCustomInserter()
[all …]