Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34376 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local
34389 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()
34417 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()
34427 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()
34431 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
34456 if (offsetMBB) { in EmitVAARGWithCustomInserter()
34462 offsetMBB, DL, in EmitVAARGWithCustomInserter()
34498 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr)) in EmitVAARGWithCustomInserter()
34508 BuildMI(offsetMBB, DL, TII->get(X86::JMP_1)) in EmitVAARGWithCustomInserter()
34575 if (offsetMBB) { in EmitVAARGWithCustomInserter()
[all …]