Lines Matching refs:PartitioningModel

675 class PartitioningModel : private WrapperModel {  class
824 void addIfOperation(const uint32_t cond, const PartitioningModel& trueModel, in addIfOperation()
825 const PartitioningModel& falseModel, const std::vector<uint32_t>& inputs, in addIfOperation()
835 void addWhileOperation(const PartitioningModel& condModel, const PartitioningModel& bodyModel, in addWhileOperation()
907 uint32_t addRefModelOperand(const PartitioningModel& model) { in addRefModelOperand()
941 PartitioningCompilation(const PartitioningModel* model, in PartitioningCompilation()
1527 bool compare(const ExecutionStep* step, const PartitioningModel* model, in compare()
1536 void compare(const std::shared_ptr<LogicalStep> logicalStep, const PartitioningModel* model, in compare()
1588 PartitioningModel model; in TEST_F()
1638 PartitioningModel modelB0; in TEST_F()
1657 PartitioningModel modelB1; in TEST_F()
1681 PartitioningModel model; in TEST_F()
1725 PartitioningModel modelB0; in TEST_F()
1744 PartitioningModel modelB1; in TEST_F()
1766 PartitioningModel modelB2; in TEST_F()
1786 PartitioningModel modelB3; in TEST_F()
1816 PartitioningModel model; in TEST_F()
1850 PartitioningModel model; in TEST_F()
1882 PartitioningModel model0; in TEST_F()
1905 PartitioningModel model1; in TEST_F()
1928 PartitioningModel model2; in TEST_F()
1949 PartitioningModel model; in TEST_F()
2000 PartitioningModel model; in TEST_F()
2024 PartitioningModel model0; in TEST_F()
2042 PartitioningModel model1; in TEST_F()
2061 PartitioningModel model; in TEST_F()
2107 PartitioningModel model; in TEST_F()
2151 PartitioningModel model; in TEST_F()
2213 PartitioningModel model; in TEST_F()
2232 PartitioningModel model; in TEST_F()
2282 std::optional<PartitioningModel> mModel;
2318 mModel = PartitioningModel(); in makeModelAndValidate()
2371 PartitioningModel modelA0; in compileModelAndComparePlan()
2395 PartitioningModel modelA1; in compileModelAndComparePlan()
2641 void getTransformedCacheTokenSingle(const PartitioningModel& model, in getTransformedCacheTokenSingle()
2694 void getTransformedCacheToken(const PartitioningModel& model, in getTransformedCacheToken()
2714 void createModelForCachingTests(PartitioningModel* model) { in createModelForCachingTests()
2727 std::vector<std::unique_ptr<PartitioningModel>>* models) { in createControlFlowModelForCachingTests()
2730 auto trueModel = std::make_unique<PartitioningModel>(); in createControlFlowModelForCachingTests()
2740 auto falseModel = std::make_unique<PartitioningModel>(); in createControlFlowModelForCachingTests()
2750 auto mainModel = std::make_unique<PartitioningModel>(); in createControlFlowModelForCachingTests()
2774 PartitioningModel model; in TEST_F()
2792 PartitioningModel model; in TEST_F()
2813 PartitioningModel model; in TEST_F()
2834 PartitioningModel model; in TEST_F()
2857 PartitioningModel model; in TEST_F()
2880 PartitioningModel model; in TEST_F()
2901 PartitioningModel model; in TEST_F()
2921 PartitioningModel model; in TEST_F()
2943 PartitioningModel model; in TEST_F()
2965 PartitioningModel model; in TEST_F()
2988 PartitioningModel model; in TEST_F()
3011 PartitioningModel model; in TEST_F()
3032 PartitioningModel model; in TEST_F()
3058 std::vector<std::unique_ptr<PartitioningModel>> models; in TEST_F()
3130 std::unique_ptr<PartitioningModel> createBranchOrBodyModel(Dimensioned dimensioned) { in createBranchOrBodyModel()
3131 auto model = std::make_unique<PartitioningModel>(); in createBranchOrBodyModel()
3144 std::unique_ptr<PartitioningModel> createCondModel(Dimensioned dimensioned) { in createCondModel()
3145 auto model = std::make_unique<PartitioningModel>(); in createCondModel()
3159 std::vector<std::unique_ptr<PartitioningModel>> createIfModel( in createIfModel()
3166 auto mainModel = std::make_unique<PartitioningModel>(); in createIfModel()
3176 std::vector<std::unique_ptr<PartitioningModel>> models; in createIfModel()
3186 std::vector<std::unique_ptr<PartitioningModel>> createWhileModel( in createWhileModel()
3193 auto mainModel = std::make_unique<PartitioningModel>(); in createWhileModel()
3202 std::vector<std::unique_ptr<PartitioningModel>> models; in createWhileModel()
3373 mModel = std::make_unique<PartitioningModel>(); in SetUp()
3432 std::unique_ptr<PartitioningModel> mModel;
3478 auto thenModel = std::make_unique<PartitioningModel>(); in TEST_F()
3486 auto elseModel = std::make_unique<PartitioningModel>(); in TEST_F()
3527 auto condModel = std::make_unique<PartitioningModel>(); in TEST_F()
3541 auto bodyModel = std::make_unique<PartitioningModel>(); in TEST_F()
3604 auto condModel = std::make_unique<PartitioningModel>(); in TEST_F()
3614 auto thenModel = std::make_unique<PartitioningModel>(); in TEST_F()
3622 auto elseModel = std::make_unique<PartitioningModel>(); in TEST_F()
3630 auto bodyModel = std::make_unique<PartitioningModel>(); in TEST_F()