Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp11415 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/llvm/lib/Target/X86/
DX86ISelLowering.cpp22794 MachineBasicBlock *offsetMBB; in EmitVAARG64WithCustomInserter() local
22807 offsetMBB = nullptr; in EmitVAARG64WithCustomInserter()
22830 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
22836 MF->insert(MBBIter, offsetMBB); in EmitVAARG64WithCustomInserter()
22846 thisMBB->addSuccessor(offsetMBB); in EmitVAARG64WithCustomInserter()
22850 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
22875 if (offsetMBB) { in EmitVAARG64WithCustomInserter()
22880 BuildMI(offsetMBB, DL, TII->get(X86::MOV64rm), RegSaveReg) in EmitVAARG64WithCustomInserter()
22890 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARG64WithCustomInserter()
22896 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARG64WithCustomInserter()
[all …]