Lines Matching refs:Get

815         helper.GetBasicBlockMap()->Get(loop_info->GetHeader())->GetLastInstruction()->AsIf();  in TryUnrollingForBranchPenaltyReduction()
1302 GenerateVecMem(instruction, vector_map_->Get(index), vector_map_->Get(value), offset, type); in VectorizeDef()
1322 HInstruction* new_red = vector_map_->Get(instruction); in VectorizeDef()
1323 vector_permanent_map_->Put(new_red, vector_map_->Get(redit->second)); in VectorizeDef()
1379 GenerateVecMem(instruction, vector_map_->Get(index), nullptr, offset, type); in VectorizeUse()
1422 vector_map_->Put(instruction, vector_map_->Get(opa)); // operand pass-through in VectorizeUse()
1424 GenerateVecOp(instruction, vector_map_->Get(opa), nullptr, type); in VectorizeUse()
1437 GenerateVecOp(instruction, vector_map_->Get(opa), nullptr, type); in VectorizeUse()
1448 GenerateVecOp(instruction, vector_map_->Get(opa), nullptr, type); in VectorizeUse()
1466 GenerateVecOp(instruction, vector_map_->Get(opa), vector_map_->Get(opb), type); in VectorizeUse()
1507 GenerateVecOp(instruction, vector_map_->Get(r), opb, type); in VectorizeUse()
1531 vector_map_->Get(r), in VectorizeUse()
1770 DCHECK(reductions_->Get(phi->InputAt(1)) == phi); in GenerateVecReductionPhi()
1793 HInstruction* new_phi = vector_map_->Get(phi); in GenerateVecReductionPhiInputs()
1794 HInstruction* new_init = reductions_->Get(phi); in GenerateVecReductionPhiInputs()
1795 HInstruction* new_red = vector_map_->Get(reduction); in GenerateVecReductionPhiInputs()
1797 for (; !new_phi->IsPhi(); new_phi = vector_permanent_map_->Get(new_phi)) { in GenerateVecReductionPhiInputs()
2011 vector_map_->Get(r), in VectorizeHalvingAddIdiom()
2012 vector_map_->Get(s), in VectorizeHalvingAddIdiom()
2019 GenerateVecOp(instruction, vector_map_->Get(r), vector_map_->Get(s), type); in VectorizeHalvingAddIdiom()
2087 vector_map_->Get(acc), in VectorizeSADIdiom()
2088 vector_map_->Get(r), in VectorizeSADIdiom()
2089 vector_map_->Get(s), in VectorizeSADIdiom()
2100 GenerateVecOp(abs, vector_map_->Get(r), nullptr, reduction_type); in VectorizeSADIdiom()
2102 GenerateVecOp(instruction, vector_map_->Get(acc), vector_map_->Get(abs), reduction_type); in VectorizeSADIdiom()
2161 vector_map_->Get(acc), in VectorizeDotProdIdiom()
2162 vector_map_->Get(r), in VectorizeDotProdIdiom()
2163 vector_map_->Get(s), in VectorizeDotProdIdiom()
2175 GenerateVecOp(mul, vector_map_->Get(r), vector_map_->Get(s), reduction_type); in VectorizeDotProdIdiom()
2177 GenerateVecOp(instruction, vector_map_->Get(acc), vector_map_->Get(mul), reduction_type); in VectorizeDotProdIdiom()