Lines Matching refs:GetGraph

29   LocationSummary* locations = new (GetGraph()->GetAllocator()) LocationSummary(instruction);  in VisitVecReplicateScalar()
112 LocationSummary* locations = new (GetGraph()->GetAllocator()) LocationSummary(instruction); in VisitVecExtractScalar()
189 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecReduce()
241 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecCnv()
259 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNeg()
306 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAbs()
347 CreateVecUnOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecNot()
442 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
444 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAdd()
489 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationAdd()
521 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecHalvingAdd()
549 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
551 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSub()
596 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSaturationSub()
629 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
631 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMul()
668 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
670 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecDiv()
697 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMin()
746 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMax()
796 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAnd()
798 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAnd()
837 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAndNot()
839 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecAndNot()
878 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecOr()
880 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecOr()
919 CreateVecTerOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecXor()
921 CreateVecBinOpLocations(GetGraph()->GetAllocator(), instruction); in VisitVecXor()
977 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShl()
1006 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecShr()
1031 CreateVecShiftLocations(GetGraph()->GetAllocator(), instruction); in VisitVecUShr()
1060 LocationSummary* locations = new (GetGraph()->GetAllocator()) LocationSummary(instruction); in VisitVecSetScalars()
1159 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecMultiplyAccumulate()
1168 CreateVecAccumLocations(GetGraph()->GetAllocator(), instruction); in VisitVecSADAccumulate()
1177 LocationSummary* locations = new (GetGraph()->GetAllocator()) LocationSummary(instruction); in VisitVecDotProd()
1259 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ true); in VisitVecLoad()
1322 CreateVecMemLocations(GetGraph()->GetAllocator(), instruction, /*is_load*/ false); in VisitVecStore()