Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/llvm-project-15.0.7/libc/AOR_v20.02/math/test/rtest/
H A Dwrappers.c15 void wrapper_init(wrapperctx *ctx) in wrapper_init()
30 void wrapper_op_real(wrapperctx *ctx, const mpfr_t r, in wrapper_op_real()
50 void wrapper_result_real(wrapperctx *ctx, mpfr_t r, in wrapper_result_real()
101 int wrapper_get_nops(wrapperctx *ctx) in wrapper_get_nops()
106 int wrapper_get_size(wrapperctx *ctx, int op) in wrapper_get_size()
117 int wrapper_is_complex(wrapperctx *ctx, int op) in wrapper_is_complex()
201 void wrapper_set_nan(wrapperctx *ctx) in wrapper_set_nan()
208 void wrapper_set_nan_r(wrapperctx *ctx) in wrapper_set_nan_r()
215 void wrapper_set_nan_i(wrapperctx *ctx) in wrapper_set_nan_i()
222 void wrapper_set_int(wrapperctx *ctx, int val) in wrapper_set_int()
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ctx.c71 int isl_ctx_next_operation(isl_ctx *ctx) in isl_ctx_next_operation()
198 struct isl_ctx *ctx = NULL; in isl_ctx_alloc_with_options() local
270 void isl_ctx_ref(struct isl_ctx *ctx) in isl_ctx_ref()
275 void isl_ctx_deref(struct isl_ctx *ctx) in isl_ctx_deref()
283 static void print_stats(isl_ctx *ctx) in print_stats()
288 void isl_ctx_free(struct isl_ctx *ctx) in isl_ctx_free()
342 int isl_ctx_last_error_line(isl_ctx *ctx) in isl_ctx_last_error_line()
347 void isl_ctx_reset_error(isl_ctx *ctx) in isl_ctx_reset_error()
362 void isl_ctx_abort(isl_ctx *ctx) in isl_ctx_abort()
368 void isl_ctx_resume(isl_ctx *ctx) in isl_ctx_resume()
[all …]
H A Disl_test_cpp-checked-conversion.cc20 static void check_conversion_null(isl_ctx *ctx) in check_conversion_null()
51 static void check_conversion_call(isl_ctx *ctx) in check_conversion_call()
65 static void check_conversion_equal(isl_ctx *ctx) in check_conversion_equal()
81 static void check_conversion(isl_ctx *ctx) in check_conversion()
90 isl_ctx *ctx = isl_ctx_alloc(); in main() local
H A Disl_blk.c42 static void isl_blk_free_force(struct isl_ctx *ctx, struct isl_blk block) in isl_blk_free_force()
51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, in extend()
74 struct isl_blk isl_blk_alloc(struct isl_ctx *ctx, size_t n) in isl_blk_alloc()
107 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block, in isl_blk_extend()
116 void isl_blk_free(struct isl_ctx *ctx, struct isl_blk block) in isl_blk_free()
127 void isl_blk_clear_cache(struct isl_ctx *ctx) in isl_blk_clear_cache()
H A Disl_test.c717 isl_ctx *ctx; in val_check_equal() local
3650 int test_sv(isl_ctx *ctx) in test_sv()
6845 int test_aff(isl_ctx *ctx) in test_aff()
7812 int test_equal(isl_ctx *ctx) in test_equal()
7869 int test_fixed(isl_ctx *ctx) in test_fixed()
7929 isl_ctx *ctx; in find_vertex() local
8697 int test_output(isl_ctx *ctx) in test_output()
8734 int test_sample(isl_ctx *ctx) in test_sample()
8829 int test_slice(isl_ctx *ctx) in test_slice()
9508 isl_ctx *ctx; in before_for() local
[all …]
H A Disl_test_cpp-generic.cc29 void test_pointer(isl::ctx ctx) in test_pointer()
61 void test_constructors(isl::ctx ctx) in test_constructors()
91 void test_parameters_int(isl::ctx ctx) in test_parameters_int()
114 void test_parameters_obj(isl::ctx ctx) in test_parameters_obj()
141 void test_parameters(isl::ctx ctx) in test_parameters()
152 void test_return_obj(isl::ctx ctx) in test_return_obj()
165 void test_return_int(isl::ctx ctx) in test_return_int()
179 void test_return_string(isl::ctx ctx) in test_return_string()
198 static void test_every_generic(isl::ctx ctx) in test_every_generic()
225 static void test_space(isl::ctx ctx) in test_space()
[all …]
H A Disl_hash.c42 int isl_hash_table_init(struct isl_ctx *ctx, struct isl_hash_table *table, in isl_hash_table_init()
78 static int grow_table(struct isl_ctx *ctx, struct isl_hash_table *table) in grow_table()
123 struct isl_hash_table *isl_hash_table_alloc(struct isl_ctx *ctx, int min_size) in isl_hash_table_alloc()
143 void isl_hash_table_free(struct isl_ctx *ctx, struct isl_hash_table *table) in isl_hash_table_free()
157 struct isl_hash_table_entry *isl_hash_table_find(struct isl_ctx *ctx, in isl_hash_table_find()
195 isl_stat isl_hash_table_foreach(isl_ctx *ctx, struct isl_hash_table *table, in isl_hash_table_foreach()
213 void isl_hash_table_remove(struct isl_ctx *ctx, in isl_hash_table_remove()
H A Disl_schedule_read.c70 isl_ctx *ctx; in read_context() local
121 isl_ctx *ctx; in read_domain() local
170 isl_ctx *ctx; in read_expansion() local
247 isl_ctx *ctx; in read_extension() local
298 isl_ctx *ctx; in read_filter() local
349 isl_ctx *ctx; in read_guard() local
400 isl_ctx *ctx; in read_mark() local
451 isl_ctx *ctx; in read_coincident() local
510 isl_ctx *ctx; in read_band() local
607 isl_ctx *ctx; in read_children() local
[all …]
H A Disl_test_cpp.cc44 static void test_return_bool(isl::ctx ctx) in test_return_bool()
70 static void test_return(isl::ctx ctx) in test_return()
85 static void test_foreach(isl::ctx ctx) in test_foreach()
122 static void test_every(isl::ctx ctx) in test_every()
146 static void test_exception(isl::ctx ctx) in test_exception()
176 static void test_schedule_tree(isl::ctx ctx) in test_schedule_tree()
247 static void test_ast_build(isl::ctx ctx) in test_ast_build()
294 static void test_typed(isl::ctx ctx) in test_typed()
325 isl_ctx *ctx = isl_ctx_alloc(); in main() local
/llvm-project-15.0.7/mlir/unittests/TableGen/
H A DFormatTest.cpp17 FmtContext ctx; in TEST() local
24 FmtContext ctx; in TEST() local
31 FmtContext ctx; in TEST() local
38 FmtContext ctx; in TEST() local
45 FmtContext ctx; in TEST() local
52 FmtContext ctx; in TEST() local
59 FmtContext ctx; in TEST() local
66 FmtContext ctx; in TEST() local
77 FmtContext ctx; in TEST() local
84 FmtContext ctx; in TEST() local
[all …]
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c22 void testAttributeType(MlirContext ctx) { in testAttributeType()
82 void testOperationType(MlirContext ctx) { in testOperationType()
142 void testRangeType(MlirContext ctx) { in testRangeType()
209 void testTypeType(MlirContext ctx) { in testTypeType()
269 void testValueType(MlirContext ctx) { in testValueType()
329 MlirContext ctx = mlirContextCreate(); in main() local
H A Dquant.c22 static void testTypeHierarchy(MlirContext ctx) { in testTypeHierarchy()
83 void testAnyQuantizedType(MlirContext ctx) { in testAnyQuantizedType()
128 void testUniformType(MlirContext ctx) { in testUniformType()
157 void testUniformPerAxisType(MlirContext ctx) { in testUniformPerAxisType()
207 void testCalibratedType(MlirContext ctx) { in testCalibratedType()
230 MlirContext ctx = mlirContextCreate(); in main() local
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp200 void *ctx; in INTERCEPTOR() local
212 void *ctx; in INTERCEPTOR() local
225 void *ctx; in INTERCEPTOR() local
238 void *ctx; in INTERCEPTOR() local
252 void *ctx; in INTERCEPTOR() local
266 void *ctx; in INTERCEPTOR() local
276 void *ctx; in INTERCEPTOR() local
286 void *ctx; in INTERCEPTOR() local
301 void *ctx; in INTERCEPTOR() local
312 void *ctx; in INTERCEPTOR() local
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dswift-async-call-conv.c21 SWIFTASYNCCALL void async_leaf1(char * ASYNC_CONTEXT ctx) { in async_leaf1()
26 SWIFTASYNCCALL void async_leaf2(char * ASYNC_CONTEXT ctx) { in async_leaf2()
41 SWIFTASYNCCALL void async_branch(MYBOOL b, char * ASYNC_CONTEXT ctx) { in async_branch()
55 SWIFTASYNCCALL void async_not_all_tail(char * ASYNC_CONTEXT ctx) { in async_not_all_tail()
67 SWIFTASYNCCALL void async_loop(unsigned u, char * ASYNC_CONTEXT ctx) { in async_loop()
87 SWIFTASYNCCALL void async_mutual_loop1(unsigned u, char * ASYNC_CONTEXT ctx) { in async_mutual_loop1()
103 SWIFTASYNCCALL void async_mutual_loop2(unsigned u, char * ASYNC_CONTEXT ctx) { in async_mutual_loop2()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp18 static StringRef copyStringWithNull(Context &ctx, StringRef str) { in copyStringWithNull()
32 const Name &Name::create(Context &ctx, StringRef name, SMRange location) { in create()
187 CompoundStmt *CompoundStmt::create(Context &ctx, SMRange loc, in create()
253 AttributeExpr *AttributeExpr::create(Context &ctx, SMRange loc, in create()
263 CallExpr *CallExpr::create(Context &ctx, SMRange loc, Expr *callable, in create()
289 MemberAccessExpr *MemberAccessExpr::create(Context &ctx, SMRange loc, in create()
332 TupleExpr *TupleExpr::create(Context &ctx, SMRange loc, in create()
361 void Decl::setDocComment(Context &ctx, StringRef comment) { in setDocComment()
442 Context &ctx, const Name &name, ArrayRef<VariableDecl *> inputs, in createImpl()
487 OpNameDecl *OpNameDecl::create(Context &ctx, const Name &name) { in create()
[all …]
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAffineExpr.h307 void bindDims(MLIRContext *ctx) {} in bindDims()
310 void bindDims(MLIRContext *ctx, AffineExprTy &e, AffineExprTy2 &...exprs) { in bindDims()
316 void bindSymbols(MLIRContext *ctx) {} in bindSymbols()
319 void bindSymbols(MLIRContext *ctx, AffineExprTy &e, AffineExprTy2 &...exprs) { in bindSymbols()
328 void bindDims(MLIRContext *ctx, AffineExprTy &...exprs) { in bindDims()
335 void bindSymbols(MLIRContext *ctx, AffineExprTy &...exprs) { in bindSymbols()
H A DAttributeSupport.h191 static T get(MLIRContext *ctx, Args &&...args) { in get()
202 getWithTypeID(MLIRContext *ctx, TypeID typeID, Args &&...args) { in getWithTypeID()
227 getWithTypeID(MLIRContext *ctx, TypeID typeID) { in getWithTypeID()
240 static LogicalResult mutate(MLIRContext *ctx, typename T::ImplType *impl, in mutate()
249 static void registerAttribute(MLIRContext *ctx) { in registerAttribute()
259 registerAttribute(MLIRContext *ctx, TypeID typeID) { in registerAttribute()
269 registerAttribute(MLIRContext *ctx, TypeID typeID) { in registerAttribute()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.h52 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ in DECLARE_REAL() argument
81 #define ASAN_MEMCPY_IMPL(ctx, to, from, size) \ in DECLARE_REAL() argument
99 #define ASAN_MEMSET_IMPL(ctx, block, c, size) \ in DECLARE_REAL() argument
112 #define ASAN_MEMMOVE_IMPL(ctx, to, from, size) \ in DECLARE_REAL() argument
123 #define ASAN_READ_RANGE(ctx, offset, size) \ in DECLARE_REAL() argument
125 #define ASAN_WRITE_RANGE(ctx, offset, size) \ in DECLARE_REAL() argument
H A Dasan_interceptors.cpp384 void *ctx; in DEFINE_REAL() local
405 void *ctx; in INTERCEPTOR() local
424 void *ctx; in INTERCEPTOR() local
446 void *ctx; in INTERCEPTOR() local
462 void *ctx; in INTERCEPTOR() local
478 void *ctx; in INTERCEPTOR() local
491 void *ctx; in INTERCEPTOR() local
504 void *ctx; in INTERCEPTOR() local
525 void *ctx; in INTERCEPTOR() local
543 void *ctx; in INTERCEPTOR() local
[all …]
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp60 MethodBody &genPrintGuard(FmtContext &ctx, MethodBody &os) const { in genPrintGuard()
250 FmtContext ctx; in genParser() local
321 void DefFormat::genElementParser(FormatElement *el, FmtContext &ctx, in genElementParser()
341 void DefFormat::genLiteralParser(StringRef value, FmtContext &ctx, in genLiteralParser()
388 void DefFormat::genParamsParser(ParamsDirective *el, FmtContext &ctx, in genParamsParser()
445 void DefFormat::genStructParser(StructDirective *el, FmtContext &ctx, in genStructParser()
675 FmtContext ctx; in genPrinter() local
709 void DefFormat::genLiteralPrinter(StringRef value, FmtContext &ctx, in genLiteralPrinter()
754 static void guardOnAny(FmtContext &ctx, MethodBody &os, in guardOnAny()
1026 Context ctx) { in parseDirectiveImpl()
[all …]
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DPDL.cpp35 MlirType mlirPDLAttributeTypeGet(MlirContext ctx) { in mlirPDLAttributeTypeGet()
47 MlirType mlirPDLOperationTypeGet(MlirContext ctx) { in mlirPDLOperationTypeGet()
75 MlirType mlirPDLTypeTypeGet(MlirContext ctx) { in mlirPDLTypeTypeGet()
87 MlirType mlirPDLValueTypeGet(MlirContext ctx) { in mlirPDLValueTypeGet()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaLayerwiseConstantFoldPass.cpp25 void addOpsCanonicalizations(MLIRContext *ctx, RewritePatternSet &patterns) { in addOpsCanonicalizations()
30 void populateTosaOpsCanonicalizationPatterns(MLIRContext *ctx, in populateTosaOpsCanonicalizationPatterns()
41 auto *ctx = &getContext(); in runOnOperation() local
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectPDL.cpp34 [](py::object cls, MlirContext ctx) { in populateDialectPDLSubmodule()
48 [](py::object cls, MlirContext ctx) { in populateDialectPDLSubmodule()
79 [](py::object cls, MlirContext ctx) { in populateDialectPDLSubmodule()
92 [](py::object cls, MlirContext ctx) { in populateDialectPDLSubmodule()
/llvm-project-15.0.7/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp36 Attribute getTestFloatAttr(double value, MLIRContext *ctx) { in getTestFloatAttr()
41 ConcreteAttrClass getTestElementsAttr(MLIRContext *ctx, ArrayRef<int64_t> shape, in getTestElementsAttr()
53 ElementsAttr getTestSparseElementsAttr(MLIRContext *ctx, in getTestSparseElementsAttr()
70 UniformQuantizedType getTestQuantizedType(Type storageType, MLIRContext *ctx) { in getTestQuantizedType()
78 MLIRContext ctx; in TEST() local
96 MLIRContext ctx; in TEST() local
122 MLIRContext ctx; in TEST() local
148 MLIRContext ctx; in TEST() local
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DLoweringOptions.cpp15 mlir::LowerToLLVMOptions::LowerToLLVMOptions(MLIRContext *ctx) in LowerToLLVMOptions()
18 mlir::LowerToLLVMOptions::LowerToLLVMOptions(MLIRContext *ctx, in LowerToLLVMOptions()

12345678910>>...20