Searched refs:AllocMBB (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1901 MachineBasicBlock *AllocMBB = MF.CreateMachineBasicBlock(); local
1908 AllocMBB->addLiveIn(*i);
1916 MF.push_front(AllocMBB);
2033 AddDefaultPred(AddDefaultCC(BuildMI(AllocMBB, DL, TII.get(ARM::tMOVi8),
2036 AddDefaultPred(BuildMI(AllocMBB, DL, TII.get(ARM::MOVi), ScratchReg0)
2043 AddDefaultCC(BuildMI(AllocMBB, DL, TII.get(ARM::tMOVi8), ScratchReg1))
2046 AddDefaultPred(BuildMI(AllocMBB, DL, TII.get(ARM::MOVi), ScratchReg1)
2053 AddDefaultPred(BuildMI(AllocMBB, DL, TII.get(ARM::tPUSH)))
2056 AddDefaultPred(BuildMI(AllocMBB, DL, TII.get(ARM::STMDB_UPD))
2066 BuildMI(AllocMBB, D
[all...]

Completed in 65 milliseconds