Searched refs:checkInterference (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRegMatrix.cpp | 186 LiveRegMatrix::checkInterference(LiveInterval &VirtReg, MCRegister PhysReg) { in checkInterference() function in LiveRegMatrix 201 return query(LR, Unit).checkInterference(); in checkInterference() 209 bool LiveRegMatrix::checkInterference(SlotIndex Start, SlotIndex End, in checkInterference() function in LiveRegMatrix 233 if (Q.checkInterference()) in checkInterference()
|
| H A D | RegAllocBasic.cpp | 274 switch (Matrix->checkInterference(VirtReg, PhysReg)) { in selectOrSplit() 295 assert(!Matrix->checkInterference(VirtReg, PhysReg) && in selectOrSplit()
|
| H A D | RegAllocGreedy.cpp | 825 if (!Matrix->checkInterference(VirtReg, *I)) { in tryAssign() 884 if (subQ.checkInterference()) in canReassign() 940 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterference() 1608 if (!Matrix->checkInterference(Cand.Intf.first().getPrevIndex(), in splitCanCauseLocalSpill() 2195 .checkInterference()) in calcGapWeights() 2670 if (Matrix->checkInterference(VirtReg, PhysReg) > in tryLastChanceRecoloring() 2972 Matrix->checkInterference(LI, PhysReg))) in tryHintRecoloring()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveRegMatrix.h | 107 InterferenceKind checkInterference(LiveInterval &VirtReg, MCRegister PhysReg); 114 bool checkInterference(SlotIndex Start, SlotIndex End, MCRegister PhysReg);
|
| H A D | LiveIntervalUnion.h | 152 bool checkInterference() { return collectInterferingVRegs(1); } in checkInterference() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreAllocateWWMRegs.cpp | 105 Matrix->checkInterference(LI, PhysReg) == LiveRegMatrix::IK_Free) { in processDef()
|
| H A D | GCNNSAReassign.cpp | 116 if (LRM->checkInterference(*Intervals[N], MCRegister::from(StartReg + N))) in tryAssignRegisters()
|