Home
last modified time | relevance | path

Searched refs:getSparseIntfForVar (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DRematerialization.h214 const auto& intfVec = coloring.getIntf()->getSparseIntfForVar(spillId); in Rematerialization()
H A DGraphColor.h485 … const std::vector<unsigned>& getSparseIntfForVar(unsigned id) const { return sparseIntf[id]; } in getSparseIntfForVar() function
H A DGraphColor.cpp5775 const std::vector<unsigned>& intfs = intf.getSparseIntfForVar(i); in computeDegreeForGRF()
5856 const std::vector<unsigned>& intfs = intf.getSparseIntfForVar(i); in computeDegreeForARF()
6028 const std::vector<unsigned>& intfs = intf.getSparseIntfForVar(lr_id); in relaxNeighborDegreeGRF()
6054 const std::vector<unsigned>& intfs = intf.getSparseIntfForVar(lr_id); in relaxNeighborDegreeARF()
6398 const std::vector<unsigned>& intfs = intf.getSparseIntfForVar(lr_id); in assignColors()
H A DSpillManagerGMRF.cpp455 const std::vector<unsigned int>& intfs = spillIntf_->getSparseIntfForVar(lrId); in calculateSpillDisp()