Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyArgumentMove.cpp77 MachineBasicBlock &EntryMBB = MF.front(); in runOnMachineFunction() local
78 MachineBasicBlock::iterator InsertPt = EntryMBB.end(); in runOnMachineFunction()
81 for (MachineInstr &MI : EntryMBB) { in runOnMachineFunction()
90 for (MachineInstr &MI : llvm::make_range(InsertPt, EntryMBB.end())) { in runOnMachineFunction()
92 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
DWebAssemblyRegNumbering.cpp74 MachineBasicBlock &EntryMBB = MF.front(); in runOnMachineFunction() local
75 for (MachineInstr &MI : EntryMBB) { in runOnMachineFunction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyArgumentMove.cpp87 MachineBasicBlock &EntryMBB = MF.front(); in runOnMachineFunction() local
88 MachineBasicBlock::iterator InsertPt = EntryMBB.end(); in runOnMachineFunction()
91 for (MachineInstr &MI : EntryMBB) { in runOnMachineFunction()
100 for (MachineInstr &MI : llvm::make_range(InsertPt, EntryMBB.end())) { in runOnMachineFunction()
102 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
DWebAssemblyRegNumbering.cpp69 MachineBasicBlock &EntryMBB = MF.front(); in runOnMachineFunction() local
70 for (MachineInstr &MI : EntryMBB) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/
DPatternMatchTest.cpp133 MachineBasicBlock *EntryMBB = &*MF->begin(); in TEST() local
136 B.setInsertPt(*EntryMBB, EntryMBB->end()); in TEST()
154 MachineBasicBlock *EntryMBB = &*MF->begin(); in TEST() local
157 B.setInsertPt(*EntryMBB, EntryMBB->end()); in TEST()
261 CFB1.setInsertPt(*EntryMBB, EntryMBB->end()); in TEST()
281 MachineBasicBlock *EntryMBB = &*MF->begin(); in TEST() local
284 B.setInsertPt(*EntryMBB, EntryMBB->end()); in TEST()
352 MachineBasicBlock *EntryMBB = &*MF->begin(); in TEST() local
355 B.setInsertPt(*EntryMBB, EntryMBB->end()); in TEST()
408 MachineBasicBlock *EntryMBB = &*MF->begin(); in TEST() local
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineRegisterInfo.cpp216 MachineRegisterInfo::EmitLiveInCopies(MachineBasicBlock *EntryMBB, in EmitLiveInCopies() argument
232 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(), in EmitLiveInCopies()
237 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
241 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
DRegAllocLinearScan.cpp643 MachineFunction::iterator EntryMBB = mf_->begin(); in linearScan() local
664 if (LiveInMBBs[i] != EntryMBB) { in linearScan()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp398 MachineRegisterInfo::EmitLiveInCopies(MachineBasicBlock *EntryMBB, in EmitLiveInCopies() argument
414 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(), in EmitLiveInCopies()
419 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
423 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp465 MachineRegisterInfo::EmitLiveInCopies(MachineBasicBlock *EntryMBB, in EmitLiveInCopies() argument
481 BuildMI(*EntryMBB, EntryMBB->begin(), DebugLoc(), in EmitLiveInCopies()
486 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
490 EntryMBB->addLiveIn(LiveIns[i].first); in EmitLiveInCopies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp510 MachineBasicBlock &EntryMBB = MF.front(); in runOnMachineFunction() local
511 MachineBasicBlock::iterator MBBI = EntryMBB.begin(); in runOnMachineFunction()
512 DebugLoc DL = EntryMBB.findDebugLoc(MBBI); in runOnMachineFunction()
519 BuildMI(EntryMBB, MBBI, DL, TII.get(AVR::COPY), SPCopy).addReg(AVR::SP); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86RetpolineThunks.cpp222 MachineBasicBlock *EntryMBB = MF.CreateMachineBasicBlock(Entry); in createThunkFunction() local
225 MF.insert(MF.end(), EntryMBB); in createThunkFunction()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp495 MachineBasicBlock *EntryMBB = &MF->front(); in runOnMachineFunction() local
498 TLI->initializeSplitCSR(EntryMBB); in runOnMachineFunction()
506 RegInfo->EmitLiveInCopies(EntryMBB, TRI, *TII); in runOnMachineFunction()
522 TLI->insertCopiesSplitCSR(EntryMBB, Returns); in runOnMachineFunction()
539 EntryMBB->insert(EntryMBB->begin(), MI); in runOnMachineFunction()
566 BuildMI(*EntryMBB, ++InsertPos, DL, TII->get(TargetOpcode::DBG_VALUE), in runOnMachineFunction()
578 if (UseMI->isCopy() && !CopyUseMI && UseMI->getParent() == EntryMBB) { in runOnMachineFunction()
591 EntryMBB->insertAfter(Pos, NewMI); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp294 MachineBasicBlock *EntryMBB = MF->begin(); in runOnMachineFunction() local
295 RegInfo->EmitLiveInCopies(EntryMBB, TRI, TII); in runOnMachineFunction()
309 EntryMBB->insert(EntryMBB->begin(), MI); in runOnMachineFunction()
326 BuildMI(*EntryMBB, ++InsertPos, MI->getDebugLoc(), in runOnMachineFunction()
339 if (UseMI->isCopy() && !CopyUseMI && UseMI->getParent() == EntryMBB) { in runOnMachineFunction()
351 EntryMBB->insertAfter(CopyUseMI, NewMI); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp464 MachineBasicBlock *EntryMBB = &MF->front(); in runOnMachineFunction() local
467 TLI->initializeSplitCSR(EntryMBB); in runOnMachineFunction()
479 RegInfo->EmitLiveInCopies(EntryMBB, TRI, *TII); in runOnMachineFunction()
495 TLI->insertCopiesSplitCSR(EntryMBB, Returns); in runOnMachineFunction()
511 EntryMBB->insert(EntryMBB->begin(), MI); in runOnMachineFunction()
540 BuildMI(*EntryMBB, ++InsertPos, DL, TII->get(TargetOpcode::DBG_VALUE), in runOnMachineFunction()
552 if (UseMI->isCopy() && !CopyUseMI && UseMI->getParent() == EntryMBB) { in runOnMachineFunction()
565 EntryMBB->insertAfter(Pos, NewMI); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h331 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h816 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp834 MachineBasicBlock *EntryMBB = in run() local
836 if (EntryMBB->succ_size() == 0) { in run()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp843 MachineBasicBlock *EntryMBB = in run() local
845 if (EntryMBB->succ_size() == 0) { in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h935 void EmitLiveInCopies(MachineBasicBlock *EntryMBB,