/external/libaom/libaom/test/ |
D | simd_cmp_impl.h | 1519 if (typeid(CRet) == typeid(c_v64) && typeid(CArg) == typeid(c_v64)) { in TestSimd1Arg() 1526 } else if (typeid(CRet) == typeid(c_v64) && in TestSimd1Arg() 1527 typeid(CArg) == typeid(uint8_t)) { in TestSimd1Arg() 1534 } else if (typeid(CRet) == typeid(c_v64) && in TestSimd1Arg() 1535 typeid(CArg) == typeid(uint16_t)) { in TestSimd1Arg() 1542 } else if (typeid(CRet) == typeid(c_v64) && in TestSimd1Arg() 1543 typeid(CArg) == typeid(uint32_t)) { in TestSimd1Arg() 1550 } else if (typeid(CRet) == typeid(uint64_t) && in TestSimd1Arg() 1551 typeid(CArg) == typeid(c_v64)) { in TestSimd1Arg() 1558 } else if (typeid(CRet) == typeid(int64_t) && in TestSimd1Arg() [all …]
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_tensor.h | 58 if (typeid(value) == typeid(double)) { in AddValue() 64 } else if (typeid(value) == typeid(int64)) { in AddValue() 70 } else if (typeid(value) == typeid(string)) { in AddValue() 75 CHECK(false) << "Unsupported type: " << typeid(value).name(); in AddValue() 91 if (typeid(values[nstart]) == typeid(double)) { in BuildOutput() 97 } else if (typeid(values[nstart]) == typeid(int64)) { in BuildOutput() 103 } else if (typeid(values[nstart]) == typeid(string)) { in BuildOutput() 108 CHECK(false) << "Unsupported type: " << typeid(values[nstart]).name(); in BuildOutput() 117 if (typeid(values[nstart]) == typeid(double)) { in BuildOutput() 124 } else if (typeid(values[nstart]) == typeid(int64)) { in BuildOutput() [all …]
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | rtti.mm | 26 const std::type_info &t1 = typeid(B*); 27 const std::type_info &t2 = typeid(B); 32 const std::type_info &t3 = typeid(i); 33 const std::type_info &t4 = typeid(*i); 38 const std::type_info &t5 = typeid(c); 39 const std::type_info &t6 = typeid(*c); 44 const std::type_info &t7 = typeid(i2); 45 const std::type_info &t8 = typeid(*i2); 50 const std::type_info &t9 = typeid(c2); 51 const std::type_info &t10 = typeid(*c2);
|
/external/clang/test/CodeGenObjCXX/ |
D | rtti.mm | 26 const std::type_info &t1 = typeid(B*); 27 const std::type_info &t2 = typeid(B); 32 const std::type_info &t3 = typeid(i); 33 const std::type_info &t4 = typeid(*i); 38 const std::type_info &t5 = typeid(c); 39 const std::type_info &t6 = typeid(*c); 44 const std::type_info &t7 = typeid(i2); 45 const std::type_info &t8 = typeid(*i2); 50 const std::type_info &t9 = typeid(c2); 51 const std::type_info &t10 = typeid(*c2);
|
/external/gemmlowp/meta/ |
D | quantized_mul_kernels.h | 45 std::cout << "MulQSPR(" << typeid(InType).name() << ", " in Multiply() 46 << typeid(OutType).name() << ")::Multiply() -- " << m << "x" << n in Multiply() 61 std::cout << "MulQSPR(" << typeid(InType).name() << ", " in Debug() 62 << typeid(OutType).name() << ") -- " << m << "x" << n << "x" << k in Debug() 94 std::cout << "MulQSPI32R(" << typeid(InType).name() << ", " in Multiply() 95 << typeid(OutType).name() << ")::Multiply() -- " << m << "x" << n in Multiply() 110 std::cout << "MulQSPI32R(" << typeid(InType).name() << ", " in Debug() 111 << typeid(OutType).name() << ") -- " << m << "x" << n << "x" << k in Debug() 139 std::cout << "MulQSPFR(" << typeid(InType).name() << ", " in Multiply() 140 << typeid(OutType).name() << ")::Multiply() -- " << m << "x" << n in Multiply() [all …]
|
D | transform_kernels.h | 77 std::cout << "Quantize::Transform(" << std::string(typeid(InType).name()) in Transform() 78 << ", " << std::string(typeid(OutType).name()) << ") -- " in Transform() 95 std::cout << "Dequantize::Transform(" << std::string(typeid(InType).name()) in Transform() 96 << ", " << std::string(typeid(OutType).name()) << ") -- " in Transform() 113 std::cout << "Requantize::Transform(" << std::string(typeid(InType).name()) in Transform() 114 << ", " << std::string(typeid(OutType).name()) << ") -- " in Transform() 132 std::cout << "MinMax::Transform(" << std::string(typeid(InType).name()) in Transform() 133 << ", " << std::string(typeid(OutType).name()) << ") -- " in Transform() 152 std::cout << "BiasAdd::Transform(" << std::string(typeid(InType).name()) in Transform() 153 << ", " << std::string(typeid(OutType).name()) << ") -- " in Transform()
|
/external/llvm-project/llvm/test/Transforms/GVN/ |
D | 2011-09-07-TypeIdFor.ll | 12 declare i32 @llvm.eh.typeid.for(i8*) nounwind readonly 33 …%typeid.i = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo*… 34 ; CHECK: call i32 @llvm.eh.typeid.for 35 %1 = icmp eq i32 %filter3.i, %typeid.i 39 …%typeid1.i = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo… 40 ; CHECK: call i32 @llvm.eh.typeid.for 56 …%typeid = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* @… 57 ; CHECK-NOT: call i32 @llvm.eh.typeid.for 58 %4 = icmp eq i32 %filter3.i, %typeid 62 …%typeid1 = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* …
|
/external/llvm/test/Transforms/GVN/ |
D | 2011-09-07-TypeIdFor.ll | 12 declare i32 @llvm.eh.typeid.for(i8*) nounwind readonly 33 …%typeid.i = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo*… 34 ; CHECK: call i32 @llvm.eh.typeid.for 35 %1 = icmp eq i32 %filter3.i, %typeid.i 39 …%typeid1.i = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo… 40 ; CHECK: call i32 @llvm.eh.typeid.for 56 …%typeid = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* @… 57 ; CHECK-NOT: call i32 @llvm.eh.typeid.for 58 %4 = icmp eq i32 %filter3.i, %typeid 62 …%typeid1 = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* …
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | 2011-09-07-TypeIdFor.ll | 12 declare i32 @llvm.eh.typeid.for(i8*) nounwind readonly 33 …%typeid.i = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo*… 34 ; CHECK: call i32 @llvm.eh.typeid.for 35 %1 = icmp eq i32 %filter3.i, %typeid.i 39 …%typeid1.i = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo… 40 ; CHECK: call i32 @llvm.eh.typeid.for 56 …%typeid = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* @… 57 ; CHECK-NOT: call i32 @llvm.eh.typeid.for 58 %4 = icmp eq i32 %filter3.i, %typeid 62 …%typeid1 = tail call i32 @llvm.eh.typeid.for(i8* bitcast (%struct.__fundamental_type_info_pseudo* …
|
/external/python/cpython2/Mac/Modules/cf/ |
D | pycfbridge.c | 18 CFTypeID typeid; in PyCF_CF2Python() local 24 typeid = CFGetTypeID(src); in PyCF_CF2Python() 25 if (typeid == CFArrayGetTypeID()) in PyCF_CF2Python() 27 if (typeid == CFDictionaryGetTypeID()) in PyCF_CF2Python() 101 CFTypeID typeid; in PyCF_CF2Python_simple() local 103 typeid = CFGetTypeID(src); in PyCF_CF2Python_simple() 104 if (typeid == CFStringGetTypeID()) in PyCF_CF2Python_simple() 106 if (typeid == CFBooleanGetTypeID()) in PyCF_CF2Python_simple() 108 if (typeid == CFNumberGetTypeID()) { in PyCF_CF2Python_simple()
|
/external/python/cpython2/Lib/multiprocessing/ |
D | managers.py | 80 def __init__(self, typeid, address, id): argument 81 (self.typeid, self.address, self.id) = (typeid, address, id) 84 return (self.typeid, self.address, self.id) 87 (self.typeid, self.address, self.id) = state 91 (self.typeid, self.address, self.id) 257 typeid = gettypeid and gettypeid.get(methodname, None) 258 if typeid: 259 rident, rexposed = self.create(conn, typeid, res) 260 token = Token(typeid, self.address, rident) 373 def create(self, c, typeid, *args, **kwds): argument [all …]
|
/external/python/cpython3/Lib/multiprocessing/ |
D | managers.py | 67 def __init__(self, typeid, address, id): argument 68 (self.typeid, self.address, self.id) = (typeid, address, id) 71 return (self.typeid, self.address, self.id) 74 (self.typeid, self.address, self.id) = state 78 (self.__class__.__name__, self.typeid, self.address, self.id) 268 typeid = gettypeid and gettypeid.get(methodname, None) 269 if typeid: 270 rident, rexposed = self.create(conn, typeid, res) 271 token = Token(typeid, self.address, rident) 364 def create(self, c, typeid, /, *args, **kwds): argument [all …]
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | cfi-distributed.ll | 28 ; INDEX1: typeid: (name: "_ZTS1A" 31 ; INDEX1: typeid: (name: "_ZTS1A2" 35 ; INDEX1: typeid: (name: "_ZTS1A3" 39 ; INDEX2-NOT: typeid: (name: "_ZTS1A" 40 ; INDEX2: typeid: (name: "_ZTS1A2" 41 ; INDEX2: typeid: (name: "_ZTS1A3"
|
/external/llvm/test/Transforms/WholeProgramDevirt/ |
D | expand-check.ll | 25 %pair = call {i8*, i1} @llvm.type.checked.load(i8* %vtablei8, i32 0, metadata !"typeid") 27 ; CHECK: [[TT:%[^ ]*]] = call i1 @llvm.type.test(i8* [[VT:%[^,]*]], metadata !"typeid") 52 ; CHECK: [[TT2:%[^ ]*]] = call i1 @llvm.type.test(i8* [[VT2]], metadata !"typeid") 55 %pair = call {i8*, i1} @llvm.type.checked.load(i8* %vtablei8, i32 1, metadata !"typeid") 63 !0 = !{i32 0, !"typeid"}
|
D | bad-read-from-vtable.ll | 17 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 33 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 49 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 63 !0 = !{i32 0, !"typeid"}
|
/external/llvm-project/llvm/test/Transforms/WholeProgramDevirt/ |
D | expand-check.ll | 25 %pair = call {i8*, i1} @llvm.type.checked.load(i8* %vtablei8, i32 0, metadata !"typeid") 27 ; CHECK: [[TT:%[^ ]*]] = call i1 @llvm.type.test(i8* [[VT:%[^,]*]], metadata !"typeid") 52 ; CHECK: [[TT2:%[^ ]*]] = call i1 @llvm.type.test(i8* [[VT2]], metadata !"typeid") 55 %pair = call {i8*, i1} @llvm.type.checked.load(i8* %vtablei8, i32 1, metadata !"typeid") 63 !0 = !{i32 0, !"typeid"}
|
D | struct-vtable.ll | 19 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 34 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 49 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 63 !0 = !{i32 0, !"typeid"}
|
/external/llvm-project/llvm/test/Transforms/HotColdSplit/ |
D | eh-typeid-for.ll | 3 ; Do not outline calls to @llvm.eh.typeid.for. See llvm.org/PR39545. 17 %t = call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIi to i8*)) 24 declare i32 @llvm.eh.typeid.for(i8*)
|
/external/clang/test/SemaObjCXX/ |
D | arc-ppe.mm | 12 void test1() { (void)typeid(NP((void*)(id*)0)); } 16 …typeid(P((void*)(id*)0)); } // expected-error {{pointer to non-const type 'id'}} expected-warning …
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | arc-ppe.mm | 12 void test1() { (void)typeid(NP((void*)(id*)0)); } 16 …typeid(P((void*)(id*)0)); } // expected-error {{pointer to non-const type 'id'}} expected-warning …
|
/external/tensorflow/tensorflow/core/framework/ |
D | type_index.h | 68 return TypeIndex(Hash64(typeid(T).name()), typeid(T).name()); in Make() 72 typeid(T).name()); in Make()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | typeid-alias.ll | 12 define i32 @typeid() { 14 …%eh_typeid = tail call i32 @llvm.eh.typeid.for( i8* getelementptr (%struct.exception, %struct.exce… 18 declare i32 @llvm.eh.typeid.for(i8*)
|
D | dwarf-eh-prepare.ll | 31 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 38 ; CHECK: call i32 @llvm.eh.typeid.for 69 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 120 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 150 ; CHECK: call i32 @llvm.eh.typeid.for 158 declare i32 @llvm.eh.typeid.for(i8*)
|
/external/llvm-project/clang/test/SemaOpenCLCXX/ |
D | restricted.cl | 6 // Test that typeid is not available. 8 // Provide a dummy std::type_info so that we can use typeid. 13 __constant std::type_info int_ti = typeid(int); 14 // expected-error@-1 {{'typeid' is not supported in C++ for OpenCL}}
|
/external/llvm/test/CodeGen/X86/ |
D | dwarf-eh-prepare.ll | 31 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 38 ; CHECK: call i32 @llvm.eh.typeid.for 69 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 120 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 150 ; CHECK: call i32 @llvm.eh.typeid.for 158 declare i32 @llvm.eh.typeid.for(i8*)
|