Home
last modified time | relevance | path

Searched defs:attrs (Results 1 – 25 of 134) sorted by relevance

123456

/llvm-project/mlir/lib/Dialect/IRDL/IR/
H A DIRDLOps.cpp36 DenseMap<AttributeOp, std::unique_ptr<DynamicAttrDefinition>> const in getVerifier()
44 DenseMap<AttributeOp, std::unique_ptr<DynamicAttrDefinition>> const in getVerifier()
99 DenseMap<AttributeOp, std::unique_ptr<DynamicAttrDefinition>> const in getVerifier()
128 DenseMap<AttributeOp, std::unique_ptr<DynamicAttrDefinition>> const in getVerifier()
137 DenseMap<AttributeOp, std::unique_ptr<DynamicAttrDefinition>> const in getVerifier()
146 DenseMap<AttributeOp, std::unique_ptr<DynamicAttrDefinition>> const in getVerifier()
154 DenseMap<AttributeOp, std::unique_ptr<DynamicAttrDefinition>> const in getVerifier()
/llvm-project/mlir/lib/Interfaces/
H A DFunctionInterfaces.cpp29 ArrayAttr attrs = op.getArgAttrsAttr(); in getArgAttrDict() local
38 ArrayAttr attrs = op.getResAttrsAttr(); in getResultAttrDict() local
68 static void setArgResAttrs(FunctionOpInterface op, ArrayAttr attrs) { in setArgResAttrs() argument
87 ArrayRef<Attribute> attrs) { in setAllArgResAttrDicts() argument
95 setAllArgAttrDicts(FunctionOpInterface op,ArrayRef<DictionaryAttr> attrs) setAllArgAttrDicts() argument
100 setAllArgAttrDicts(FunctionOpInterface op,ArrayRef<Attribute> attrs) setAllArgAttrDicts() argument
108 setAllResultAttrDicts(FunctionOpInterface op,ArrayRef<DictionaryAttr> attrs) setAllResultAttrDicts() argument
113 setAllResultAttrDicts(FunctionOpInterface op,ArrayRef<Attribute> attrs) setAllResultAttrDicts() argument
123 setArgResAttrDict(FunctionOpInterface op,unsigned numTotalIndices,unsigned index,DictionaryAttr attrs) setArgResAttrDict() argument
342 ArrayAttr attrs = getArgResAttrs<isArgVal>(op); setFunctionType() local
[all...]
H A DFunctionImplementation.cpp61 NamedAttrList attrs; in parseFunctionArgumentList() local
104 NamedAttrList attrs; in parseFunctionResultList() local
132 auto nonEmptyAttrsFn = [](DictionaryAttr attrs) { in addArgAndResultAttrs()
138 SmallVector<Attribute> attrs; in addArgAndResultAttrs() local
247 ArrayAttr attrs) { in printFunctionResultList()
279 ArrayRef<NamedAttribute> attrs; in printFunctionSignature() local
/llvm-project/mlir/unittests/TableGen/
H A DOpBuildGen.cpp52 std::vector<NamedAttribute> attrs) { in verifyOp()
76 std::vector<NamedAttribute> attrs) { in verifyOp()
120 ArrayRef<NamedAttribute> attrs; member in mlir::OpBuildGenTest
266 ArrayRef<NamedAttribute> attrs(attrsStorage); in TEST_F() local
/llvm-project/flang/include/flang/Evaluate/
H A Dcharacteristics.h176 const Attrs &attrs() const { return attrs_; } in attrs() function
247 Attrs attrs; member
267 Attrs attrs; member
345 Attrs attrs; member
401 Attrs attrs; global() member
[all...]
/llvm-project/clang/test/Parser/
H A Dcxx-default-delete.cpp25 struct attrs { struct
/llvm-project/mlir/include/mlir/IR/
H A DOpImplementation.h947 parseAttribute(Attribute & result,StringRef attrName,NamedAttrList & attrs) parseAttribute() argument
954 parseAttribute(AttrType & result,StringRef attrName,NamedAttrList & attrs) parseAttribute() argument
963 parseAttribute(AttrType & result,Type type,StringRef attrName,NamedAttrList & attrs) parseAttribute() argument
994 parseCustomAttributeWithFallback(AttrType & result,Type type,StringRef attrName,NamedAttrList & attrs) parseCustomAttributeWithFallback() argument
1021 parseCustomAttributeWithFallback(AttrType & result,Type type,StringRef attrName,NamedAttrList & attrs) parseCustomAttributeWithFallback() argument
1078 parseOptionalAttribute(AttrType & result,StringRef attrName,NamedAttrList & attrs) parseOptionalAttribute() argument
1087 parseOptionalAttribute(AttrType & result,Type type,StringRef attrName,NamedAttrList & attrs) parseOptionalAttribute() argument
1130 parseSymbolName(StringAttr & result,StringRef attrName,NamedAttrList & attrs) parseSymbolName() argument
1144 parseOptionalSymbolName(StringAttr & result,StringRef attrName,NamedAttrList & attrs) parseOptionalSymbolName() argument
1606 DictionaryAttr attrs; // Attributes if present. global() member
[all...]
H A DOperation.h633 auto attrs = getAttrs(); getDialectAttrs() local
638 auto attrs = getAttrs(); dialect_attr_begin() local
642 auto attrs = getAttrs(); dialect_attr_end() local
649 NamedAttrList attrs; setDialectAttrs() local
1066 DictionaryAttr attrs; global() variable
[all...]
H A DExtensibleDialect.h440 LogicalResult foldHook(Operation *op, ArrayRef<Attribute> attrs, in foldHook()
455 NamedAttrList &attrs) final { in populateDefaultAttrs()
475 void populateInherentAttrs(Operation *op, NamedAttrList &attrs) final {} in populateInherentAttrs()
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMDialect.h231 indices.reserve(attrs.size()); in convertArrayToIndices() argument
220 convertArrayToIndices(ArrayRef<Attribute> attrs) convertArrayToIndices() argument
/llvm-project/mlir/lib/Dialect/Func/IR/
H A DFuncOps.cpp161 create(Location location,StringRef name,FunctionType type,ArrayRef<NamedAttribute> attrs) create() argument
168 create(Location location,StringRef name,FunctionType type,Operation::dialect_attr_range attrs) create() argument
173 create(Location location,StringRef name,FunctionType type,ArrayRef<NamedAttribute> attrs,ArrayRef<DictionaryAttr> argAttrs) create() argument
181 build(OpBuilder & builder,OperationState & state,StringRef name,FunctionType type,ArrayRef<NamedAttribute> attrs,ArrayRef<DictionaryAttr> argAttrs) build() argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dcreate_thread_fail.cpp17 pthread_attr_t attrs; in main() local
/llvm-project/mlir/lib/IR/
H A DBuilders.cpp278 auto attrs = llvm::map_to_vector<8>( in getBoolArrayAttr() local
284 auto attrs = llvm::map_to_vector<8>(values, [this](int64_t v) -> Attribute { in getI32ArrayAttr() local
289 auto attrs = llvm::map_to_vector<8>( getI64ArrayAttr() local
295 auto attrs = llvm::map_to_vector<8>(values, [this](int64_t v) -> Attribute { getIndexArrayAttr() local
302 auto attrs = llvm::map_to_vector<8>( getF32ArrayAttr() local
308 auto attrs = llvm::map_to_vector<8>( getF64ArrayAttr() local
314 auto attrs = llvm::map_to_vector<8>( getStrArrayAttr() local
320 auto attrs = llvm::map_to_vector<8>( getTypeArrayAttr() local
326 auto attrs = llvm::map_to_vector<8>( getAffineMapArrayAttr() local
[all...]
/llvm-project/clang/test/CodeGen/
H A Dpacked-union.c6 } __attribute__((__packed__)) attrs; typedef
/llvm-project/flang/lib/Semantics/
H A Dattr.cpp41 llvm::raw_ostream &operator<<(llvm::raw_ostream &o, const Attrs &attrs) { in operator <<()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAnnotateConstant.cpp34 llvm::SmallVector<mlir::Attribute> attrs; in runOnOperation() local
/llvm-project/mlir/unittests/IR/
H A DOpPropertiesTest.cpp85 SmallVector<NamedAttribute> attrs; in getPropertiesAsAttribute() local
129 NamedAttrList &attrs) {} in populateInherentAttrs() argument
131 verifyInherentAttrs(OperationName opName, NamedAttrList &attrs, in verifyInherentAttrs() argument
275 NamedAttrList attrs; TEST() local
[all...]
/llvm-project/mlir/lib/Analysis/DataFlow/
H A DIntegerRangeAnalysis.cpp74 __anon7fc343af0202(Value v, const IntegerValueRange &attrs) visitOperation() argument
114 __anon7fc343af0502(Value v, const IntegerValueRange &attrs) visitNonControlFlowArguments() argument
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DROCDLAttachTarget.cpp85 if (std::optional<ArrayAttr> attrs = module.getTargets()) in runOnOperation() local
H A DNVVMAttachTarget.cpp77 if (std::optional<ArrayAttr> attrs = module.getTargets()) in runOnOperation() local
H A DSPIRVAttachTarget.cpp90 if (std::optional<ArrayAttr> attrs = gpuModule.getTargets()) in runOnOperation() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h58 DWARFAttributes attrs; global() variable
H A DDWARFASTParserClang.cpp459 ParsedDWARFTypeAttributes attrs(die); ParseTypeFromDWARF() local
591 ParseTypeModifier(const SymbolContext & sc,const DWARFDIE & die,ParsedDWARFTypeAttributes & attrs) ParseTypeModifier() argument
829 ParseEnum(const SymbolContext & sc,const DWARFDIE & decl_die,ParsedDWARFTypeAttributes & attrs) ParseEnum() argument
931 ConvertDWARFCallingConventionToClang(const ParsedDWARFTypeAttributes & attrs) ConvertDWARFCallingConventionToClang() argument
962 ParseObjCMethod(const ObjCLanguage::MethodName & objc_method,const DWARFDIE & die,CompilerType clang_type,const ParsedDWARFTypeAttributes & attrs,bool is_variadic) ParseObjCMethod() argument
1009 ParseCXXMethod(const DWARFDIE & die,CompilerType clang_type,const ParsedDWARFTypeAttributes & attrs,const DWARFDIE & decl_ctx_die,bool is_static,bool & ignore_containing_context) ParseCXXMethod() argument
1140 ParseSubroutine(const DWARFDIE & die,const ParsedDWARFTypeAttributes & attrs) ParseSubroutine() argument
1344 ParseArrayType(const DWARFDIE & die,const ParsedDWARFTypeAttributes & attrs) ParseArrayType() argument
1398 ParsePointerToMemberType(const DWARFDIE & die,const ParsedDWARFTypeAttributes & attrs) ParsePointerToMemberType() argument
1607 ParseStructureLikeDIE(const SymbolContext & sc,const DWARFDIE & decl_die,ParsedDWARFTypeAttributes & attrs) ParseStructureLikeDIE() argument
2732 const MemberAttributes attrs(die, parent_die, module_sp); ParseObjCProperty() local
2816 CreateStaticMemberVariable(const DWARFDIE & die,const MemberAttributes & attrs,const lldb_private::CompilerType & class_clang_type) CreateStaticMemberVariable() argument
2871 const MemberAttributes attrs(die, parent_die, module_sp); ParseSingleMember() local
3116 const MemberAttributes attrs(die, parent_die, module_sp); ParseChildMembers() local
[all...]
/llvm-project/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp185 NamedAttrList attrs; in parse() local
250 ArrayRef<NamedAttribute> attrs) { in build()
299 FunctionType type, ArrayRef<NamedAttribute> attrs, in build()
/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeImplementation.h107 LogicalResult readAttributes(SmallVectorImpl<T> &attrs) { in readAttributes()
298 void writeAttributes(ArrayRef<T> attrs) { in writeAttributes()

123456