Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32349 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local
32362 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()
32390 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()
32400 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()
32404 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
32429 if (offsetMBB) { in EmitVAARGWithCustomInserter()
32435 offsetMBB, DL, in EmitVAARGWithCustomInserter()
32471 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr)) in EmitVAARGWithCustomInserter()
32481 BuildMI(offsetMBB, DL, TII->get(X86::JMP_1)) in EmitVAARGWithCustomInserter()
32548 if (offsetMBB) { in EmitVAARGWithCustomInserter()
[all …]