Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32156 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local
32169 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()
32191 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
32197 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()
32207 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()
32211 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
32236 if (offsetMBB) { in EmitVAARGWithCustomInserter()
32242 offsetMBB, DL, in EmitVAARGWithCustomInserter()
32255 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARGWithCustomInserter()
32261 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARGWithCustomInserter()
[all …]