Searched refs:checkInterference (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/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 | 266 switch (Matrix->checkInterference(VirtReg, PhysReg)) { in selectOrSplit() 287 assert(!Matrix->checkInterference(VirtReg, PhysReg) && in selectOrSplit()
|
H A D | RegAllocEvictionAdvisor.cpp | 190 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterferenceBasedOnCost()
|
H A D | RegAllocGreedy.cpp | 404 if (!Matrix->checkInterference(VirtReg, *I)) { in tryAssign() 460 return SubQ.checkInterference(); in canReassign() 1507 .checkInterference()) in calcGapWeights() 1997 if (Matrix->checkInterference(VirtReg, PhysReg) > in tryLastChanceRecoloring() 2321 Matrix->checkInterference(LI, PhysReg))) in tryHintRecoloring()
|
H A D | StackSlotColoring.cpp | 118 return LiveIntervalUnion::Query(*LI, *LIU).checkInterference(); in overlaps()
|
H A D | MLRegallocEvictAdvisor.cpp |
|
H A D | MLRegAllocEvictAdvisor.cpp | 605 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) { in loadInterferenceFeatures()
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPreAllocateWWMRegs.cpp | 107 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()
|