Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35146 MF->insert(MBBIter, mallocMBB); in EmitLoweredSegAlloca()
35175 BuildMI(mallocMBB, DL, TII->get(X86::MOV64rr), X86::RDI) in EmitLoweredSegAlloca()
35177 BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32)) in EmitLoweredSegAlloca()
35183 BuildMI(mallocMBB, DL, TII->get(X86::MOV32rr), X86::EDI) in EmitLoweredSegAlloca()
35185 BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32)) in EmitLoweredSegAlloca()
35193 BuildMI(mallocMBB, DL, TII->get(X86::PUSH32r)).addReg(sizeVReg); in EmitLoweredSegAlloca()
35194 BuildMI(mallocMBB, DL, TII->get(X86::CALLpcrel32)) in EmitLoweredSegAlloca()
35206 BuildMI(mallocMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()
35210 BB->addSuccessor(mallocMBB); in EmitLoweredSegAlloca()
35211 mallocMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()
[all …]