Searched refs:StoreCost (Results 1 – 2 of 2) sorted by relevance
2234 InstructionCost StoreCost = in getVectorInstrCost() local2237 ? StoreCost * NumElems + LoadCost in getVectorInstrCost()2238 : (StoreCost + LoadCost) * NumElems + StoreCost; in getVectorInstrCost()
2567 InstructionCost StoreCost = in findCostForOutputBlocks() local2574 LLVM_DEBUG(dbgs() << "Adding: " << StoreCost in findCostForOutputBlocks()2577 OutputCost += StoreCost * NumOutputBranches; in findCostForOutputBlocks()