Home
last modified time | relevance | path

Searched refs:IEI_ix (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DVariableReuseAnalysis.cpp457 InsertElementInst* IEI, int& IEI_ix, Value*& EEI_Vec, int& EEI_ix) in getVectorIndicesIfConstant() argument
464 IEI_ix = (int)CI->getZExtValue(); in getVectorIndicesIfConstant()
761 int IEI_ix = 0, V_ix = 0; in getAllInsEltsIfAvailable() local
762 if (!getElementValue(I, IEI_ix, E, V, V_ix)) { in getAllInsEltsIfAvailable()
766 IGC_ASSERT_MESSAGE(IEI_ix < nelts, "ICE: IEI's index out of bound!"); in getAllInsEltsIfAvailable()
767 SVecInsEltInfo& InsEltInfo = AllIEIs[IEI_ix]; in getAllInsEltsIfAvailable()
835 InsertElementInst* IEI, int& IEI_ix, Value*& S, Value*& V, int& V_ix) in getElementValue() argument
841 IEI_ix = 0; in getElementValue()
850 IEI_ix = (int)CI->getZExtValue(); in getElementValue()
H A DVariableReuseAnalysis.hpp406 llvm::InsertElementInst* IEI, int& IEI_ix,
431 int& IEI_ix,