Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1010 unsigned ICost = TTI->getMemoryOpCost(I->getOpcode(), aTypeI, in areInstsCompatible() local
1018 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() local
1088 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 …]