Home
last modified time | relevance | path

Searched refs:destTy (Results 1 – 25 of 122) sorted by relevance

12345

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Converter/
H A DTypeAToTypeBFunctionConverter.cpp84 TypeRef destTy, in createConversion() argument
86 assert(((destTy->getElementType() == dstKind_ && in createConversion()
88 (destTy->getElementType() == srcKind_ && in createConversion()
123 assert((destTy->getElementType() == ElemKind::Float16Ty || in createConversion()
125 destTy->getElementType() == ElemKind::BFloat16Ty || in createConversion()
130 if (destTy->getElementType() == ElemKind::Float16Ty && in createConversion()
133 val.getNode()->getName().str() + "_converted", val, destTy); in createConversion()
136 } else if (destTy->getElementType() == ElemKind::BFloat16Ty && in createConversion()
150 val.getNode()->getName().str() + "_converted", val, destTy); in createConversion()
155 TypeRef destTy) { in convertTensor() argument
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dconvert2.cpp147 switch (destTy) { in Convert2()
244 switch (destTy) { in Convert2()
313 switch (destTy) { in Convert2()
385 switch (destTy) { in Convert2()
458 switch( destTy) { in Convert2()
530 switch( destTy) { in Convert2()
604 switch( destTy) { in Convert2()
692 switch( destTy) in Convert2()
1035 switch( destTy) { in Convert2()
1115 switch( destTy) { in Convert2()
[all …]
H A Ddatatypes.hpp235 BaseGDL* Convert2( DType destTy,
247 friend BaseGDL* Data_<Sp2>::Convert2( DType destTy,
253 friend BaseGDL* Data_<SpDByte>::Convert2( DType destTy, BaseGDL::Convert2Mode);
254 friend BaseGDL* Data_<SpDInt>::Convert2( DType destTy, BaseGDL::Convert2Mode);
255 friend BaseGDL* Data_<SpDUInt>::Convert2( DType destTy, BaseGDL::Convert2Mode);
256 friend BaseGDL* Data_<SpDLong>::Convert2( DType destTy, BaseGDL::Convert2Mode);
257 friend BaseGDL* Data_<SpDULong>::Convert2( DType destTy, BaseGDL::Convert2Mode);
258 friend BaseGDL* Data_<SpDLong64>::Convert2( DType destTy, BaseGDL::Convert2Mode);
260 friend BaseGDL* Data_<SpDFloat>::Convert2( DType destTy, BaseGDL::Convert2Mode);
263 friend BaseGDL* Data_<SpDPtr>::Convert2( DType destTy, BaseGDL::Convert2Mode);
[all …]
H A Ddstructgdl.hpp520 BaseGDL* Convert2( DType destTy,
526 friend BaseGDL* Data_<Sp2>::Convert2( DType destTy,
530 friend BaseGDL* Data_<SpDByte>::Convert2( DType destTy, BaseGDL::Convert2Mode);
531 friend BaseGDL* Data_<SpDInt>::Convert2( DType destTy, BaseGDL::Convert2Mode);
532 friend BaseGDL* Data_<SpDUInt>::Convert2( DType destTy, BaseGDL::Convert2Mode);
533 friend BaseGDL* Data_<SpDLong>::Convert2( DType destTy, BaseGDL::Convert2Mode);
534 friend BaseGDL* Data_<SpDULong>::Convert2( DType destTy, BaseGDL::Convert2Mode);
535 friend BaseGDL* Data_<SpDLong64>::Convert2( DType destTy, BaseGDL::Convert2Mode);
537 friend BaseGDL* Data_<SpDFloat>::Convert2( DType destTy, BaseGDL::Convert2Mode);
540 friend BaseGDL* Data_<SpDPtr>::Convert2( DType destTy, BaseGDL::Convert2Mode);
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/IR/
H A DInstrs.cpp105 static void verifyRelu(TypeRef srcTy, TypeRef destTy) { in verifyRelu() argument
107 assert(srcTy->isQuantizedType() == destTy->isQuantizedType() && in verifyRelu()
109 assert(srcTy->dims() == destTy->dims() && "Mismatching dimensions"); in verifyRelu()
110 assert(srcTy->getElementType() == destTy->getElementType() && in verifyRelu()
114 assert(destTy->isEqual(*srcTy) && "Mismatching types"); in verifyRelu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Target/
H A DTargetCallingConv.td149 class CCPromoteToType<ValueType destTy> : CCAction {
150 ValueType DestTy = destTy;
155 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
156 ValueType DestTy = destTy;
161 class CCBitConvertToType<ValueType destTy> : CCAction {
162 ValueType DestTy = destTy;
167 class CCTruncToType<ValueType destTy> : CCAction {
168 ValueType DestTy = destTy;
173 class CCPassIndirect<ValueType destTy> : CCAction {
174 ValueType DestTy = destTy;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Target/
H A DTargetCallingConv.td149 class CCPromoteToType<ValueType destTy> : CCAction {
150 ValueType DestTy = destTy;
155 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
156 ValueType DestTy = destTy;
161 class CCBitConvertToType<ValueType destTy> : CCAction {
162 ValueType DestTy = destTy;
167 class CCTruncToType<ValueType destTy> : CCAction {
168 ValueType DestTy = destTy;
173 class CCPassIndirect<ValueType destTy> : CCAction {
174 ValueType DestTy = destTy;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Target/
H A DTargetCallingConv.td144 class CCPromoteToType<ValueType destTy> : CCAction {
145 ValueType DestTy = destTy;
150 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
151 ValueType DestTy = destTy;
156 class CCBitConvertToType<ValueType destTy> : CCAction {
157 ValueType DestTy = destTy;
162 class CCTruncToType<ValueType destTy> : CCAction {
163 ValueType DestTy = destTy;
168 class CCPassIndirect<ValueType destTy> : CCAction {
169 ValueType DestTy = destTy;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Target/
H A DTargetCallingConv.td154 class CCPromoteToType<ValueType destTy> : CCAction {
155 ValueType DestTy = destTy;
160 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
161 ValueType DestTy = destTy;
166 class CCBitConvertToType<ValueType destTy> : CCAction {
167 ValueType DestTy = destTy;
172 class CCTruncToType<ValueType destTy> : CCAction {
173 ValueType DestTy = destTy;
178 class CCPassIndirect<ValueType destTy> : CCAction {
179 ValueType DestTy = destTy;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Target/
H A DTargetCallingConv.td154 class CCPromoteToType<ValueType destTy> : CCAction {
155 ValueType DestTy = destTy;
160 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
161 ValueType DestTy = destTy;
166 class CCBitConvertToType<ValueType destTy> : CCAction {
167 ValueType DestTy = destTy;
172 class CCTruncToType<ValueType destTy> : CCAction {
173 ValueType DestTy = destTy;
178 class CCPassIndirect<ValueType destTy> : CCAction {
179 ValueType DestTy = destTy;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Target/
H A DTargetCallingConv.td149 class CCPromoteToType<ValueType destTy> : CCAction {
150 ValueType DestTy = destTy;
155 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
156 ValueType DestTy = destTy;
161 class CCBitConvertToType<ValueType destTy> : CCAction {
162 ValueType DestTy = destTy;
167 class CCTruncToType<ValueType destTy> : CCAction {
168 ValueType DestTy = destTy;
173 class CCPassIndirect<ValueType destTy> : CCAction {
174 ValueType DestTy = destTy;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Target/
H A DTargetCallingConv.td149 class CCPromoteToType<ValueType destTy> : CCAction {
150 ValueType DestTy = destTy;
155 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
156 ValueType DestTy = destTy;
161 class CCBitConvertToType<ValueType destTy> : CCAction {
162 ValueType DestTy = destTy;
167 class CCTruncToType<ValueType destTy> : CCAction {
168 ValueType DestTy = destTy;
173 class CCPassIndirect<ValueType destTy> : CCAction {
174 ValueType DestTy = destTy;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetCallingConv.td144 class CCPromoteToType<ValueType destTy> : CCAction {
145 ValueType DestTy = destTy;
150 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
151 ValueType DestTy = destTy;
156 class CCBitConvertToType<ValueType destTy> : CCAction {
157 ValueType DestTy = destTy;
162 class CCTruncToType<ValueType destTy> : CCAction {
163 ValueType DestTy = destTy;
168 class CCPassIndirect<ValueType destTy> : CCAction {
169 ValueType DestTy = destTy;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td154 class CCPromoteToType<ValueType destTy> : CCAction {
155 ValueType DestTy = destTy;
160 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
161 ValueType DestTy = destTy;
166 class CCBitConvertToType<ValueType destTy> : CCAction {
167 ValueType DestTy = destTy;
172 class CCTruncToType<ValueType destTy> : CCAction {
173 ValueType DestTy = destTy;
178 class CCPassIndirect<ValueType destTy> : CCAction {
179 ValueType DestTy = destTy;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Target/
H A DTargetCallingConv.td154 class CCPromoteToType<ValueType destTy> : CCAction {
155 ValueType DestTy = destTy;
160 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
161 ValueType DestTy = destTy;
166 class CCBitConvertToType<ValueType destTy> : CCAction {
167 ValueType DestTy = destTy;
172 class CCTruncToType<ValueType destTy> : CCAction {
173 ValueType DestTy = destTy;
178 class CCPassIndirect<ValueType destTy> : CCAction {
179 ValueType DestTy = destTy;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Target/
H A DTargetCallingConv.td154 class CCPromoteToType<ValueType destTy> : CCAction {
155 ValueType DestTy = destTy;
160 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
161 ValueType DestTy = destTy;
166 class CCBitConvertToType<ValueType destTy> : CCAction {
167 ValueType DestTy = destTy;
172 class CCTruncToType<ValueType destTy> : CCAction {
173 ValueType DestTy = destTy;
178 class CCPassIndirect<ValueType destTy> : CCAction {
179 ValueType DestTy = destTy;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td144 class CCPromoteToType<ValueType destTy> : CCAction {
145 ValueType DestTy = destTy;
150 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
151 ValueType DestTy = destTy;
156 class CCBitConvertToType<ValueType destTy> : CCAction {
157 ValueType DestTy = destTy;
162 class CCTruncToType<ValueType destTy> : CCAction {
163 ValueType DestTy = destTy;
168 class CCPassIndirect<ValueType destTy> : CCAction {
169 ValueType DestTy = destTy;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Target/
H A DTargetCallingConv.td149 class CCPromoteToType<ValueType destTy> : CCAction {
150 ValueType DestTy = destTy;
155 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
156 ValueType DestTy = destTy;
161 class CCBitConvertToType<ValueType destTy> : CCAction {
162 ValueType DestTy = destTy;
167 class CCTruncToType<ValueType destTy> : CCAction {
168 ValueType DestTy = destTy;
173 class CCPassIndirect<ValueType destTy> : CCAction {
174 ValueType DestTy = destTy;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Target/
H A DTargetCallingConv.td154 class CCPromoteToType<ValueType destTy> : CCAction {
155 ValueType DestTy = destTy;
160 class CCPromoteToUpperBitsInType<ValueType destTy> : CCAction {
161 ValueType DestTy = destTy;
166 class CCBitConvertToType<ValueType destTy> : CCAction {
167 ValueType DestTy = destTy;
172 class CCTruncToType<ValueType destTy> : CCAction {
173 ValueType DestTy = destTy;
178 class CCPassIndirect<ValueType destTy> : CCAction {
179 ValueType DestTy = destTy;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dpr20011.ll5 %destTy = type { i2, i2 }
7 define void @crash(i64 %x0, i64 %y0, %destTy* nocapture %dest) nounwind {
30 %1 = bitcast %destTy* %dest to <2 x i2>*
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dpr20011.ll5 %destTy = type { i2, i2 }
7 define void @crash(i64 %x0, i64 %y0, %destTy* nocapture %dest) nounwind {
30 %1 = bitcast %destTy* %dest to <2 x i2>*
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dpr20011.ll5 %destTy = type { i2, i2 }
7 define void @crash(i64 %x0, i64 %y0, %destTy* nocapture %dest) nounwind {
30 %1 = bitcast %destTy* %dest to <2 x i2>*
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dpr20011.ll5 %destTy = type { i2, i2 }
7 define void @crash(i64 %x0, i64 %y0, %destTy* nocapture %dest) nounwind {
30 %1 = bitcast %destTy* %dest to <2 x i2>*
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A Dpr20011.ll5 %destTy = type { i2, i2 }
7 define void @crash(i64 %x0, i64 %y0, %destTy* nocapture %dest) nounwind {
30 %1 = bitcast %destTy* %dest to <2 x i2>*
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A Dpr20011.ll5 %destTy = type { i2, i2 }
7 define void @crash(i64 %x0, i64 %y0, %destTy* nocapture %dest) nounwind {
30 %1 = bitcast %destTy* %dest to <2 x i2>*

12345