Lines Matching refs:getIslCtx
228 S.getIslCtx(), in computeMustKillsInfo()
250 S.getIslCtx(), std::string("ref_phantom") + ToKillId.get_name(), in computeMustKillsInfo()
1484 isl::space ParamSpace = isl::space(S.getIslCtx(), 0, 0).params(); in getReferencesInKernel()
2279 Id = isl_id_alloc(S.getIslCtx().get(), Var.name, nullptr); in createKernelVariables()
2708 S->getIslCtx().get(), in getNames()
2710 auto *Zero = isl_ast_expr_from_val(isl_val_zero(S->getIslCtx().get())); in getNames()
2798 isl_alloc_type(S->getIslCtx().get(), struct gpu_stmt_access); in getStmtAccesses()
2831 gpu_stmt *Stmts = isl_calloc_array(S->getIslCtx().get(), struct gpu_stmt, in getStatements()
3006 createPwAffList(S->getIslCtx().get(), std::move(AlignedBounds)); in setArrayBounds()
3087 auto PPCGProg = isl_calloc_type(S->getIslCtx().get(), struct gpu_prog); in createPPCGProg()
3089 PPCGProg->ctx = S->getIslCtx().get(); in createPPCGProg()
3119 S->getIslCtx().get(), struct gpu_array_info, PPCGProg->n_array); in createPPCGProg()
3183 auto *P = isl_printer_to_str(S->getIslCtx().get()); in printKernel()
3185 auto *Options = isl_ast_print_options_alloc(S->getIslCtx().get()); in printKernel()
3198 auto *P = isl_printer_to_str(S->getIslCtx().get()); in printGPUTree()
3204 auto *Options = isl_ast_print_options_alloc(S->getIslCtx().get()); in printGPUTree()
3233 auto PPCGGen = isl_calloc_type(S->getIslCtx().get(), struct gpu_gen); in generateGPU()
3235 PPCGGen->ctx = S->getIslCtx().get(); in generateGPU()
3272 isl_printer *P = isl_printer_to_str(S->getIslCtx().get()); in generateGPU()
3384 isl_val *InstVal = isl_val_int_from_si(S->getIslCtx().get(), InstCount); in approxDynamicInst()
3400 isl_val *Zero = isl_val_int_from_si(S.getIslCtx().get(), 0); in getNumberOfIterations()
3420 auto *MinComputeVal = isl_val_int_from_si(S.getIslCtx().get(), MinCompute); in createSufficientComputeCheck()
3506 isl_ast_build *Build = isl_ast_build_alloc(S->getIslCtx().get()); in generateCode()