Searched refs:EntryMBB (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyArgumentMove.cpp | 76 MachineBasicBlock &EntryMBB = MF.front(); in runOnMachineFunction() local 77 MachineBasicBlock::iterator InsertPt = EntryMBB.end(); in runOnMachineFunction() 80 for (MachineInstr &MI : EntryMBB) { in runOnMachineFunction() 89 for (MachineInstr &MI : llvm::make_range(InsertPt, EntryMBB.end())) { in runOnMachineFunction() 91 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
|
| H A D | WebAssemblyRegNumbering.cpp | 73 MachineBasicBlock &EntryMBB = MF.front(); in runOnMachineFunction() local 74 for (MachineInstr &MI : EntryMBB) { in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineRegisterInfo.cpp | 464 MachineRegisterInfo::EmitLiveInCopies(MachineBasicBlock *EntryMBB, in EmitLiveInCopies() argument 480 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(), in EmitLiveInCopies() 485 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies() 489 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRFrameLowering.cpp | 497 MachineBasicBlock &EntryMBB = MF.front(); in runOnMachineFunction() local 498 MachineBasicBlock::iterator MBBI = EntryMBB.begin(); in runOnMachineFunction() 499 DebugLoc DL = EntryMBB.findDebugLoc(MBBI); in runOnMachineFunction() 506 BuildMI(EntryMBB, MBBI, DL, TII.get(AVR::COPY), SPCopy).addReg(AVR::SP); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 631 MachineBasicBlock &EntryMBB = MF.front(); in getFunctionLiveInPhysReg() local 638 assert(Def->getParent() == &EntryMBB && "live-in copy not in entry block"); in getFunctionLiveInPhysReg() 652 BuildMI(EntryMBB, EntryMBB.begin(), DL, TII.get(TargetOpcode::COPY), LiveIn) in getFunctionLiveInPhysReg() 654 if (!EntryMBB.isLiveIn(PhysReg)) in getFunctionLiveInPhysReg() 655 EntryMBB.addLiveIn(PhysReg); in getFunctionLiveInPhysReg()
|
| H A D | IRTranslator.cpp | 2139 MachineBasicBlock &EntryMBB = MF->front(); in translateKnownIntrinsic() local 2160 EntryMBB.insert(EntryMBB.begin(), LocalEscape); in translateKnownIntrinsic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 504 MachineBasicBlock *EntryMBB = &MF->front(); in runOnMachineFunction() local 507 TLI->initializeSplitCSR(EntryMBB); in runOnMachineFunction() 552 RegInfo->EmitLiveInCopies(EntryMBB, TRI, *TII); in runOnMachineFunction() 568 TLI->insertCopiesSplitCSR(EntryMBB, Returns); in runOnMachineFunction() 586 EntryMBB->insert(EntryMBB->begin(), MI); in runOnMachineFunction() 617 BuildMI(*EntryMBB, ++InsertPos, DL, TII->get(TargetOpcode::DBG_VALUE), in runOnMachineFunction() 629 if (UseMI->isCopy() && !CopyUseMI && UseMI->getParent() == EntryMBB) { in runOnMachineFunction() 644 EntryMBB->insertAfter(Pos, NewMI); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDILCFGStructurizer.cpp | 809 MachineBasicBlock *EntryMBB = in run() local 811 if (EntryMBB->succ_size() == 0) { in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 972 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,
|