Searched refs:overflowMBB (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11414 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local 11429 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter() 11450 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 11459 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter() 11470 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter() 11474 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 11494 .addMBB(overflowMBB); in EmitVAARG64WithCustomInserter() 11550 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg) in EmitVAARG64WithCustomInserter() 11566 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter() 11570 BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg) in EmitVAARG64WithCustomInserter() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 26667 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local 26682 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter() 26703 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 26711 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter() 26721 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter() 26725 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 26745 .addMBB(overflowMBB); in EmitVAARG64WithCustomInserter() 26801 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg) in EmitVAARG64WithCustomInserter() 26817 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter() 26821 BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg) in EmitVAARG64WithCustomInserter() [all …]
|