Searched refs:checkInterference (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveRegMatrix.cpp | 186 LiveRegMatrix::checkInterference(const LiveInterval &VirtReg, in checkInterference() function in LiveRegMatrix 202 return query(LR, Unit).checkInterference(); in checkInterference() 210 bool LiveRegMatrix::checkInterference(SlotIndex Start, SlotIndex End, in checkInterference() function in LiveRegMatrix 234 if (Q.checkInterference()) in checkInterference()
|
| H A D | RegAllocBasic.cpp | 270 switch (Matrix->checkInterference(VirtReg, PhysReg)) { in selectOrSplit() 291 assert(!Matrix->checkInterference(VirtReg, PhysReg) && in selectOrSplit()
|
| H A D | RegAllocEvictionAdvisor.cpp | 189 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterferenceBasedOnCost()
|
| H A D | RegAllocGreedy.cpp | 401 if (!Matrix->checkInterference(VirtReg, *I)) { in tryAssign() 460 if (subQ.checkInterference()) in canReassign() 1409 .checkInterference()) in calcGapWeights() 1899 if (Matrix->checkInterference(VirtReg, PhysReg) > in tryLastChanceRecoloring() 2222 Matrix->checkInterference(LI, PhysReg))) in tryHintRecoloring()
|
| H A D | MLRegallocEvictAdvisor.cpp | 584 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) { in loadInterferenceFeatures()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveRegMatrix.h | 107 InterferenceKind checkInterference(const LiveInterval &VirtReg, 115 bool checkInterference(SlotIndex Start, SlotIndex End, MCRegister PhysReg);
|
| H A D | LiveIntervalUnion.h | 159 bool checkInterference() { return collectInterferingVRegs(1); } in checkInterference() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreAllocateWWMRegs.cpp | 105 Matrix->checkInterference(LI, PhysReg) == LiveRegMatrix::IK_Free) { in processDef()
|
| H A D | GCNNSAReassign.cpp | 118 if (LRM->checkInterference(*Intervals[N], MCRegister::from(StartReg + N))) in tryAssignRegisters()
|