Home
last modified time | relevance | path

Searched refs:checkInterference (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp186 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 DRegAllocBasic.cpp266 switch (Matrix->checkInterference(VirtReg, PhysReg)) { in selectOrSplit()
287 assert(!Matrix->checkInterference(VirtReg, PhysReg) && in selectOrSplit()
H A DRegAllocEvictionAdvisor.cpp190 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterferenceBasedOnCost()
H A DRegAllocGreedy.cpp404 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 DStackSlotColoring.cpp118 return LiveIntervalUnion::Query(*LI, *LIU).checkInterference(); in overlaps()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp605 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) { in loadInterferenceFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h107 InterferenceKind checkInterference(const LiveInterval &VirtReg,
115 bool checkInterference(SlotIndex Start, SlotIndex End, MCRegister PhysReg);
H A DLiveIntervalUnion.h159 bool checkInterference() { return collectInterferingVRegs(1); } in checkInterference() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp107 Matrix->checkInterference(LI, PhysReg) == LiveRegMatrix::IK_Free) { in processDef()
H A DGCNNSAReassign.cpp118 if (LRM->checkInterference(*Intervals[N], MCRegister::from(StartReg + N))) in tryAssignRegisters()