Searched refs:PhysRegI (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 246 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(), in selectOrSplit() local 247 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit() 248 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs)) in selectOrSplit() 251 assert(!Matrix->checkInterference(VirtReg, *PhysRegI) && in selectOrSplit() 254 return *PhysRegI; in selectOrSplit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 283 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(), in selectOrSplit() local 284 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit() 285 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs)) in selectOrSplit() 288 assert(!Matrix->checkInterference(VirtReg, *PhysRegI) && in selectOrSplit() 291 return *PhysRegI; in selectOrSplit()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocBasic.cpp | 512 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(), in selectOrSplit() local 513 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit() 515 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs)) continue; in selectOrSplit() 517 assert(checkPhysRegInterference(VirtReg, *PhysRegI) == 0 && in selectOrSplit() 520 return *PhysRegI; in selectOrSplit()
|