Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp186 LiveRegMatrix::checkInterference(LiveInterval &VirtReg, unsigned 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
219 if (query(LR, *Units).checkInterference()) in checkInterference()
H A DRegAllocBasic.cpp265 switch (Matrix->checkInterference(VirtReg, PhysReg)) { in selectOrSplit()
287 assert(!Matrix->checkInterference(VirtReg, *PhysRegI) && in selectOrSplit()
H A DRegAllocGreedy.cpp769 if (!Matrix->checkInterference(VirtReg, PhysReg)) in tryAssign()
820 if (subQ.checkInterference()) in canReassign()
876 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterference()
1551 if (!Matrix->checkInterference(Cand.Intf.first().getPrevIndex(), in splitCanCauseLocalSpill()
2169 .checkInterference()) in calcGapWeights()
2642 if (Matrix->checkInterference(VirtReg, PhysReg) >
2947 Matrix->checkInterference(LI, PhysReg)))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h107 InterferenceKind checkInterference(LiveInterval &VirtReg, unsigned PhysReg);
114 bool checkInterference(SlotIndex Start, SlotIndex End, unsigned PhysReg);
H A DLiveIntervalUnion.h149 bool checkInterference() { return collectInterferingVRegs(1); } in checkInterference() function in llvm::LiveIntervalUnion::Query
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp109 Matrix->checkInterference(LI, PhysReg) == LiveRegMatrix::IK_Free) { in processDef()
H A DGCNNSAReassign.cpp121 if (LRM->checkInterference(*Intervals[N], StartReg + N)) in tryAssignRegisters()
H A DGCNRegBankReassign.cpp613 if (!LRM->checkInterference(LI, Reg))
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp819 inline void checkInterference(const RIG_Node *, Graph::EdgeIterator&);
1417 GCRA::checkInterference(const RIG_Node *node, Graph::EdgeIterator& ei) in checkInterference() function in nv50_ir::GCRA
1483 checkInterference(node, ei); in selectRegisters()
1485 checkInterference(node, ei); in selectRegisters()

Completed in 17 milliseconds