Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp11778 MachineBasicBlock *mallocMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local
11796 MF->insert(MBBIter, mallocMBB); in EmitLoweredSegAlloca()
11811 BuildMI(BB, DL, TII->get(X86::JG_4)).addMBB(mallocMBB); in EmitLoweredSegAlloca()
11823 BuildMI(mallocMBB, DL, TII->get(X86::MOV64rr), X86::RDI) in EmitLoweredSegAlloca()
11825 BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32)) in EmitLoweredSegAlloca()
11828 BuildMI(mallocMBB, DL, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg) in EmitLoweredSegAlloca()
11830 BuildMI(mallocMBB, DL, TII->get(X86::PUSH32r)).addReg(sizeVReg); in EmitLoweredSegAlloca()
11831 BuildMI(mallocMBB, DL, TII->get(X86::CALLpcrel32)) in EmitLoweredSegAlloca()
11836 BuildMI(mallocMBB, DL, TII->get(X86::ADD32ri), physSPReg).addReg(physSPReg) in EmitLoweredSegAlloca()
11839 BuildMI(mallocMBB, DL, TII->get(TargetOpcode::COPY), mallocPtrVReg) in EmitLoweredSegAlloca()
[all …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp23486 MachineBasicBlock *mallocMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local
23505 MF->insert(MBBIter, mallocMBB); in EmitLoweredSegAlloca()
23520 BuildMI(BB, DL, TII->get(X86::JG_1)).addMBB(mallocMBB); in EmitLoweredSegAlloca()
23534 BuildMI(mallocMBB, DL, TII->get(X86::MOV64rr), X86::RDI) in EmitLoweredSegAlloca()
23536 BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32)) in EmitLoweredSegAlloca()
23542 BuildMI(mallocMBB, DL, TII->get(X86::MOV32rr), X86::EDI) in EmitLoweredSegAlloca()
23544 BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32)) in EmitLoweredSegAlloca()
23550 BuildMI(mallocMBB, DL, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg) in EmitLoweredSegAlloca()
23552 BuildMI(mallocMBB, DL, TII->get(X86::PUSH32r)).addReg(sizeVReg); in EmitLoweredSegAlloca()
23553 BuildMI(mallocMBB, DL, TII->get(X86::CALLpcrel32)) in EmitLoweredSegAlloca()
[all …]