Searched refs:offsetMBB (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 30380 MachineBasicBlock *offsetMBB; in EmitVAARG64WithCustomInserter() local 30393 offsetMBB = nullptr; in EmitVAARG64WithCustomInserter() 30415 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter() 30421 MF->insert(MBBIter, offsetMBB); in EmitVAARG64WithCustomInserter() 30431 thisMBB->addSuccessor(offsetMBB); in EmitVAARG64WithCustomInserter() 30435 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter() 30460 if (offsetMBB) { in EmitVAARG64WithCustomInserter() 30465 BuildMI(offsetMBB, DL, TII->get(X86::MOV64rm), RegSaveReg) in EmitVAARG64WithCustomInserter() 30475 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARG64WithCustomInserter() 30481 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARG64WithCustomInserter() [all …]
|