Searched refs:IntfCache (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 176 InterferenceCache IntfCache; member in __anon97cedd6b0111::RAGreedy 841 Cand.reset(IntfCache, 0); in calcCompactRegion() 1109 if (NumCands == IntfCache.getMaxCursors()) { in tryRegionSplit() 1126 Cand.reset(IntfCache, PhysReg); in tryRegionSplit() 1631 IntfCache.init(MF, &PhysReg2LiveUnion[0], Indexes, TRI); in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 255 InterferenceCache IntfCache; member in __anon4e4d313f0111::RAGreedy 1107 Cand.reset(IntfCache, 0); in calcCompactRegion() 1396 if (NumCands == IntfCache.getMaxCursors()) { in calculateRegionSplitCost() 1417 Cand.reset(IntfCache, PhysReg); in calculateRegionSplitCost() 2609 IntfCache.init(MF, Matrix->getLiveUnions(), Indexes, LIS, TRI); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 350 InterferenceCache IntfCache; member in __anondab441770111::RAGreedy 1344 Cand.reset(IntfCache, 0); in calcCompactRegion() 1848 if (NumCands == IntfCache.getMaxCursors()) { in calculateRegionSplitCost() 1869 Cand.reset(IntfCache, PhysReg); in calculateRegionSplitCost() 3202 IntfCache.init(MF, Matrix->getLiveUnions(), Indexes, LIS, TRI); in runOnMachineFunction()
|