| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | FunctionInterfaces.h | 116 ArrayRef<NamedAttribute> attributes) { in setArgAttrs() 123 void setArgAttrs(ConcreteType op, unsigned index, DictionaryAttr attributes) { in setArgAttrs() 163 ArrayRef<NamedAttribute> attributes) { in setResultAttrs() 172 DictionaryAttr attributes) { in setResultAttrs()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/ |
| H A D | TosaOps.cpp | 344 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 369 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 426 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 458 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 485 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 541 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 556 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 572 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 606 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 645 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ELFAttributeParser.h | 26 std::unordered_map<unsigned, unsigned> attributes; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParser.cpp | 33 DWARFAttributes attributes; in ParseChildArrayInfo() local
|
| H A D | DWARFDebugInfoEntry.cpp | 408 DWARFAttributes &attributes, in GetAttributes() 741 DWARFAttributes attributes; in GetParentDeclContextDIE() local 791 DWARFAttributes attributes; in GetQualifiedName() local 798 const DWARFAttributes &attributes, in GetQualifiedName()
|
| H A D | DWARFBaseDIE.cpp | 107 size_t DWARFBaseDIE::GetAttributes(DWARFAttributes &attributes, in GetAttributes()
|
| H A D | DWARFASTParserClang.cpp | 291 DWARFAttributes attributes; in ParsedDWARFTypeAttributes() local 1370 DWARFAttributes attributes; in ParseInheritance() local 1934 DWARFAttributes attributes; in ParseTemplateDIE() local 2164 DWARFAttributes attributes; in CompleteTypeFromDWARF() local 2226 DWARFAttributes attributes; in ParseChildEnumerators() local 2418 DWARFAttributes attributes; in MemberAttributes() local 2503 DWARFAttributes attributes; in PropertyAttributes() local 2976 DWARFAttributes attributes; in ParseChildParameters() local 3087 DWARFAttributes attributes; in GetTypeForDIE() local
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-filepath.cc | 208 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() local 232 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists() local
|
| /llvm-project-15.0.7/mlir/lib/Interfaces/ |
| H A D | InferTypeOpInterface.cpp | 179 DictionaryAttr attributes, RegionRange regions, in inferReturnTensorTypes()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/ |
| H A D | Shape.cpp | 399 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes() 916 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes() 1094 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes() 1273 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes() 1311 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes() 1399 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes() 1435 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes() 1467 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes() 1499 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes() 1536 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Conversion/FuncToLLVM/ |
| H A D | FuncToLLVM.cpp | 84 SmallVectorImpl<NamedAttribute> &attributes, in prependResAttrsToArgAttrs() 131 SmallVector<NamedAttribute, 4> attributes; in wrapForExternalCallers() local 201 SmallVector<NamedAttribute, 4> attributes; in wrapExternalFunction() local 301 SmallVector<NamedAttribute, 4> attributes; in convertFuncOpToLLVMFuncOp() local
|
| /llvm-project-15.0.7/mlir/lib/CAPI/Interfaces/ |
| H A D | Interfaces.cpp | 40 intptr_t nOperands, MlirValue *operands, MlirAttribute attributes, in mlirInferTypeOpInterfaceInferReturnTypes()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | DeserializeOps.cpp | 247 SmallVector<NamedAttribute, 4> attributes; in processOpWithoutGrammarAttr() local 511 SmallVector<NamedAttribute, 4> attributes; in processOp() local
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | OperationSupport.cpp | 27 NamedAttrList::NamedAttrList(ArrayRef<NamedAttribute> attributes) { in NamedAttrList() 31 NamedAttrList::NamedAttrList(DictionaryAttr attributes) in NamedAttrList() 175 ArrayRef<NamedAttribute> attributes, in OperationState() 188 ArrayRef<NamedAttribute> attributes, in OperationState()
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | InferTypeOpInterface.h | 276 ValueRange operands, DictionaryAttr attributes, in inferReturnTypes()
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/ODS/ |
| H A D | Context.cpp | 116 ArrayRef<Attribute> attributes = op->getAttributes(); in print() local
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOModule.h | 42 uint32_t attributes = 0; member
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.h | 96 attr_iterator_range attributes() const { in attributes() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/ |
| H A D | Operation.h | 200 SmallVector<Attribute> attributes; variable
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRInterfaces.cpp | 188 llvm::Optional<PyAttribute> attributes, in inferReturnTypes()
|
| H A D | IRAttributes.cpp | 152 [](py::list attributes, DefaultingPyMlirContext context) { in bindDerived() 178 std::vector<MlirAttribute> attributes; in bindDerived() local 773 [](py::dict attributes, DefaultingPyMlirContext context) { in bindDerived()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIROps.cpp | 176 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() 187 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() 198 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() 213 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() 226 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() 236 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() 292 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() 303 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() 314 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() 1640 llvm::ArrayRef<mlir::NamedAttribute> attributes) { in build() [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | IR.h | 323 MlirNamedAttribute *attributes; member
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 99 ArrayRef<NamedAttribute> attributes, in buildStructuredOp() 673 ArrayRef<NamedAttribute> attributes) { in build() 701 ArrayRef<NamedAttribute> attributes) { in build() 715 ArrayRef<NamedAttribute> attributes) { in build() 725 ArrayRef<NamedAttribute> attributes) { in build() 736 ArrayRef<NamedAttribute> attributes) { in build()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | PipeWindows.cpp | 180 SECURITY_ATTRIBUTES attributes = {}; in OpenNamedPipe() local
|