Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1019 unsigned JCost = TTI->getMemoryOpCost(J->getOpcode(), aTypeJ, in areInstsCompatible() local
1026 JCost += TTI->getAddressComputationCost(aTypeJ); 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()
1048 unsigned JCost = getInstrCost(J->getOpcode(), JT1, JT2); 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()
1145 unsigned JCost = TTI->getIntrinsicInstrCost(IID, JT1, Tys, FMFCJ); in areInstsCompatible() local
[all …]