Home
last modified time | relevance | path

Searched refs:IntfCache (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp176 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/
DRegAllocGreedy.cpp255 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/
DRegAllocGreedy.cpp350 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()