Searched refs:ICost (Results 1 – 1 of 1) sorted by relevance
1010 unsigned ICost = TTI->getMemoryOpCost(I->getOpcode(), aTypeI, in areInstsCompatible() local1018 ICost += TTI->getAddressComputationCost(aTypeI); in areInstsCompatible()1022 if (VCost > ICost + JCost) in areInstsCompatible()1031 else if (!VParts && VCost == ICost + JCost) in areInstsCompatible()1034 CostSavings = ICost + JCost - VCost; in areInstsCompatible()1040 unsigned ICost = getInstrCost(I->getOpcode(), IT1, IT2); in areInstsCompatible() local1088 if (VCost > ICost + JCost) in areInstsCompatible()1098 else if ((!VParts1 || !VParts2) && VCost == ICost + JCost) in areInstsCompatible()1101 CostSavings = ICost + JCost - VCost; in areInstsCompatible()1123 unsigned ICost = TTI->getIntrinsicInstrCost(IID, IT1, Tys); in areInstsCompatible() local[all …]