Home
last modified time | relevance | path

Searched defs:SVecInsEltInfo (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DVariableReuseAnalysis.hpp129 struct SVecInsEltInfo { struct
130 llvm::InsertElementInst* IEI;
131 llvm::Value* Elt;
136 llvm::ExtractElementInst* EEI;
137 llvm::Value* FromVec;
138 int FromVec_eltIx;
140 SVecInsEltInfo() in SVecInsEltInfo() argument