Searched refs:VCost (Results 1 – 1 of 1) sorted by relevance
1021 unsigned VCost = TTI->getMemoryOpCost(I->getOpcode(), VType, in areInstsCompatible() local1027 VCost += TTI->getAddressComputationCost(VType); 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()1093 unsigned VCost = getInstrCost(I->getOpcode(), VT1, VT2, Op1VK, Op2VK); 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()1162 unsigned VCost = TTI->getIntrinsicInstrCost(IID, RetTy, Tys, FMFV); in areInstsCompatible() local[all …]