Home
last modified time | relevance | path

Searched refs:StructAttr (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/mlir/lib/TableGen/
DAttribute.cpp254 StructAttr::StructAttr(const llvm::Record *record) : Attribute(record) { in StructAttr() function in StructAttr
259 StructAttr::StructAttr(const llvm::DefInit *init) in StructAttr() function in StructAttr
260 : StructAttr(init->getDef()) {} in StructAttr()
262 StringRef StructAttr::getStructClassName() const { in getStructClassName()
266 StringRef StructAttr::getCppNamespace() const { in getCppNamespace()
271 std::vector<StructFieldAttr> StructAttr::getAllFields() const { in getAllFields()
/external/llvm-project/mlir/include/mlir/TableGen/
DAttribute.h222 class StructAttr : public Attribute {
224 explicit StructAttr(const llvm::Record *record);
225 explicit StructAttr(const llvm::Record &record) : StructAttr(&record){}; in StructAttr() function
226 explicit StructAttr(const llvm::DefInit *init);
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops_base_structs.td23 def DotDimensionNumbers : StructAttr<"DotDimensionNumbers", HLO_Dialect, [
32 def ScatterDimensionNumbers : StructAttr<
41 def ConvDimensionNumbers : StructAttr<"ConvDimensionNumbers", HLO_Dialect, [
55 def GatherDimensionNumbers : StructAttr<"GatherDimensionNumbers", HLO_Dialect,
67 def ChannelHandle : StructAttr<"ChannelHandle", HLO_Dialect, [
Dlhlo_gpu_ops_structs.td21 def ConvolutionBackendConfigAttr : StructAttr<"ConvolutionBackendConfig",
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_structs.td24 def DimensionMetadataAttr : StructAttr<"DimensionMetadataAttr", TFL_Dialect, [
35 def SparsityParameterAttr : StructAttr<"SparsityParameterAttr", TFL_Dialect, [
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DTargetAndABI.td29 def SPV_EntryPointABIAttr : StructAttr<"EntryPointABIAttr", SPIRV_Dialect, [
43 StructAttr<"CooperativeMatrixPropertiesNVAttr", SPIRV_Dialect, [
66 def SPV_ResourceLimitsAttr : StructAttr<"ResourceLimitsAttr", SPIRV_Dialect, [
/external/llvm-project/mlir/tools/mlir-tblgen/
DStructsGen.cpp31 using mlir::tblgen::StructAttr;
78 StructAttr structAttr(&structDef); in emitStructDecl()
265 StructAttr structAttr(&structDef); in emitStructDef()
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
DTosaOpBase.td61 def Tosa_UnaryOpQuantizationAttr : StructAttr<"UnaryOpQuantizationAttr",
80 def Tosa_ConvOpQuantizationAttr : StructAttr<"ConvOpQuantizationAttr",
88 def Tosa_MatMulOpQuantizationAttr : StructAttr<"MatMulOpQuantizationAttr",
100 def Tosa_PadOpQuantizationAttr : StructAttr<"PadOpQuantizationAttr",
/external/llvm-project/mlir/unittests/TableGen/
Dstructs.td15 def Test_Struct : StructAttr<"TestStruct", Test_Dialect, [
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ir/
Dxla_thunks_ops.td32 def AllocationSlice : StructAttr<"AllocationSlice", XLAThunks_Dialect, [
/external/llvm-project/mlir/include/mlir/Dialect/GPU/
DParallelLoopMapperAttr.td40 StructAttr<"ParallelLoopDimMapping", GPU_Dialect,
/external/llvm-project/mlir/test/IR/
Dattribute.mlir541 // Test StructAttr
/external/llvm-project/mlir/test/mlir-tblgen/
Dop-attribute.td282 def MyStruct : StructAttr<"MyStruct", Test_Dialect_2,
/external/llvm-project/mlir/include/mlir/IR/
DOpBase.td1447 // Attribute information for an Attribute field within a StructAttr.
1449 // Name of this field in the StructAttr.
1459 class StructAttr<string name, Dialect d,
1466 // Name for this StructAttr.
1475 // The dialect this StructAttr belongs to.
1480 // List of fields that the StructAttr contains.
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_op_base.td424 def TF_GpuDeviceMetadata : StructAttr<"GpuDeviceMetadata", TF_Dialect, [
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestOps.td218 def SomeStructAttr : StructAttr<"SomeStructAttr", Test_Dialect, [