Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 __anon9328962b0111::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;
/third_party/skia/third_party/externals/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 __anonf67ae3590111::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()
/third_party/skia/third_party/externals/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()