Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp270 switch (Matrix->checkInterference(VirtReg, PhysReg)) { in selectOrSplit()
291 assert(!Matrix->checkInterference(VirtReg, PhysReg) && in selectOrSplit()
H A DRegAllocEvictionAdvisor.cpp189 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterferenceBasedOnCost()
H A DRegAllocGreedy.cpp401 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 DMLRegallocEvictAdvisor.cpp584 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) { in loadInterferenceFeatures()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp105 Matrix->checkInterference(LI, PhysReg) == LiveRegMatrix::IK_Free) { in processDef()
H A DGCNNSAReassign.cpp118 if (LRM->checkInterference(*Intervals[N], MCRegister::from(StartReg + N))) in tryAssignRegisters()