Home
last modified time | relevance | path

Searched refs:PhysRegI (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp246 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp282 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(), in selectOrSplit() local
283 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit()
284 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs)) in selectOrSplit()
287 assert(!Matrix->checkInterference(VirtReg, *PhysRegI) && in selectOrSplit()
290 return *PhysRegI; in selectOrSplit()