Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp77 llvm::DIType *DebugTranslation::translateImpl(DINullTypeAttr attr) { in translateImpl() argument
87 DebugTranslation::getExpressionAttrOrNull(DIExpressionAttr attr) { in getExpressionAttrOrNull() argument
99 translateImpl(DIBasicTypeAttr attr) translateImpl() argument
106 translateImpl(DICompileUnitAttr attr) translateImpl() argument
130 translateTemporaryImpl(DICompositeTypeAttr attr) translateTemporaryImpl() argument
142 translateImpl(DICompositeTypeAttr attr) translateImpl() argument
175 translateImpl(DIDerivedTypeAttr attr) translateImpl() argument
185 translateImpl(DIStringTypeAttr attr) translateImpl() argument
194 translateImpl(DIFileAttr attr) translateImpl() argument
199 translateImpl(DILabelAttr attr) translateImpl() argument
205 translateImpl(DILexicalBlockAttr attr) translateImpl() argument
212 translateImpl(DILexicalBlockFileAttr attr) translateImpl() argument
218 translateImpl(DILocalScopeAttr attr) translateImpl() argument
222 translateImpl(DIVariableAttr attr) translateImpl() argument
227 translateImpl(DILocalVariableAttr attr) translateImpl() argument
237 translateImpl(DIGlobalVariableAttr attr) translateImpl() argument
246 translateRecursive(DIRecursiveTypeAttrInterface attr) translateRecursive() argument
261 __anonafe22ded0202(auto attr) translateRecursive() argument
278 translateImpl(DIScopeAttr attr) translateImpl() argument
282 translateImpl(DISubprogramAttr attr) translateImpl() argument
314 translateImpl(DIModuleAttr attr) translateImpl() argument
323 translateImpl(DINamespaceAttr attr) translateImpl() argument
329 translateImpl(DISubrangeAttr attr) translateImpl() argument
330 __anonafe22ded0302(Attribute attr) translateImpl() argument
349 __anonafe22ded0802(Attribute attr) translateImpl() argument
359 translateImpl(DISubroutineTypeAttr attr) translateImpl() argument
369 translateImpl(DITypeAttr attr) translateImpl() argument
373 translate(DINodeAttr attr) translate() argument
395 __anonafe22ded0902(auto attr) translate() argument
415 translateExpression(LLVM::DIExpressionAttr attr) translateExpression() argument
429 translateGlobalVariableExpression(LLVM::DIGlobalVariableExpressionAttr attr) translateGlobalVariableExpression() argument
[all...]
H A DLoopAnnotationTranslation.cpp49 LoopAnnotationAttr attr; member
62 void LoopAnnotationConversion::addUnitNode(StringRef name, BoolAttr attr) { in addUnitNode()
75 void LoopAnnotationConversion::convertBoolNode(StringRef name, BoolAttr attr, in convertBoolNode()
87 IntegerAttr attr) { in convertI32Node()
94 LoopAnnotationAttr attr) { in convertFollowupNode()
262 LoopAnnotationTranslation::translateLoopAnnotation(LoopAnnotationAttr attr, in translateLoopAnnotation()
/llvm-project/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp27 mlirAttributeIsALocation(MlirAttribute attr) mlirAttributeIsALocation() argument
35 mlirAttributeIsAAffineMap(MlirAttribute attr) mlirAttributeIsAAffineMap() argument
43 mlirAffineMapAttrGetValue(MlirAttribute attr) mlirAffineMapAttrGetValue() argument
55 mlirAttributeIsAArray(MlirAttribute attr) mlirAttributeIsAArray() argument
67 mlirArrayAttrGetNumElements(MlirAttribute attr) mlirArrayAttrGetNumElements() argument
71 mlirArrayAttrGetElement(MlirAttribute attr,intptr_t pos) mlirArrayAttrGetElement() argument
81 mlirAttributeIsADictionary(MlirAttribute attr) mlirAttributeIsADictionary() argument
95 mlirDictionaryAttrGetNumElements(MlirAttribute attr) mlirDictionaryAttrGetNumElements() argument
99 mlirDictionaryAttrGetElement(MlirAttribute attr,intptr_t pos) mlirDictionaryAttrGetElement() argument
106 mlirDictionaryAttrGetElementByName(MlirAttribute attr,MlirStringRef name) mlirDictionaryAttrGetElementByName() argument
119 mlirAttributeIsAFloat(MlirAttribute attr) mlirAttributeIsAFloat() argument
133 mlirFloatAttrGetValueDouble(MlirAttribute attr) mlirFloatAttrGetValueDouble() argument
143 mlirAttributeIsAInteger(MlirAttribute attr) mlirAttributeIsAInteger() argument
151 mlirIntegerAttrGetValueInt(MlirAttribute attr) mlirIntegerAttrGetValueInt() argument
155 mlirIntegerAttrGetValueSInt(MlirAttribute attr) mlirIntegerAttrGetValueSInt() argument
159 mlirIntegerAttrGetValueUInt(MlirAttribute attr) mlirIntegerAttrGetValueUInt() argument
171 mlirAttributeIsABool(MlirAttribute attr) mlirAttributeIsABool() argument
179 mlirBoolAttrGetValue(MlirAttribute attr) mlirBoolAttrGetValue() argument
187 mlirAttributeIsAIntegerSet(MlirAttribute attr) mlirAttributeIsAIntegerSet() argument
199 mlirAttributeIsAOpaque(MlirAttribute attr) mlirAttributeIsAOpaque() argument
211 mlirOpaqueAttrGetDialectNamespace(MlirAttribute attr) mlirOpaqueAttrGetDialectNamespace() argument
216 mlirOpaqueAttrGetData(MlirAttribute attr) mlirOpaqueAttrGetData() argument
228 mlirAttributeIsAString(MlirAttribute attr) mlirAttributeIsAString() argument
240 mlirStringAttrGetValue(MlirAttribute attr) mlirStringAttrGetValue() argument
252 mlirAttributeIsASymbolRef(MlirAttribute attr) mlirAttributeIsASymbolRef() argument
267 mlirSymbolRefAttrGetRootReference(MlirAttribute attr) mlirSymbolRefAttrGetRootReference() argument
272 mlirSymbolRefAttrGetLeafReference(MlirAttribute attr) mlirSymbolRefAttrGetLeafReference() argument
277 mlirSymbolRefAttrGetNumNestedReferences(MlirAttribute attr) mlirSymbolRefAttrGetNumNestedReferences() argument
282 mlirSymbolRefAttrGetNestedReference(MlirAttribute attr,intptr_t pos) mlirSymbolRefAttrGetNestedReference() argument
300 mlirAttributeIsAFlatSymbolRef(MlirAttribute attr) mlirAttributeIsAFlatSymbolRef() argument
308 mlirFlatSymbolRefAttrGetValue(MlirAttribute attr) mlirFlatSymbolRefAttrGetValue() argument
316 mlirAttributeIsAType(MlirAttribute attr) mlirAttributeIsAType() argument
324 mlirTypeAttrGetValue(MlirAttribute attr) mlirTypeAttrGetValue() argument
334 mlirAttributeIsAUnit(MlirAttribute attr) mlirAttributeIsAUnit() argument
348 mlirAttributeIsAElements(MlirAttribute attr) mlirAttributeIsAElements() argument
352 mlirElementsAttrGetValue(MlirAttribute attr,intptr_t rank,uint64_t * idxs) mlirElementsAttrGetValue() argument
358 mlirElementsAttrIsValidIndex(MlirAttribute attr,intptr_t rank,uint64_t * idxs) mlirElementsAttrIsValidIndex() argument
364 mlirElementsAttrGetNumElements(MlirAttribute attr) mlirElementsAttrGetNumElements() argument
380 mlirAttributeIsADenseBoolArray(MlirAttribute attr) mlirAttributeIsADenseBoolArray() argument
383 mlirAttributeIsADenseI8Array(MlirAttribute attr) mlirAttributeIsADenseI8Array() argument
386 mlirAttributeIsADenseI16Array(MlirAttribute attr) mlirAttributeIsADenseI16Array() argument
389 mlirAttributeIsADenseI32Array(MlirAttribute attr) mlirAttributeIsADenseI32Array() argument
392 mlirAttributeIsADenseI64Array(MlirAttribute attr) mlirAttributeIsADenseI64Array() argument
395 mlirAttributeIsADenseF32Array(MlirAttribute attr) mlirAttributeIsADenseF32Array() argument
398 mlirAttributeIsADenseF64Array(MlirAttribute attr) mlirAttributeIsADenseF64Array() argument
446 mlirDenseArrayGetNumElements(MlirAttribute attr) mlirDenseArrayGetNumElements() argument
454 mlirDenseBoolArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseBoolArrayGetElement() argument
457 mlirDenseI8ArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseI8ArrayGetElement() argument
460 mlirDenseI16ArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseI16ArrayGetElement() argument
463 mlirDenseI32ArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseI32ArrayGetElement() argument
466 mlirDenseI64ArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseI64ArrayGetElement() argument
469 mlirDenseF32ArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseF32ArrayGetElement() argument
472 mlirDenseF64ArrayGetElement(MlirAttribute attr,intptr_t pos) mlirDenseF64ArrayGetElement() argument
484 mlirAttributeIsADenseElements(MlirAttribute attr) mlirAttributeIsADenseElements() argument
488 mlirAttributeIsADenseIntElements(MlirAttribute attr) mlirAttributeIsADenseIntElements() argument
492 mlirAttributeIsADenseFPElements(MlirAttribute attr) mlirAttributeIsADenseFPElements() argument
671 mlirDenseElementsAttrReshapeGet(MlirAttribute attr,MlirType shapedType) mlirDenseElementsAttrReshapeGet() argument
681 mlirDenseElementsAttrIsSplat(MlirAttribute attr) mlirDenseElementsAttrIsSplat() argument
685 mlirDenseElementsAttrGetSplatValue(MlirAttribute attr) mlirDenseElementsAttrGetSplatValue() argument
689 mlirDenseElementsAttrGetBoolSplatValue(MlirAttribute attr) mlirDenseElementsAttrGetBoolSplatValue() argument
692 mlirDenseElementsAttrGetInt8SplatValue(MlirAttribute attr) mlirDenseElementsAttrGetInt8SplatValue() argument
695 mlirDenseElementsAttrGetUInt8SplatValue(MlirAttribute attr) mlirDenseElementsAttrGetUInt8SplatValue() argument
698 mlirDenseElementsAttrGetInt32SplatValue(MlirAttribute attr) mlirDenseElementsAttrGetInt32SplatValue() argument
701 mlirDenseElementsAttrGetUInt32SplatValue(MlirAttribute attr) mlirDenseElementsAttrGetUInt32SplatValue() argument
704 mlirDenseElementsAttrGetInt64SplatValue(MlirAttribute attr) mlirDenseElementsAttrGetInt64SplatValue() argument
707 mlirDenseElementsAttrGetUInt64SplatValue(MlirAttribute attr) mlirDenseElementsAttrGetUInt64SplatValue() argument
710 mlirDenseElementsAttrGetFloatSplatValue(MlirAttribute attr) mlirDenseElementsAttrGetFloatSplatValue() argument
713 mlirDenseElementsAttrGetDoubleSplatValue(MlirAttribute attr) mlirDenseElementsAttrGetDoubleSplatValue() argument
716 mlirDenseElementsAttrGetStringSplatValue(MlirAttribute attr) mlirDenseElementsAttrGetStringSplatValue() argument
725 mlirDenseElementsAttrGetBoolValue(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetBoolValue() argument
728 mlirDenseElementsAttrGetInt8Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetInt8Value() argument
731 mlirDenseElementsAttrGetUInt8Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetUInt8Value() argument
734 mlirDenseElementsAttrGetInt16Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetInt16Value() argument
737 mlirDenseElementsAttrGetUInt16Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetUInt16Value() argument
740 mlirDenseElementsAttrGetInt32Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetInt32Value() argument
743 mlirDenseElementsAttrGetUInt32Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetUInt32Value() argument
746 mlirDenseElementsAttrGetInt64Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetInt64Value() argument
749 mlirDenseElementsAttrGetUInt64Value(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetUInt64Value() argument
752 mlirDenseElementsAttrGetFloatValue(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetFloatValue() argument
755 mlirDenseElementsAttrGetDoubleValue(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetDoubleValue() argument
758 mlirDenseElementsAttrGetStringValue(MlirAttribute attr,intptr_t pos) mlirDenseElementsAttrGetStringValue() argument
768 mlirDenseElementsAttrGetRawData(MlirAttribute attr) mlirDenseElementsAttrGetRawData() argument
777 mlirAttributeIsADenseResourceElements(MlirAttribute attr) mlirAttributeIsADenseResourceElements() argument
876 getDenseResourceVal(MlirAttribute attr,intptr_t pos) getDenseResourceVal() argument
880 mlirDenseBoolResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseBoolResourceElementsAttrGetValue() argument
884 mlirDenseUInt8ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseUInt8ResourceElementsAttrGetValue() argument
888 mlirDenseUInt16ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseUInt16ResourceElementsAttrGetValue() argument
893 mlirDenseUInt32ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseUInt32ResourceElementsAttrGetValue() argument
898 mlirDenseUInt64ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseUInt64ResourceElementsAttrGetValue() argument
903 mlirDenseInt8ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseInt8ResourceElementsAttrGetValue() argument
907 mlirDenseInt16ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseInt16ResourceElementsAttrGetValue() argument
911 mlirDenseInt32ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseInt32ResourceElementsAttrGetValue() argument
915 mlirDenseInt64ResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseInt64ResourceElementsAttrGetValue() argument
919 mlirDenseFloatResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseFloatResourceElementsAttrGetValue() argument
923 mlirDenseDoubleResourceElementsAttrGetValue(MlirAttribute attr,intptr_t pos) mlirDenseDoubleResourceElementsAttrGetValue() argument
932 mlirAttributeIsASparseElements(MlirAttribute attr) mlirAttributeIsASparseElements() argument
945 mlirSparseElementsAttrGetIndices(MlirAttribute attr) mlirSparseElementsAttrGetIndices() argument
949 mlirSparseElementsAttrGetValues(MlirAttribute attr) mlirSparseElementsAttrGetValues() argument
961 mlirAttributeIsAStridedLayout(MlirAttribute attr) mlirAttributeIsAStridedLayout() argument
972 mlirStridedLayoutAttrGetOffset(MlirAttribute attr) mlirStridedLayoutAttrGetOffset() argument
976 mlirStridedLayoutAttrGetNumStrides(MlirAttribute attr) mlirStridedLayoutAttrGetNumStrides() argument
981 mlirStridedLayoutAttrGetStride(MlirAttribute attr,intptr_t pos) mlirStridedLayoutAttrGetStride() argument
[all...]
/llvm-project/mlir/lib/CAPI/Dialect/
H A DSparseTensor.cpp43 mlirAttributeIsASparseTensorEncodingAttr(MlirAttribute attr) mlirAttributeIsASparseTensorEncodingAttr() argument
63 mlirSparseTensorEncodingAttrGetDimToLvl(MlirAttribute attr) mlirSparseTensorEncodingAttrGetDimToLvl() argument
67 mlirSparseTensorEncodingAttrGetLvlToDim(MlirAttribute attr) mlirSparseTensorEncodingAttrGetLvlToDim() argument
71 mlirSparseTensorEncodingGetLvlRank(MlirAttribute attr) mlirSparseTensorEncodingGetLvlRank() argument
76 mlirSparseTensorEncodingAttrGetLvlType(MlirAttribute attr,intptr_t lvl) mlirSparseTensorEncodingAttrGetLvlType() argument
82 mlirSparseTensorEncodingAttrGetLvlFmt(MlirAttribute attr,intptr_t lvl) mlirSparseTensorEncodingAttrGetLvlFmt() argument
88 mlirSparseTensorEncodingAttrGetPosWidth(MlirAttribute attr) mlirSparseTensorEncodingAttrGetPosWidth() argument
92 mlirSparseTensorEncodingAttrGetCrdWidth(MlirAttribute attr) mlirSparseTensorEncodingAttrGetCrdWidth() argument
96 mlirSparseTensorEncodingAttrGetExplicitVal(MlirAttribute attr) mlirSparseTensorEncodingAttrGetExplicitVal() argument
100 mlirSparseTensorEncodingAttrGetImplicitVal(MlirAttribute attr) mlirSparseTensorEncodingAttrGetImplicitVal() argument
[all...]
/llvm-project/libc/test/src/pthread/
H A Dpthread_attr_test.cpp27 pthread_attr_t attr; in TEST() local
43 pthread_attr_t attr; in TEST() local
62 pthread_attr_t attr; TEST() local
80 pthread_attr_t attr; TEST() local
98 pthread_attr_t attr; TEST() local
[all...]
H A Dpthread_mutexattr_test.cpp23 ASSERT_EQ(LIBC_NAMESPACE::pthread_mutexattr_init(&attr), 0); in TEST() local
30 ASSERT_EQ(LIBC_NAMESPACE::pthread_mutexattr_init(&attr), 0); in TEST() local
52 pthread_mutexattr_t attr; TEST() local
74 pthread_mutexattr_t attr; TEST() local
[all...]
H A Dpthread_rwlockattr_test.cpp22 pthread_rwlockattr_t attr; in TEST() local
28 pthread_rwlockattr_t attr; in TEST() local
45 pthread_rwlockattr_t attr; in TEST() local
69 pthread_rwlockattr_t attr; in TEST() local
/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLVerifiers.cpp35 Attribute attr, unsigned variable) { in verify()
59 Attribute attr, in verify()
72 Attribute attr, ConstraintVerifier &context) const { in verify()
85 Attribute attr, ConstraintVerifier &context) const { in verify()
104 function_ref<InFlightDiagnostic()> emitError, Attribute attr, in verify()
140 function_ref<InFlightDiagnostic()> emitError, Attribute attr, in verify()
184 Attribute attr, ConstraintVerifier &context) const { in verify()
200 Attribute attr, ConstraintVerifier &context) const { in verify()
212 Attribute attr, in verify()
/llvm-project/mlir/lib/IR/
H A DODSSupport.cpp22 mlir::convertFromAttribute(int64_t &storage, Attribute attr, in convertFromAttribute() argument
38 convertDenseArrayFromAttr(MutableArrayRef<T> storage,Attribute attr,function_ref<InFlightDiagnostic ()> emitError,StringRef denseArrayTyStr) convertDenseArrayFromAttr() argument
55 convertFromAttribute(MutableArrayRef<int64_t> storage,Attribute attr,function_ref<InFlightDiagnostic ()> emitError) convertFromAttribute() argument
61 convertFromAttribute(MutableArrayRef<int32_t> storage,Attribute attr,function_ref<InFlightDiagnostic ()> emitError) convertFromAttribute() argument
[all...]
/llvm-project/libc/src/pthread/
H A Dpthread_mutexattr.h36 get_mutexattr_type(pthread_mutexattr_t attr) get_mutexattr_type() argument
41 get_mutexattr_robust(pthread_mutexattr_t attr) get_mutexattr_robust() argument
46 get_mutexattr_pshared(pthread_mutexattr_t attr) get_mutexattr_pshared() argument
/llvm-project/flang/lib/Semantics/
H A Dattr.cpp22 std::string AttrToString(Attr attr) { in AttrToString()
37 llvm::raw_ostream &operator<<(llvm::raw_ostream &o, Attr attr) { in operator <<()
45 Attr attr{static_cast<Attr>(j)}; in operator <<() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVParsingUtils.h52 SmallVector<NamedAttribute, 1> attr; variable
57 if (std::optional<EnumClass> attr = variable
74 NamedAttrList attr; variable
/llvm-project/libcxx/test/tools/clang_tidy_checks/
H A Duglify_attributes.cpp93 attr_string += attr.getAttrName()->getName(); in getUglyfiedCXX11Attr() argument
112 getUglyfiedGNUAttr(const clang::Attr & attr) getUglyfiedGNUAttr() argument
116 getUglified(const clang::Attr & attr) getUglified() argument
137 if (const auto* attr = result.Nodes.getNodeAs<clang::Attr>("normal_attribute"); attr != nullptr) { check() local
[all...]
/llvm-project/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp93 } else if (auto attr = llvm::dyn_cast_if_present<Attribute>(val)) { getDims() local
115 if (auto attr = llvm::dyn_cast_if_present<Attribute>(val)) getDimSize() local
127 if (auto attr = llvm::dyn_cast_if_present<Attribute>(val)) getRank() local
138 if (auto attr = llvm::dyn_cast_if_present<Attribute>(val)) { hasStaticShape() local
155 if (auto attr = llvm::dyn_cast_if_present<Attribute>(val)) { getNumElements() local
198 DenseIntElementsAttr attr; getValueAsShape() local
226 Attribute attr = shapeAndType.getAttribute(); inferReturnTensorTypes() local
[all...]
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMAttrs.cpp58 classof(Attribute attr) classof() argument
71 classof(Attribute attr) classof() argument
80 classof(Attribute attr) classof() argument
89 classof(Attribute attr) classof() argument
97 classof(Attribute attr) classof() argument
107 classof(Attribute attr) classof() argument
[all...]
/llvm-project/flang/include/flang/Optimizer/Dialect/CUF/Attributes/
H A DCUFAttr.h48 cuf::DataAttribute attr; in getDataAttribute() local
81 cuf::ProcAttribute attr; in getProcAttribute() local
/llvm-project/mlir/test/lib/Dialect/Shape/
H A DTestShapeFunctions.cpp60 auto attr = module->getDiscardableAttr("shape.lib"); in runOnOperation() local
62 auto lookup = [&](Attribute attr) { in runOnOperation()
68 for (auto attr : arrayAttr) in runOnOperation() local
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformTypes.cpp46 for (Attribute attr : payload) { in checkPayload() local
123 for (Attribute attr : payload) { in checkPayload() local
146 for (Attribute attr : payload) { in checkPayload() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp38 const char *DWARFBaseDIE::GetAttributeValueAsString(const dw_attr_t attr, in GetAttributeValueAsString() argument
46 uint64_t DWARFBaseDIE::GetAttributeValueAsUnsigned(const dw_attr_t attr, in GetAttributeValueAsUnsigned() argument
61 uint64_t DWARFBaseDIE::GetAttributeValueAsAddress(const dw_attr_t attr, in GetAttributeValueAsAddress() argument
H A DDWARFAttribute.h23 DWARFAttribute(dw_attr_t attr, dw_form_t form, in DWARFAttribute()
30 void get(dw_attr_t &attr, dw_form_t &form, in get()
73 DWARFAttribute attr; member
H A DDWARFDebugInfoEntry.cpp108 ExtractAttrAndFormValue(const llvm::DWARFAbbreviationDeclaration::AttributeSpec & attr_spec,dw_attr_t & attr,DWARFFormValue & form_value) ExtractAttrAndFormValue() argument
144 dw_attr_t attr; GetDIENamesAndRanges() local
309 dw_attr_t attr; GetAttributes() local
357 GetAttributeValue(const DWARFUnit * cu,const dw_attr_t attr,DWARFFormValue & form_value,dw_offset_t * end_attr_offset_ptr,bool check_specification_or_abstract_origin) const GetAttributeValue() argument
414 GetAttributeValueAsString(const DWARFUnit * cu,const dw_attr_t attr,const char * fail_value,bool check_specification_or_abstract_origin) const GetAttributeValueAsString() argument
427 GetAttributeValueAsUnsigned(const DWARFUnit * cu,const dw_attr_t attr,uint64_t fail_value,bool check_specification_or_abstract_origin) const GetAttributeValueAsUnsigned() argument
438 GetAttributeValueAsOptionalUnsigned(const DWARFUnit * cu,const dw_attr_t attr,bool check_specification_or_abstract_origin) const GetAttributeValueAsOptionalUnsigned() argument
452 GetAttributeValueAsReference(const DWARFUnit * cu,const dw_attr_t attr,bool check_specification_or_abstract_origin) const GetAttributeValueAsReference() argument
462 GetAttributeValueAsAddress(const DWARFUnit * cu,const dw_attr_t attr,uint64_t fail_value,bool check_specification_or_abstract_origin) const GetAttributeValueAsAddress() argument
[all...]
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_create_test.cpp140 pthread_attr_t *attr = &(th_arg->attrs); in run_success_config() local
255 static void create_and_check_failure_thread(pthread_attr_t *attr) { in create_and_check_failure_thread()
270 pthread_attr_t attr; in run_failure_config() local
300 pthread_attr_t attr; in run_failure_tests() local
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp251 MlirAttribute attr = mlirAffineMapAttrGet(affineMap.get()); in getAttribute() local
141 MlirAttribute attr = mlirAffineMapAttrGet(affineMap.get()); bindDerived() local
178 PyDenseArrayIterator(PyAttribute attr) PyDenseArrayIterator() argument
201 PyAttribute attr; global() member in __anon5898d0ac0111::PyDenseArrayAttribute::PyDenseArrayIterator
236 for (py::handle attr : extras) bindDerived() local
247 MlirAttribute attr = DerivedT::getAttribute(ctx->get(), intValues.size(), getAttribute() local
333 PyArrayAttributeIterator(PyAttribute attr) PyArrayAttributeIterator() argument
352 PyAttribute attr; global() member in __anon5898d0ac0111::PyArrayAttribute::PyArrayAttributeIterator
369 MlirAttribute attr = mlirArrayAttrGet( bindDerived() local
394 for (py::handle attr : extras) bindDerived() local
417 MlirAttribute attr = mlirFloatAttrDoubleGetChecked(loc, type, value); bindDerived() local
427 MlirAttribute attr = mlirFloatAttrDoubleGet( bindDerived() local
436 MlirAttribute attr = mlirFloatAttrDoubleGet( bindDerived() local
460 MlirAttribute attr = mlirIntegerAttrGet(type, value); bindDerived() local
497 MlirAttribute attr = mlirBoolAttrGet(context->get(), value); bindDerived() local
567 MlirAttribute attr = bindDerived() local
598 MlirAttribute attr = mlirOpaqueAttrGet( bindDerived() local
634 MlirAttribute attr = bindDerived() local
643 MlirAttribute attr = bindDerived() local
835 MlirAttribute attr = getFromBuffer() local
1157 MlirAttribute attr = mlirUnmanagedDenseResourceElementsAttrGet( getFromBuffer() local
1212 MlirAttribute attr = bindDerived() local
1220 MlirAttribute attr = bindDerived() local
1286 MlirAttribute attr = mlirTypeAttrGet(value.get()); bindDerived() local
1332 MlirAttribute attr = mlirStridedLayoutAttrGet( bindDerived() local
1344 MlirAttribute attr = mlirStridedLayoutAttrGet( bindDerived() local
[all...]
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationDialect.cpp70 NamedAttribute attr) { in verifyRegionArgAttribute()
115 NamedAttribute attr) { in verifyOperationAttribute()
/llvm-project/mlir/include/mlir/Dialect/Vector/IR/
H A DVectorOps.h139 isParallelIterator(Attribute attr) isParallelIterator() argument
144 isReductionIterator(Attribute attr) isReductionIterator() argument

12345678910>>...15