Searched refs:TargetTransformInfoImplBase (Results 1 – 5 of 5) sorted by relevance
34 class TargetTransformInfoImplBase {41 explicit TargetTransformInfoImplBase(const DataLayout &DL) : DL(DL) {} in TargetTransformInfoImplBase() function45 TargetTransformInfoImplBase(const TargetTransformInfoImplBase &Arg) = default;46 TargetTransformInfoImplBase(TargetTransformInfoImplBase &&Arg) : DL(Arg.DL) {} in TargetTransformInfoImplBase() function1057 class TargetTransformInfoImplCRTPBase : public TargetTransformInfoImplBase {1059 typedef TargetTransformInfoImplBase BaseT;
24 TypeSize DefSize = TargetTransformInfoImplBase::getRegisterBitWidth(K); in getRegisterBitWidth()
268 using TargetTransformInfoImplBase::DL;390 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()394 return TargetTransformInfoImplBase::isNumRegsMajorCostOfLSR(); in isNumRegsMajorCostOfLSR()398 return TargetTransformInfoImplBase:: in shouldFoldTerminatingConditionAfterLSR()403 return TargetTransformInfoImplBase::shouldDropLSRSolutionIfLessProfitable(); in shouldDropLSRSolutionIfLessProfitable()407 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
947 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()
4425 return TargetTransformInfoImplBase::isLSRCostLess(C1, C2); in isLSRCostLess()