Searched refs:VCost (Results 1 – 1 of 1) sorted by relevance
1006 unsigned VCost = TTI->getMemoryOpCost(I->getOpcode(), VType, in areInstsCompatible() local1012 VCost += TTI->getAddressComputationCost(VType); in areInstsCompatible()1014 if (VCost > ICost + JCost) in areInstsCompatible()1023 else if (!VParts && VCost == ICost + JCost) in areInstsCompatible()1026 CostSavings = ICost + JCost - VCost; in areInstsCompatible()1078 unsigned VCost = getInstrCost(I->getOpcode(), VT1, VT2, Op1VK, Op2VK); in areInstsCompatible() local1080 if (VCost > ICost + JCost) in areInstsCompatible()1090 else if ((!VParts1 || !VParts2) && VCost == ICost + JCost) in areInstsCompatible()1093 CostSavings = ICost + JCost - VCost; in areInstsCompatible()1136 unsigned VCost = TTI->getIntrinsicInstrCost(IID, RetTy, Tys); in areInstsCompatible() local[all …]