/llvm-project/mlir/lib/Dialect/IRDL/IR/ |
H A D | IRDLOps.cpp | 36 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 D | FunctionInterfaces.cpp | 29 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 D | FunctionImplementation.cpp | 61 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 D | OpBuildGen.cpp | 52 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 D | characteristics.h | 176 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 D | cxx-default-delete.cpp | 25 struct attrs { struct
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | OpImplementation.h | 947 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 D | Operation.h | 633 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 D | ExtensibleDialect.h | 440 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 D | LLVMDialect.h | 231 indices.reserve(attrs.size()); in convertArrayToIndices() argument 220 convertArrayToIndices(ArrayRef<Attribute> attrs) convertArrayToIndices() argument
|
/llvm-project/mlir/lib/Dialect/Func/IR/ |
H A D | FuncOps.cpp | 161 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 D | create_thread_fail.cpp | 17 pthread_attr_t attrs; in main() local
|
/llvm-project/mlir/lib/IR/ |
H A D | Builders.cpp | 278 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 D | packed-union.c | 6 } __attribute__((__packed__)) attrs; typedef
|
/llvm-project/flang/lib/Semantics/ |
H A D | attr.cpp | 41 llvm::raw_ostream &operator<<(llvm::raw_ostream &o, const Attrs &attrs) { in operator <<()
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AnnotateConstant.cpp | 34 llvm::SmallVector<mlir::Attribute> attrs; in runOnOperation() local
|
/llvm-project/mlir/unittests/IR/ |
H A D | OpPropertiesTest.cpp | 85 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 D | IntegerRangeAnalysis.cpp | 74 __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 D | ROCDLAttachTarget.cpp | 85 if (std::optional<ArrayAttr> attrs = module.getTargets()) in runOnOperation() local
|
H A D | NVVMAttachTarget.cpp | 77 if (std::optional<ArrayAttr> attrs = module.getTargets()) in runOnOperation() local
|
H A D | SPIRVAttachTarget.cpp | 90 if (std::optional<ArrayAttr> attrs = gpuModule.getTargets()) in runOnOperation() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfoEntry.h | 58 DWARFAttributes attrs; global() variable
|
H A D | DWARFASTParserClang.cpp | 459 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 D | Async.cpp | 185 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 D | BytecodeImplementation.h | 107 LogicalResult readAttributes(SmallVectorImpl<T> &attrs) { in readAttributes() 298 void writeAttributes(ArrayRef<T> attrs) { in writeAttributes()
|