Searched refs:Signedness (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVNonUniformOps.td | 45 whose Signedness operand is 0. 109 Id must be a scalar of integer type, whose Signedness operand is 0. 230 of integer type, whose Signedness operand is 0. ClusterSize must come 290 of integer type, whose Signedness operand is 0. ClusterSize must come 350 of integer type, whose Signedness operand is 0. ClusterSize must come 407 of integer type, whose Signedness operand is 0. ClusterSize must come 462 of integer type, whose Signedness operand is 0. ClusterSize must come 517 of integer type, whose Signedness operand is 0. ClusterSize must come 574 of integer type, whose Signedness operand is 0. ClusterSize must come 679 Signedness operand is 0. [all …]
|
| H A D | SPIRVCooperativeMatrixOps.td | 26 Result Type must be an OpTypeInt with 32-bit Width and 0 Signedness. 167 components are treated as signed if its Component Type has Signedness of 1
|
| H A D | SPIRVCastOps.td | 135 Result Type must be a scalar or vector of integer type, whose Signedness 309 Result Type must be a scalar or vector of integer type, whose Signedness
|
| H A D | SPIRVArithmeticOps.td | 403 must be a scalar or vector of integer type, whose Signedness operand is 590 Result Type must be a scalar or vector of integer type, whose Signedness 658 Result Type must be a scalar or vector of integer type, whose Signedness
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | temp_arg_nontype.cpp | 103 template<unsigned> struct Signedness; // expected-note{{template parameter is declared here}} 104 Signedness<10> *signedness1; // okay 105 Signedness<-10> *signedness2; // expected-warning{{non-type template argument with value '-10' conv…
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | typedefs.td | 120 /// Signedness semantics. 138 // DECL: /// Signedness semantics.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 679 auto Signedness = DVI->getVariable()->getSignedness(); in diagnoseMisSizedDbgValue() local 680 if (Signedness && *Signedness == DIBasicType::Signedness::Signed) in diagnoseMisSizedDbgValue()
|
| H A D | Local.cpp | 2083 auto Signedness = Var->getSignedness(); in replaceAllDbgUsesWith() local 2084 if (!Signedness) in replaceAllDbgUsesWith() 2087 bool Signed = *Signedness == DIBasicType::Signedness::Signed; in replaceAllDbgUsesWith()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestTypeDefs.td | 110 /// Signedness semantics.
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 573 Optional<DIBasicType::Signedness> DIBasicType::getSignedness() const { in getSignedness() 577 return Signedness::Signed; in getSignedness() 580 return Signedness::Unsigned; in getSignedness()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 820 enum class Signedness { Signed, Unsigned }; enum 824 Optional<Signedness> getSignedness() const; 2514 Optional<DIBasicType::Signedness> getSignedness() const { in getSignedness()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinTypes.td | 244 /// Signedness semantics.
|