Searched refs:offsetMBB (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11415 MachineBasicBlock *offsetMBB; in EmitVAARG64WithCustomInserter() local 11428 offsetMBB = NULL; in EmitVAARG64WithCustomInserter() 11451 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 11458 MF->insert(MBBIter, offsetMBB); in EmitVAARG64WithCustomInserter() 11469 thisMBB->addSuccessor(offsetMBB); in EmitVAARG64WithCustomInserter() 11473 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 11498 if (offsetMBB) { in EmitVAARG64WithCustomInserter() 11503 BuildMI(offsetMBB, DL, TII->get(X86::MOV64rm), RegSaveReg) in EmitVAARG64WithCustomInserter() 11513 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARG64WithCustomInserter() 11519 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARG64WithCustomInserter() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 26668 MachineBasicBlock *offsetMBB; in EmitVAARG64WithCustomInserter() local 26681 offsetMBB = nullptr; in EmitVAARG64WithCustomInserter() 26704 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 26710 MF->insert(MBBIter, offsetMBB); in EmitVAARG64WithCustomInserter() 26720 thisMBB->addSuccessor(offsetMBB); in EmitVAARG64WithCustomInserter() 26724 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 26749 if (offsetMBB) { in EmitVAARG64WithCustomInserter() 26754 BuildMI(offsetMBB, DL, TII->get(X86::MOV64rm), RegSaveReg) in EmitVAARG64WithCustomInserter() 26764 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARG64WithCustomInserter() 26770 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARG64WithCustomInserter() [all …]
|