Searched refs:EntryMBB (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineRegisterInfo.cpp | 468 MachineRegisterInfo::EmitLiveInCopies(MachineBasicBlock *EntryMBB, in EmitLiveInCopies() argument 484 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(), in EmitLiveInCopies() 489 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies() 493 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 885 MachineBasicBlock &EntryMBB = MF.front(); in getFunctionLiveInPhysReg() local 892 assert(Def->getParent() == &EntryMBB && "live-in copy not in entry block"); in getFunctionLiveInPhysReg() 906 BuildMI(EntryMBB, EntryMBB.begin(), DL, TII.get(TargetOpcode::COPY), LiveIn) in getFunctionLiveInPhysReg() 908 if (!EntryMBB.isLiveIn(PhysReg)) in getFunctionLiveInPhysReg() 909 EntryMBB.addLiveIn(PhysReg); in getFunctionLiveInPhysReg()
|
| H A D | IRTranslator.cpp | 2331 MachineBasicBlock &EntryMBB = MF->front(); in translateKnownIntrinsic() local 2352 EntryMBB.insert(EntryMBB.begin(), LocalEscape); in translateKnownIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 511 MachineBasicBlock *EntryMBB = &MF->front(); in runOnMachineFunction() local 514 TLI->initializeSplitCSR(EntryMBB); in runOnMachineFunction() 559 RegInfo->EmitLiveInCopies(EntryMBB, TRI, *TII); in runOnMachineFunction() 575 TLI->insertCopiesSplitCSR(EntryMBB, Returns); in runOnMachineFunction() 593 EntryMBB->insert(EntryMBB->begin(), MI); in runOnMachineFunction() 628 BuildMI(*EntryMBB, ++InsertPos, DL, TII->get(TargetOpcode::DBG_VALUE), in runOnMachineFunction() 640 if (UseMI->isCopy() && !CopyUseMI && UseMI->getParent() == EntryMBB) { in runOnMachineFunction() 655 EntryMBB->insertAfter(Pos, NewMI); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineCFGStructurizer.cpp | 806 MachineBasicBlock *EntryMBB = in run() local 808 if (EntryMBB->succ_empty()) { in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 1013 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,
|