Lines Matching refs:Put
1359 vector_permanent_map_->Put(new_red, vector_map_->Get(redit->second)); in VectorizeDef()
1461 vector_map_->Put(instruction, vector_map_->Get(opa)); // operand pass-through in VectorizeUse()
1750 vector_map_->Put(org, org); in GenerateVecInv()
1769 vector_permanent_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv()
1780 vector_map_->Put(org, vector); in GenerateVecInv()
1794 vector_map_->Put(org, subscript); in GenerateVecSub()
1848 vector_map_->Put(org, vector); in GenerateVecMem()
1872 vector_map_->Put(phi, vector); in GenerateVecReductionPhi()
2049 vector_map_->Put(org, vector); in GenerateVecOp()
2113 vector_map_->Put(instruction, new (global_allocator_) HVecHalvingAdd( in VectorizeHalvingAddIdiom()
2189 vector_map_->Put(instruction, new (global_allocator_) HVecSADAccumulate( in VectorizeSADIdiom()
2263 vector_map_->Put(instruction, new (global_allocator_) HVecDotProd( in VectorizeDotProdIdiom()
2413 reductions_->Put(reduction, phi); in TrySetPhiReduction()
2414 reductions_->Put(phi, phi->InputAt(0)); in TrySetPhiReduction()