Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 862) sorted by relevance

12345678910>>...35

/llvm-project/mlir/python/mlir/
H A Dir.py36 return BoolAttr.get(x, context=context) argument
41 return DictAttr.get(x, context=context) argument
46 return IntegerAttr.get(IndexType.get(context argument
21 _affineMapAttr(x, context) global() argument
26 _boolAttr(x, context) global() argument
31 _dictAttr(x, context) global() argument
51 _i16Attr(x, context) global() argument
56 _i32Attr(x, context) global() argument
61 _i64Attr(x, context) global() argument
66 _si1Attr(x, context) global() argument
71 _si8Attr(x, context) global() argument
76 _si16Attr(x, context) global() argument
81 _si32Attr(x, context) global() argument
86 _si64Attr(x, context) global() argument
91 _ui1Attr(x, context) global() argument
96 _ui8Attr(x, context) global() argument
101 _ui16Attr(x, context) global() argument
106 _ui32Attr(x, context) global() argument
111 _ui64Attr(x, context) global() argument
116 _f32Attr(x, context) global() argument
121 _f64Attr(x, context) global() argument
126 _stringAttr(x, context) global() argument
131 _symbolNameAttr(x, context) global() argument
136 _symbolRefAttr(x, context) global() argument
144 _flatSymbolRefAttr(x, context) global() argument
149 _unitAttr(x, context) global() argument
157 _arrayAttr(x, context) global() argument
162 _affineMapArrayAttr(x, context) global() argument
167 _boolArrayAttr(x, context) global() argument
172 _dictArrayAttr(x, context) global() argument
177 _flatSymbolRefArrayAttr(x, context) global() argument
182 _i32ArrayAttr(x, context) global() argument
187 _i64ArrayAttr(x, context) global() argument
192 _i64SmallVectorArrayAttr(x, context) global() argument
197 _indexListArrayAttr(x, context) global() argument
202 _f32ArrayAttr(x, context) global() argument
207 _f64ArrayAttr(x, context) global() argument
212 _strArrayAttr(x, context) global() argument
217 _symbolRefArrayAttr(x, context) global() argument
222 _denseF32ArrayAttr(x, context) global() argument
227 _denseF64ArrayAttr(x, context) global() argument
232 _denseI8ArrayAttr(x, context) global() argument
237 _denseI16ArrayAttr(x, context) global() argument
242 _denseI32ArrayAttr(x, context) global() argument
247 _denseI64ArrayAttr(x, context) global() argument
252 _denseBoolArrayAttr(x, context) global() argument
257 _typeAttr(x, context) global() argument
262 _typeArrayAttr(x, context) global() argument
267 _memref_type_attr(x, context) global() argument
275 _f64ElementsAttr(x, context) global() argument
283 _i32ElementsAttr(x, context) global() argument
291 _i64ElementsAttr(x, context) global() argument
299 _indexElementsAttr(x, context) global() argument
[all...]
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DTypes.cpp57 AttributeType AttributeType::get(Context &context) { in get()
65 ConstraintType ConstraintType::get(Context &context) { in get()
73 OperationType OperationType::get(Context &context, in get()
95 RangeType RangeType::get(Context &context, Type elementType) { in get()
112 TypeRangeType TypeRangeType::get(Context &context) { in get()
125 ValueRangeType ValueRangeType::get(Context &context) { in get()
134 RewriteType RewriteType::get(Context &context) { in get()
142 TupleType TupleType::get(Context &context, ArrayRef<Type> elementTypes, in get()
148 TupleType TupleType::get(Context &context, ArrayRef<Type> elementTypes) { in get()
165 TypeType TypeType::get(Context &context) { in get()
[all …]
/llvm-project/flang/lib/Evaluate/
H A Dfold-implementation.h134 FoldOperation(FoldingContext & context,Designator<T> && designator) FoldOperation() argument
422 GetConstantArgumentsHelper(FoldingContext & context,ActualArguments & arguments,std::index_sequence<I...>) GetConstantArgumentsHelper() argument
436 GetConstantArguments(FoldingContext & context,ActualArguments & args) GetConstantArguments() argument
443 GetScalarConstantArgumentsHelper(FoldingContext & context,ActualArguments & args,std::index_sequence<I...>) GetScalarConstantArgumentsHelper() argument
454 GetScalarConstantArguments(FoldingContext & context,ActualArguments & args) GetScalarConstantArguments() argument
471 FoldElementalIntrinsicHelper(FoldingContext & context,FunctionRef<TR> && funcRef,WrapperType<TR,TA...> func,std::index_sequence<I...>) FoldElementalIntrinsicHelper() argument
544 FoldElementalIntrinsic(FoldingContext & context,FunctionRef<TR> && funcRef,ScalarFunc<TR,TA...> func) FoldElementalIntrinsic() argument
550 FoldElementalIntrinsic(FoldingContext & context,FunctionRef<TR> && funcRef,ScalarFuncWithContext<TR,TA...> func) FoldElementalIntrinsic() argument
1071 FoldMINorMAX(FoldingContext & context,FunctionRef<T> && funcRef,Ordering order) FoldMINorMAX() argument
1104 RewriteSpecificMINorMAX(FoldingContext & context,FunctionRef<T> && funcRef) RewriteSpecificMINorMAX() argument
1162 FoldOperation(FoldingContext & context,FunctionRef<T> && funcRef) FoldOperation() argument
1296 FoldOperation(FoldingContext & context,ArrayConstructor<T> && array) FoldOperation() argument
1360 FromArrayConstructor(FoldingContext & context,ArrayConstructor<T> && values,const Shape & shape) FromArrayConstructor() argument
1392 MapOperation(FoldingContext & context,std::function<Expr<RESULT> (Expr<OPERAND> &&)> && f,const Shape & shape,std::optional<Expr<SubscriptInteger>> && length,Expr<OPERAND> && values) MapOperation() argument
1436 ShapesMatch(FoldingContext & context,const ArrayConstructor<LEFT> & leftArrConst,const ArrayConstructor<RIGHT> & rightArrConst) ShapesMatch() argument
1680 FoldOperation(FoldingContext & context,Convert<TO,FROMCAT> && convert) FoldOperation() argument
1685 FoldingContext &context; FoldOperation() member
1800 FoldOperation(FoldingContext & context,Parentheses<T> && x) FoldOperation() argument
1815 FoldOperation(FoldingContext & context,Negate<T> && x) FoldOperation() argument
1865 FoldOperation(FoldingContext & context,Add<T> && x) FoldOperation() argument
1893 FoldOperation(FoldingContext & context,Subtract<T> && x) FoldOperation() argument
1921 FoldOperation(FoldingContext & context,Multiply<T> && x) FoldOperation() argument
1967 FoldOperation(FoldingContext & context,Divide<T> && x) FoldOperation() argument
2018 FoldOperation(FoldingContext & context,Power<T> && x) FoldOperation() argument
2055 FoldOperation(FoldingContext & context,RealToIntPower<T> && x) FoldOperation() argument
2076 FoldOperation(FoldingContext & context,Extremum<T> && x) FoldOperation() argument
2114 ToReal(FoldingContext & context,Expr<SomeType> && expr) ToReal() argument
2147 FoldOperation(FoldingContext & context,ComplexComponent<KIND> && x) FoldOperation() argument
2170 Rewrite(FoldingContext & context,Expr<T> && expr) Rewrite() argument
[all...]
H A Dfold.cpp18 FoldingContext &context, characteristics::TypeAndShape &&x) { in Fold()
24 FoldingContext &context, Subscript &ss, const NamedEntity &base, int dim) { in GetConstantSubscript()
69 FoldingContext &context, StructureConstructor &&structure) { in FoldOperation()
121 Component FoldOperation(FoldingContext &context, Component &&component) { in FoldOperation()
126 NamedEntity FoldOperation(FoldingContext &context, NamedEntity &&x) { in FoldOperation()
134 Triplet FoldOperation(FoldingContext &context, Triplet &&triplet) { in FoldOperation()
141 Subscript FoldOperation(FoldingContext &context, Subscript &&subscript) { in FoldOperation()
155 ArrayRef FoldOperation(FoldingContext &context, ArrayRef &&arrayRef) { in FoldOperation()
163 CoarrayRef FoldOperation(FoldingContext &context, CoarrayRef &&coarrayRef) { in FoldOperation()
184 DataRef FoldOperation(FoldingContext &context, DataRef &&dataRef) { in FoldOperation()
[all …]
/llvm-project/mlir/include/mlir/IR/
H A DThreading.h36 LogicalResult failableParallelForEach(MLIRContext *context, IteratorT begin, in failableParallelForEach()
90 LogicalResult failableParallelForEach(MLIRContext *context, RangeT &&range, in failableParallelForEach()
105 LogicalResult failableParallelForEachN(MLIRContext *context, size_t begin, in failableParallelForEachN()
117 void parallelForEach(MLIRContext *context, IteratorT begin, IteratorT end, in parallelForEach()
130 void parallelForEach(MLIRContext *context, RangeT &&range, FuncT &&func) { in parallelForEach()
141 void parallelFor(MLIRContext *context, size_t begin, size_t end, FuncT &&func) { in parallelFor()
/llvm-project/mlir/unittests/IR/
H A DAttributeTest.cpp43 MLIRContext context; in TEST() local
65 MLIRContext context; in TEST() local
80 MLIRContext context; in TEST() local
96 MLIRContext context; in TEST() local
119 MLIRContext context; in TEST() local
131 MLIRContext context; TEST() local
140 MLIRContext context; TEST() local
148 MLIRContext context; TEST() local
156 MLIRContext context; TEST() local
164 MLIRContext context; TEST() local
172 MLIRContext context; TEST() local
180 MLIRContext context; TEST() local
188 MLIRContext context; TEST() local
197 MLIRContext context; TEST() local
206 MLIRContext context; TEST() local
213 MLIRContext context; TEST() local
220 MLIRContext context; TEST() local
227 MLIRContext context; TEST() local
234 MLIRContext context; TEST() local
245 MLIRContext context; TEST() local
262 MLIRContext context; TEST() local
308 MLIRContext context; TEST() local
340 MLIRContext context; TEST() local
355 MLIRContext context; TEST() local
371 MLIRContext context; TEST() local
393 MLIRContext context; TEST() local
446 MLIRContext context; TEST() local
467 MLIRContext context; TEST() local
488 MLIRContext context; TEST() local
[all...]
H A DOperationSupportTest.cpp21 static Operation *createOp(MLIRContext *context, in createOp()
33 MLIRContext context; in TEST() local
57 MLIRContext context; in TEST() local
85 MLIRContext context; in TEST() local
121 MLIRContext context; in TEST() local
158 MLIRContext context; in TEST() local
190 MLIRContext context; in TEST() local
222 MLIRContext context; in TEST() local
279 MLIRContext context; in TEST() local
296 MLIRContext context; in TEST() local
H A DInterfaceTest.cpp25 MLIRContext context; in TEST() local
46 MLIRContext context; in TEST() local
63 MLIRContext context; in TEST() local
76 MLIRContext context; in TEST() local
/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h130 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup()
163 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase()
173 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create() local
185 CrashRecoveryContextDestructorCleanup(CrashRecoveryContext *context, in CrashRecoveryContextDestructorCleanup()
200 CrashRecoveryContextDeleteCleanup(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextDeleteCleanup()
212 CrashRecoveryContextReleaseRefCleanup(CrashRecoveryContext *context, in CrashRecoveryContextReleaseRefCleanup()
/llvm-project/libunwind/src/
H A DUnwind-wasm.c83 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR()
94 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
105 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, in _Unwind_SetIP()
110 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData()
119 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart()
H A DUnwind-sjlj.c408 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData() argument
418 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, in _Unwind_GetGR() argument
428 _Unwind_SetGR(struct _Unwind_Context * context,int index,uintptr_t new_value) _Unwind_SetGR() argument
439 _Unwind_GetIP(struct _Unwind_Context * context) _Unwind_GetIP() argument
450 _Unwind_GetIPInfo(struct _Unwind_Context * context,int * ipBefore) _Unwind_GetIPInfo() argument
462 _Unwind_SetIP(struct _Unwind_Context * context,uintptr_t new_value) _Unwind_SetIP() argument
474 _Unwind_GetRegionStart(struct _Unwind_Context * context) _Unwind_GetRegionStart() argument
498 _Unwind_GetDataRelBase(struct _Unwind_Context * context) _Unwind_GetDataRelBase() argument
509 _Unwind_GetTextRelBase(struct _Unwind_Context * context) _Unwind_GetTextRelBase() argument
518 _Unwind_GetCFA(struct _Unwind_Context * context) _Unwind_GetCFA() argument
[all...]
/llvm-project/openmp/libompd/src/
H A Domp-icv.cpp147 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_dynamic() local
175 ompd_address_space_context_t *context = addr_handle->context; in ompd_get_stacksize() local
196 ompd_address_space_context_t *context = addr_handle->context; in ompd_get_cancellation() local
217 ompd_address_space_context_t *context = addr_handle->context; in ompd_get_max_task_priority() local
238 ompd_address_space_context_t *context = addr_handle->context; in ompd_get_debug() local
267 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_nthreads_aux() local
412 ompd_address_space_context_t *context = addr_handle->context; in ompd_get_display_affinity() local
430 ompd_address_space_context_t *context = addr_handle->context; in ompd_get_affinity_format() local
451 ompd_address_space_context_t *context = addr_handle->context; in ompd_get_tool_libraries() local
476 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_default_device() local
[all …]
H A Domp-debug.cpp65 ompd_address_space_context_t in ompd_process_initialize()
105 ompd_address_space_context_t *context = address_space->context; in ompd_get_omp_version() local
129 ompd_address_space_context_t *context = address_space->context; in ompd_get_omp_version_string() local
186 ompd_address_space_context_t *context = parallel_handle->ah->context; in ompd_get_thread_in_parallel() local
266 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_curr_parallel_handle() local
318 ompd_address_space_context_t *context = parallel_handle->ah->context; in ompd_get_enclosing_parallel_handle() local
382 ompd_address_space_context_t *context = task_handle->ah->context; in ompd_get_task_parallel_handle() local
464 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_curr_task_handle() local
520 ompd_address_space_context_t *context = task_handle->ah->context; in ompd_get_generating_task_handle() local
582 ompd_address_space_context_t *context = task_handle->ah->context; in ompd_get_scheduling_task_handle() local
[all …]
/llvm-project/mlir/unittests/Dialect/Utils/
H A DStructuredOpsUtilsTest.cpp22 MLIRContext context; in TEST() local
35 MLIRContext context; in TEST() local
48 MLIRContext context; in TEST() local
61 MLIRContext context; in TEST() local
74 MLIRContext context; in TEST() local
87 MLIRContext context; in TEST() local
99 MLIRContext context; in TEST() local
114 MLIRContext context; in TEST() local
127 MLIRContext context; in TEST() local
140 MLIRContext context; in TEST() local
[all …]
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/
H A DMain.py28 def _output_bug_report_message(context): argument
78 def _set_auto_highlights(context): argument
96 def _get_options_and_args(context): argument
143 tool_main(context, tool, args) global() argument
[all...]
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggers.py49 def _warn_meaningless_option(context, option): argument
72 def add_debugger_tool_arguments(parser, context, defaults): argument
153 def handle_debugger_tool_base_options(context, defaults): # noqa argument
169 def handle_debugger_tool_options(context, default argument
243 __init__(self, context) global() argument
[all...]
/llvm-project/flang/runtime/
H A Dformat-implementation.h118 static RT_API_ATTRS bool RelativeTabbing(CONTEXT &context, int n) { in HandleControl() argument
226 CueUpNextDataEdit(Context & context,bool stop) CueUpNextDataEdit() argument
425 GetNextDataEdit(Context & context,int maxRepeat) GetNextDataEdit() argument
529 Finish(Context & context) Finish() argument
[all...]
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/
H A Dcheck_arg_id.pass.cpp24 std::format_parse_context context("", 10); test() local
33 std::format_parse_context context("", 1); test_exception() local
46 std::format_parse_context context("", num_args); test_exception() local
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp742 lookup(TypeID typeID,MLIRContext * context) lookup() argument
751 lookupMutable(TypeID typeID,MLIRContext * context) lookupMutable() argument
757 lookup(StringRef name,MLIRContext * context) lookup() argument
775 OperationName(StringRef name,MLIRContext * context) OperationName() argument
981 lookup(TypeID typeID,MLIRContext * context) lookup() argument
989 lookupMutable(TypeID typeID,MLIRContext * context) lookupMutable() argument
995 lookup(StringRef name,MLIRContext * context) lookup() argument
1012 get(MLIRContext * context) get() argument
1015 get(MLIRContext * context) get() argument
1018 get(MLIRContext * context) get() argument
1021 get(MLIRContext * context) get() argument
1024 get(MLIRContext * context) get() argument
1027 get(MLIRContext * context) get() argument
1030 get(MLIRContext * context) get() argument
1033 get(MLIRContext * context) get() argument
1036 get(MLIRContext * context) get() argument
1039 get(MLIRContext * context) get() argument
1042 get(MLIRContext * context) get() argument
1045 get(MLIRContext * context) get() argument
1050 get(MLIRContext * context) get() argument
1059 getCachedIntegerType(unsigned width,IntegerType::SignednessSemantics signedness,MLIRContext * context) getCachedIntegerType() argument
1081 get(MLIRContext * context,unsigned width,IntegerType::SignednessSemantics signedness) get() argument
1090 getChecked(function_ref<InFlightDiagnostic ()> emitError,MLIRContext * context,unsigned width,SignednessSemantics signedness) getChecked() argument
1098 get(MLIRContext * context) get() argument
1123 get(MLIRContext * context,bool value) get() argument
1127 get(MLIRContext * context) get() argument
1131 get(MLIRContext * context) get() argument
1136 allocateStorage(MLIRContext * context,Attribute referencedAttr) allocateStorage() argument
1142 getEmpty(MLIRContext * context) getEmpty() argument
1146 initialize(MLIRContext * context) initialize() argument
1165 get(MLIRContext * context) get() argument
1179 getImpl(unsigned dimCount,unsigned symbolCount,ArrayRef<AffineExpr> results,MLIRContext * context) getImpl() argument
1210 get(MLIRContext * context) get() argument
1215 get(unsigned dimCount,unsigned symbolCount,MLIRContext * context) get() argument
1226 get(unsigned dimCount,unsigned symbolCount,ArrayRef<AffineExpr> results,MLIRContext * context) get() argument
[all...]
/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1116 Context context; in EvaluateInstruction() local
1190 Context context; in Emulate_ADDiu() local
1262 Context context; in Emulate_SW() local
1321 Context context; in Emulate_LW() local
1365 Context context; in Emulate_SUBU_ADDU() local
1392 Context context; in Emulate_SUBU_ADDU() local
1417 Context context; in Emulate_LUI() local
1441 Context context; in Emulate_ADDIUSP() local
1473 Context context; in Emulate_ADDIUS5() local
1522 Context context; in Emulate_SWSP() local
[all …]
/llvm-project/mlir/unittests/Transforms/
H A DDialectConversion.cpp14 static Operation *createOp(MLIRContext *context) { in createOp()
29 MLIRContext context; in TEST() local
57 MLIRContext context; in TEST() local
77 MLIRContext context; in TEST() local
104 MLIRContext context; in TEST() local
121 MLIRContext context; in TEST() local
/llvm-project/libunwind/test/
H A Dlibunwind_01.pass.cpp22 unw_context_t context; in backtrace() local
70 unw_context_t context; in test_no_info() local
90 unw_context_t context; in test_reg_names() local
116 unw_context_t context; in test_reg_get_set() local
137 unw_context_t context; in test_fpreg_get_set() local
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1005 Context context; in EvaluateInstruction() local
1080 Context context; in Emulate_DADDiu() local
1156 Context context; in Emulate_SD() local
1217 Context context; in Emulate_LD() local
1233 Context context; in Emulate_LUI() local
1278 Context context; in Emulate_DSUBU_DADDU() local
1305 Context context; in Emulate_DSUBU_DADDU() local
1368 Context context; in Emulate_BXX_3ops() local
1414 Context context; in Emulate_Bcond_Link() local
1445 Context context; in Emulate_BAL() local
[all …]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DDebugTypeGenerator.cpp29 mlir::MLIRContext *context, in getComponentOffset() argument
42 mlir::MLIRContext *context, in getComponentOffset() argument
58 mlir::MLIRContext *context = module.getContext(); DebugTypeGenerator() local
71 genBasicType(mlir::MLIRContext * context,mlir::StringAttr name,unsigned bitSize,unsigned decoding) genBasicType() argument
79 genPlaceholderType(mlir::MLIRContext * context) genPlaceholderType() argument
89 mlir::MLIRContext *context = module.getContext(); convertBoxedSequenceType() local
159 mlir::MLIRContext *context = module.getContext(); convertSequenceType() local
198 mlir::MLIRContext *context = module.getContext(); convertCharacterType() local
246 mlir::MLIRContext *context = module.getContext(); convertPointerLikeType() local
271 mlir::MLIRContext *context = module.getContext(); convertType() local
[all...]
/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp126 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister()
134 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister()
144 bool EmulateInstruction::WriteRegisterUnsigned(const Context &context, in WriteRegisterUnsigned()
157 bool EmulateInstruction::WriteRegisterUnsigned(const Context &context, in WriteRegisterUnsigned()
166 size_t EmulateInstruction::ReadMemory(const Context &context, lldb::addr_t addr, in ReadMemory()
174 uint64_t EmulateInstruction::ReadMemoryUnsigned(const Context &context, in ReadMemoryUnsigned()
201 bool EmulateInstruction::WriteMemoryUnsigned(const Context &context, in WriteMemoryUnsigned()
212 bool EmulateInstruction::WriteMemory(const Context &context, lldb::addr_t addr, in WriteMemory()
258 void *baton, const Context &context, in ReadMemoryFrame()
275 void *baton, const Context &context, in WriteMemoryFrame()
[all …]

12345678910>>...35