Searched refs:EntryMBB (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceInstructionsMIR.cpp | 75 MachineBasicBlock *EntryMBB = &*MF.begin(); in extractInstrFromFunction() local 77 EntryMBB->SkipPHIsLabelsAndDebug(EntryMBB->begin()); in extractInstrFromFunction() 137 BuildMI(*EntryMBB, EntryInsPt, DebugLoc(), TII->get(ImpDef)) in extractInstrFromFunction()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 734 MachineBasicBlock &EntryMBB = MF.front(); in getFunctionLiveInPhysReg() local 741 assert(Def->getParent() == &EntryMBB && "live-in copy not in entry block"); in getFunctionLiveInPhysReg() 755 BuildMI(EntryMBB, EntryMBB.begin(), DL, TII.get(TargetOpcode::COPY), LiveIn) in getFunctionLiveInPhysReg() 757 if (!EntryMBB.isLiveIn(PhysReg)) in getFunctionLiveInPhysReg() 758 EntryMBB.addLiveIn(PhysReg); in getFunctionLiveInPhysReg()
|
H A D | IRTranslator.cpp | 2220 MachineBasicBlock &EntryMBB = MF->front(); in translateKnownIntrinsic() local 2241 EntryMBB.insert(EntryMBB.begin(), LocalEscape); in translateKnownIntrinsic()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 475 MachineBasicBlock *EntryMBB = &MF->front(); in runOnMachineFunction() local 478 TLI->initializeSplitCSR(EntryMBB); in runOnMachineFunction() 523 RegInfo->EmitLiveInCopies(EntryMBB, TRI, *TII); in runOnMachineFunction() 539 TLI->insertCopiesSplitCSR(EntryMBB, Returns); in runOnMachineFunction() 557 EntryMBB->insert(EntryMBB->begin(), MI); in runOnMachineFunction() 592 BuildMI(*EntryMBB, ++InsertPos, DL, TII->get(TargetOpcode::DBG_VALUE), in runOnMachineFunction() 604 if (UseMI->isCopy() && !CopyUseMI && UseMI->getParent() == EntryMBB) { in runOnMachineFunction() 619 EntryMBB->insertAfter(Pos, NewMI); in runOnMachineFunction()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 806 MachineBasicBlock *EntryMBB = in run() local 808 if (EntryMBB->succ_empty()) { in run()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineRegisterInfo.h | 1013 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,
|