Home
last modified time | relevance | path

Searched refs:MBBVector (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCFIInstrInserter.cpp55 MBBVector.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
64 MBBVector.clear(); in runOnMachineFunction()
86 std::vector<MBBCFAInfo> MBBVector; member in __anonfa9768460111::CFIInstrInserter
108 return -MBBVector[MBB->getNumber()].IncomingCFAOffset; in getCorrectCFAOffset()
144 MBBVector[MBB.getNumber()] = MBBInfo; in calculateCFAInfo()
152 if (MBBVector[MBB.getNumber()].Processed) continue; in calculateCFAInfo()
153 updateSuccCFAInfo(MBBVector[MBB.getNumber()]); in calculateCFAInfo()
229 MBBCFAInfo &CurrentInfo = MBBVector[Current->getNumber()]; in updateSuccCFAInfo()
235 MBBCFAInfo &SuccInfo = MBBVector[Succ->getNumber()]; in updateSuccCFAInfo()
246 const MBBCFAInfo *PrevMBBInfo = &MBBVector[MF.front().getNumber()]; in insertCFIInstrs()
[all …]
DPrologEpilogInserter.cpp77 using MBBVector = SmallVector<MachineBasicBlock *, 4>; typedef
109 MBBVector SaveBlocks;
110 MBBVector RestoreBlocks;
/external/llvm-project/llvm/lib/CodeGen/
DCFIInstrInserter.cpp57 MBBVector.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
66 MBBVector.clear(); in runOnMachineFunction()
102 std::vector<MBBCFAInfo> MBBVector; member in __anon142df3320111::CFIInstrInserter
127 return MBBVector[MBB->getNumber()].IncomingCFAOffset; in getCorrectCFAOffset()
168 MBBVector[MBB.getNumber()] = MBBInfo; in calculateCFAInfo()
176 updateSuccCFAInfo(MBBVector[MF.front().getNumber()]); in calculateCFAInfo()
279 MBBCFAInfo &CurrentInfo = MBBVector[Current->getNumber()]; in updateSuccCFAInfo()
282 MBBCFAInfo &SuccInfo = MBBVector[Succ->getNumber()]; in updateSuccCFAInfo()
294 const MBBCFAInfo *PrevMBBInfo = &MBBVector[MF.front().getNumber()]; in insertCFIInstrs()
302 const MBBCFAInfo &MBBInfo = MBBVector[MBB.getNumber()]; in insertCFIInstrs()
[all …]
DPrologEpilogInserter.cpp77 using MBBVector = SmallVector<MachineBasicBlock *, 4>; typedef
109 MBBVector SaveBlocks;
110 MBBVector RestoreBlocks;
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp50 typedef SmallVector<MachineBasicBlock *, 4> MBBVector; typedef
54 const MBBVector &SaveBlocks,
55 const MBBVector &RestoreBlocks);
68 unsigned &, unsigned &, const MBBVector &, in PEI()
69 const MBBVector &) {}; in PEI() argument
95 const MBBVector &SaveBlocks,
96 const MBBVector &RestoreBlocks)>
112 MBBVector SaveBlocks;
113 MBBVector RestoreBlocks;
460 const MBBVector &SaveBlocks, in insertCSRSpillsAndRestores()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerSGPRSpills.cpp37 using MBBVector = SmallVector<MachineBasicBlock *, 4>; typedef
56 MBBVector SaveBlocks;
57 MBBVector RestoreBlocks;
DAMDILCFGStructurizer.cpp119 using MBBVector = SmallVector<MachineBasicBlock *, 32>; typedef in __anon1cdf53340111::AMDGPUCFGStructurizer
184 for (MBBVector::const_iterator iterBlk = OrderedBlks.begin(), in printOrderedBlocks()
211 int countActiveBlock(MBBVector::const_iterator It,
212 MBBVector::const_iterator E) const;
406 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()
407 MBBVector::const_iterator E) const { in countActiveBlock()
722 MBBVector ExitingMBBs; in prepare()
1041 MBBVector ExitingMBBs; in mergeLoop()
1047 MBBVector ExitBlks; in mergeLoop()
1055 MBBVector LatchBlks; in mergeLoop()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSILowerSGPRSpills.cpp38 using MBBVector = SmallVector<MachineBasicBlock *, 4>; typedef
57 MBBVector SaveBlocks;
58 MBBVector RestoreBlocks;
DAMDILCFGStructurizer.cpp119 using MBBVector = SmallVector<MachineBasicBlock *, 32>; typedef in __anon952175200111::AMDGPUCFGStructurizer
184 for (MBBVector::const_iterator iterBlk = OrderedBlks.begin(), in printOrderedBlocks()
211 int countActiveBlock(MBBVector::const_iterator It,
212 MBBVector::const_iterator E) const;
406 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()
407 MBBVector::const_iterator E) const { in countActiveBlock()
722 MBBVector ExitingMBBs; in prepare()
1041 MBBVector ExitingMBBs; in mergeLoop()
1047 MBBVector ExitBlks; in mergeLoop()
1055 MBBVector LatchBlks; in mergeLoop()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp125 typedef SmallVector<MachineBasicBlock *, 32> MBBVector; typedef in __anon4bd2a1920311::AMDGPUCFGStructurizer
192 for (MBBVector::const_iterator iterBlk = OrderedBlks.begin(), in printOrderedBlocks()
218 int countActiveBlock(MBBVector::const_iterator It,
219 MBBVector::const_iterator E) const;
401 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()
402 MBBVector::const_iterator E) const { in countActiveBlock()
722 MBBVector ExitingMBBs; in prepare()
1066 MBBVector ExitingMBBs; in mergeLoop()
1071 MBBVector ExitBlks; in mergeLoop()
1079 MBBVector LatchBlks; in mergeLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1874 using MBBVector = std::vector<MachineBasicBlock *>; in createPreheaderForLoop() typedef
1876 MBBVector Preds(Header->pred_begin(), Header->pred_end()); in createPreheaderForLoop()
1883 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) { in createPreheaderForLoop()
1966 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) { in createPreheaderForLoop()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1837 typedef std::vector<MachineBasicBlock*> MBBVector; in createPreheaderForLoop() typedef
1838 MBBVector Preds(Header->pred_begin(), Header->pred_end()); in createPreheaderForLoop()
1845 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) { in createPreheaderForLoop()
1929 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) { in createPreheaderForLoop()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1874 using MBBVector = std::vector<MachineBasicBlock *>; in createPreheaderForLoop() typedef
1876 MBBVector Preds(Header->pred_begin(), Header->pred_end()); in createPreheaderForLoop()
1883 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) { in createPreheaderForLoop()
1966 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) { in createPreheaderForLoop()