Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveRegMatrix.cpp179 LiveRegMatrix::checkInterference(LiveInterval &VirtReg, unsigned PhysReg) { in checkInterference() function in LiveRegMatrix
193 if (query(VirtReg, *Units).checkInterference()) in checkInterference()
DRegAllocBasic.cpp229 switch (Matrix->checkInterference(VirtReg, PhysReg)) { in selectOrSplit()
251 assert(!Matrix->checkInterference(VirtReg, *PhysRegI) && in selectOrSplit()
DRegAllocGreedy.cpp622 if (!Matrix->checkInterference(VirtReg, PhysReg)) in tryAssign()
671 if (subQ.checkInterference()) in canReassign()
726 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterference()
1655 .checkInterference()) in calcGapWeights()
2105 if (Matrix->checkInterference(VirtReg, PhysReg) > in tryLastChanceRecoloring()
2382 Matrix->checkInterference(LI, PhysReg))) in tryHintRecoloring()
/external/llvm/include/llvm/CodeGen/
DLiveRegMatrix.h103 InterferenceKind checkInterference(LiveInterval &VirtReg, unsigned PhysReg);
DLiveIntervalUnion.h161 bool checkInterference() { return collectInterferingVRegs(1); } in checkInterference() function
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp680 inline void checkInterference(const RIG_Node *, Graph::EdgeIterator&);
1191 GCRA::checkInterference(const RIG_Node *node, Graph::EdgeIterator& ei) in checkInterference() function in nv50_ir::GCRA
1257 checkInterference(node, ei); in selectRegisters()
1259 checkInterference(node, ei); in selectRegisters()