Searched refs:ICost (Results 1 – 1 of 1) sorted by relevance
1017 unsigned ICost = TTI->getMemoryOpCost(I->getOpcode(), aTypeI, in areInstsCompatible() local1025 ICost += TTI->getAddressComputationCost(aTypeI); in areInstsCompatible()1029 if (VCost > ICost + JCost) in areInstsCompatible()1038 else if (!VParts && VCost == ICost + JCost) in areInstsCompatible()1041 CostSavings = ICost + JCost - VCost; in areInstsCompatible()1047 unsigned ICost = getInstrCost(I->getOpcode(), IT1, IT2); in areInstsCompatible() local1095 if (VCost > ICost + JCost) in areInstsCompatible()1105 else if ((!VParts1 || !VParts2) && VCost == ICost + JCost) in areInstsCompatible()1108 CostSavings = ICost + JCost - VCost; in areInstsCompatible()1134 unsigned ICost = TTI->getIntrinsicInstrCost(IID, IT1, Tys, FMFCI); in areInstsCompatible() local[all …]