Home
last modified time | relevance | path

Searched refs:coverTwoGRF (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DReduceExecSize.cpp478 bool coverTwoGRF = srcs[i]->asSrcRegRegion()->coverTwoGRF(); in reduceExecSize() local
481 …fullTwoGRFSrc[i] = coverTwoGRF && rd->isSingleStride(inst->getExecSize(), stride) && (stride == 1); in reduceExecSize()
585 bool coverTwoGRF = srcs[i]->asSrcRegRegion()->coverTwoGRF(); in reduceExecSize() local
588 …fullTwoGRFSrc[i] = coverTwoGRF && rd->isSingleStride(inst->getExecSize(), stride) && (stride == 1); in reduceExecSize()
623 … && IS_WTYPE(srcs[i]->getType()) && !(srcs[i]->asSrcRegRegion()->checkGRFAlign() && coverTwoGRF)))) in reduceExecSize()
H A DG4_IR.hpp3206 bool coverTwoGRF();
H A DG4_IR.cpp6609 bool G4_SrcRegRegion::coverTwoGRF() in coverTwoGRF() function in G4_SrcRegRegion