Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
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
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp261 struct GlobalSplitCandidate { struct in __anon2b12bff50111::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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp355 struct GlobalSplitCandidate { struct in __anon79b84c170111::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()