Searched refs:VectorVariable (Results 1 – 3 of 3) sorted by relevance
303 class VectorVariable : public LlvmVariable {305 VectorVariable(VectorSupportLibrary* vector_support, in VectorVariable() function333 std::vector<VectorVariable> storage_;
488 std::vector<VectorVariable>* vector_accumulators);507 std::vector<VectorVariable> vector_accumulators; in EmitOuterLoopBody()522 [](const VectorVariable& vector_var) { return vector_var.Get(); }); in EmitOuterLoopBody()564 std::vector<VectorVariable>* vector_accumulators) { in EmitInnerLoopTiled()
427 [&](VectorVariable vect_var) { return vect_var.Get(); }); in Get()