Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35363 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local
35376 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()
35398 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
35404 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()
35414 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()
35418 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
35443 if (offsetMBB) { in EmitVAARGWithCustomInserter()
35449 offsetMBB, DL, in EmitVAARGWithCustomInserter()
35462 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARGWithCustomInserter()
35468 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARGWithCustomInserter()
[all …]