Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 67) sorted by relevance

123

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DFunctionInterfaces.h116 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 DTosaOps.cpp344 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 DELFAttributeParser.h26 std::unordered_map<unsigned, unsigned> attributes; variable
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp33 DWARFAttributes attributes; in ParseChildArrayInfo() local
H A DDWARFDebugInfoEntry.cpp408 DWARFAttributes &attributes, in GetAttributes()
741 DWARFAttributes attributes; in GetParentDeclContextDIE() local
791 DWARFAttributes attributes; in GetQualifiedName() local
798 const DWARFAttributes &attributes, in GetQualifiedName()
H A DDWARFBaseDIE.cpp107 size_t DWARFBaseDIE::GetAttributes(DWARFAttributes &attributes, in GetAttributes()
H A DDWARFASTParserClang.cpp291 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 Dgtest-filepath.cc208 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 DInferTypeOpInterface.cpp179 DictionaryAttr attributes, RegionRange regions, in inferReturnTensorTypes()
/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp399 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 DFuncToLLVM.cpp84 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 DInterfaces.cpp40 intptr_t nOperands, MlirValue *operands, MlirAttribute attributes, in mlirInferTypeOpInterfaceInferReturnTypes()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp247 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 DOperationSupport.cpp27 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 DInferTypeOpInterface.h276 ValueRange operands, DictionaryAttr attributes, in inferReturnTypes()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/ODS/
H A DContext.cpp116 ArrayRef<Attribute> attributes = op->getAttributes(); in print() local
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h42 uint32_t attributes = 0; member
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h96 attr_iterator_range attributes() const { in attributes() function
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h200 SmallVector<Attribute> attributes; variable
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp188 llvm::Optional<PyAttribute> attributes, in inferReturnTypes()
H A DIRAttributes.cpp152 [](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 DFIROps.cpp176 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 DIR.h323 MlirNamedAttribute *attributes; member
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp99 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 DPipeWindows.cpp180 SECURITY_ATTRIBUTES attributes = {}; in OpenNamedPipe() local

123