Searched refs:Signless (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/mlir/lib/IR/ |
D | MLIRContext.cpp | 357 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/ |
D | typedefs.td | 111 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/ |
D | TestTypes.cpp | 36 result = TestIntegerType::SignednessSemantics::Signless; in parseSignedness() 52 case TestIntegerType::SignednessSemantics::Signless: in printSignedness()
|
D | TestTypeDefs.td | 86 Signless, /// No signedness semantics 95 bool isSignless() const { return getSignedness() == Signless; }
|
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/ |
D | types.cc | 38 mlir::IntegerType::Signless); in init_types()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | BuiltinTypes.h | 104 Signless, /// No signedness semantics enumerator 147 bool isSignless() const { return getSignedness() == Signless; } in isSignless()
|
D | OpBase.td | 370 // Signless integer type of a specific width.
|
/external/llvm-project/mlir/utils/vim/syntax/ |
D | mlir.vim | 18 " Signless integer types.
|
/external/llvm-project/mlir/lib/Parser/ |
D | TypeParser.cpp | 336 IntegerType::SignednessSemantics signSemantics = IntegerType::Signless; in parseNonFunctionType()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Deserializer.cpp | 1183 : IntegerType::SignednessSemantics::Signless; in processType()
|