Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp205 int MatCost = TargetTransformInfo::TCC_Free; in isSafeAndProfitableToSpeculateAroundPHI() member
227 int &MatCost = InsertResult.first->second.MatCost; in isSafeAndProfitableToSpeculateAroundPHI() local
228 MatCost = TTI.getIntImmCost(IncomingC->getValue(), IncomingC->getType()); in isSafeAndProfitableToSpeculateAroundPHI()
229 NonFreeMat |= MatCost != TTI.TCC_Free; in isSafeAndProfitableToSpeculateAroundPHI()
276 int MatCost = IncomingConstantAndCostsAndCount.second.MatCost; in isSafeAndProfitableToSpeculateAroundPHI() local
290 if (FoldedCost > MatCost) { in isSafeAndProfitableToSpeculateAroundPHI()
294 << MatCost in isSafeAndProfitableToSpeculateAroundPHI()
306 int MatCost = IncomingConstantAndCostsAndCount.second.MatCost; in isSafeAndProfitableToSpeculateAroundPHI() local
310 TotalMatCost += MatCost * Count; in isSafeAndProfitableToSpeculateAroundPHI()