Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34079 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local
34092 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()
34120 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()
34130 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()
34134 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
34159 if (offsetMBB) { in EmitVAARGWithCustomInserter()
34165 offsetMBB, MIMD, in EmitVAARGWithCustomInserter()
34201 BuildMI(offsetMBB, MIMD, TII->get(X86::MOV32mr)) in EmitVAARGWithCustomInserter()
34211 BuildMI(offsetMBB, MIMD, TII->get(X86::JMP_1)) in EmitVAARGWithCustomInserter()
34278 if (offsetMBB) { in EmitVAARGWithCustomInserter()
[all …]