Searched refs:mallocMBB (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 20985 MachineBasicBlock *mallocMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local 21004 MF->insert(MBBIter, mallocMBB); in EmitLoweredSegAlloca() 21019 BuildMI(BB, DL, TII->get(X86::JG_1)).addMBB(mallocMBB); in EmitLoweredSegAlloca() 21035 BuildMI(mallocMBB, DL, TII->get(X86::MOV64rr), X86::RDI) in EmitLoweredSegAlloca() 21037 BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32)) in EmitLoweredSegAlloca() 21043 BuildMI(mallocMBB, DL, TII->get(X86::MOV32rr), X86::EDI) in EmitLoweredSegAlloca() 21045 BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32)) in EmitLoweredSegAlloca() 21051 BuildMI(mallocMBB, DL, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg) in EmitLoweredSegAlloca() 21053 BuildMI(mallocMBB, DL, TII->get(X86::PUSH32r)).addReg(sizeVReg); in EmitLoweredSegAlloca() 21054 BuildMI(mallocMBB, DL, TII->get(X86::CALLpcrel32)) in EmitLoweredSegAlloca() [all …]
|