Home
last modified time | relevance | path

Searched defs:GlobalSplitCandidate (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRegAllocGreedy.h224 struct GlobalSplitCandidate { struct
226 MCRegister PhysReg;
229 unsigned IntvIdx;
232 InterferenceCache::Cursor Intf;
235 BitVector LiveBundles;
236 SmallVector<unsigned, 8> ActiveBlocks;
261 SmallVector<GlobalSplitCandidate, 32> GlobalCand; argument
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp261 struct GlobalSplitCandidate { struct in __anon65c1e5750111::RAGreedy
263 unsigned PhysReg;
266 unsigned IntvIdx;
269 InterferenceCache::Cursor Intf;
272 BitVector LiveBundles;
273 SmallVector<unsigned, 8> ActiveBlocks;
275 void reset(InterferenceCache &Cache, unsigned Reg) { in reset()
284 unsigned getBundles(SmallVectorImpl<unsigned> &B, unsigned C) { in getBundles()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp355 struct GlobalSplitCandidate { struct in __anon697cd1970111::RAGreedy
357 unsigned PhysReg;
360 unsigned IntvIdx;
363 InterferenceCache::Cursor Intf;
366 BitVector LiveBundles;
367 SmallVector<unsigned, 8> ActiveBlocks;
369 void reset(InterferenceCache &Cache, unsigned Reg) { in reset()
378 unsigned getBundles(SmallVectorImpl<unsigned> &B, unsigned C) { in getBundles()