Searched refs:spillInterferences (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 111 bool spillInterferences(LiveInterval &VirtReg, unsigned PhysReg, 166 bool RABasic::spillInterferences(LiveInterval &VirtReg, unsigned PhysReg, in spillInterferences() function in RABasic 248 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs)) in selectOrSplit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 118 bool spillInterferences(LiveInterval &VirtReg, unsigned PhysReg, 205 bool RABasic::spillInterferences(LiveInterval &VirtReg, unsigned PhysReg, in spillInterferences() function in RABasic 285 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs)) in selectOrSplit()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocBase.h | 166 bool spillInterferences(LiveInterval &VirtReg, unsigned PhysReg,
|
D | RegAllocBasic.cpp | 406 RegAllocBase::spillInterferences(LiveInterval &VirtReg, unsigned PhysReg, in spillInterferences() function in RegAllocBase 515 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs)) continue; in selectOrSplit()
|