Searched refs:getConstantSubvector (Results 1 – 5 of 5) sorted by relevance
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/ |
H A D | GenXConstants.cpp | 863 Slices.push_back(genx::getConstantSubvector( in isReplicatedConstantVector() 1027 Constant *SubC = getConstantSubvector(C, Idx, Size); in loadNonSimple() 1335 Constant *SubC = getConstantSubvector(C, Idx, Size); in loadNonPackedIntConst() 1385 Constant *SubC = getConstantSubvector(C, Idx, Size); in loadBig()
|
H A D | GenXUtil.h | 90 Constant *getConstantSubvector(const Constant *V, unsigned StartIdx,
|
H A D | GenXUtil.cpp | 155 Constant *genx::getConstantSubvector(const Constant *V, unsigned StartIdx, in getConstantSubvector() function in genx
|
H A D | GenXLowering.cpp | 970 Args[PredIdx] = getConstantSubvector(C, AccumulatedOffset, CurWidth); in splitGatherScatter() 3212 return getConstantSubvector(C, StartIdx, Size); in getSplitOperand()
|
H A D | GenXLegalization.cpp | 2094 return getConstantSubvector(C, StartIdx, Size); in getSplitOperand()
|