Home
last modified time | relevance | path

Searched refs:EntryMBB (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyArgumentMove.cpp76 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 DWebAssemblyRegNumbering.cpp73 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 DMachineRegisterInfo.cpp468 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 DUtils.cpp885 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 DIRTranslator.cpp2331 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 DSelectionDAGISel.cpp511 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 DR600MachineCFGStructurizer.cpp806 MachineBasicBlock *EntryMBB = in run() local
808 if (EntryMBB->succ_empty()) { in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1013 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,