Home
last modified time | relevance | path

Searched refs:Signedness (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVNonUniformOps.td45 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 DSPIRVCooperativeMatrixOps.td26 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 DSPIRVCastOps.td135 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 DSPIRVArithmeticOps.td403 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 Dtemp_arg_nontype.cpp103 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 Dtypedefs.td120 /// Signedness semantics.
138 // DECL: /// Signedness semantics.
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp679 auto Signedness = DVI->getVariable()->getSignedness(); in diagnoseMisSizedDbgValue() local
680 if (Signedness && *Signedness == DIBasicType::Signedness::Signed) in diagnoseMisSizedDbgValue()
H A DLocal.cpp2083 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 DTestTypeDefs.td110 /// Signedness semantics.
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp573 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 DDebugInfoMetadata.h820 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 DBuiltinTypes.td244 /// Signedness semantics.