Home
last modified time | relevance | path

Searched refs:Signless (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp357 impl->int1Ty = TypeUniquer::get<IntegerType>(this, 1, IntegerType::Signless); in MLIRContext()
358 impl->int8Ty = TypeUniquer::get<IntegerType>(this, 8, IntegerType::Signless); in MLIRContext()
360 TypeUniquer::get<IntegerType>(this, 16, IntegerType::Signless); in MLIRContext()
362 TypeUniquer::get<IntegerType>(this, 32, IntegerType::Signless); in MLIRContext()
364 TypeUniquer::get<IntegerType>(this, 64, IntegerType::Signless); in MLIRContext()
366 TypeUniquer::get<IntegerType>(this, 128, IntegerType::Signless); in MLIRContext()
754 if (signedness != IntegerType::Signless) in getCachedIntegerType()
776 return get(width, IntegerType::Signless, context); in get()
788 return getChecked(width, IntegerType::Signless, location); in getChecked()
/external/llvm-project/mlir/test/mlir-tblgen/
Dtypedefs.td111 Signless, /// No signedness semantics
120 bool isSignless() const { return getSignedness() == Signless; }
129 // DECL-NEXT: Signless, /// No signedness semantics
137 // DECL-NEXT: bool isSignless() const { return getSignedness() == Signless; }
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestTypes.cpp36 result = TestIntegerType::SignednessSemantics::Signless; in parseSignedness()
52 case TestIntegerType::SignednessSemantics::Signless: in printSignedness()
DTestTypeDefs.td86 Signless, /// No signedness semantics
95 bool isSignless() const { return getSignedness() == Signless; }
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/
Dtypes.cc38 mlir::IntegerType::Signless); in init_types()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinTypes.h104 Signless, /// No signedness semantics enumerator
147 bool isSignless() const { return getSignedness() == Signless; } in isSignless()
DOpBase.td370 // Signless integer type of a specific width.
/external/llvm-project/mlir/utils/vim/syntax/
Dmlir.vim18 " Signless integer types.
/external/llvm-project/mlir/lib/Parser/
DTypeParser.cpp336 IntegerType::SignednessSemantics signSemantics = IntegerType::Signless; in parseNonFunctionType()
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp1183 : IntegerType::SignednessSemantics::Signless; in processType()