Home
last modified time | relevance | path

Searched refs:VCost (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1021 unsigned VCost = TTI->getMemoryOpCost(I->getOpcode(), VType, in areInstsCompatible() local
1027 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() local
1095 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 …]