/external/libaom/libaom/test/ |
D | simd_cmp_impl.h | 1522 if (typeid(CRet) == typeid(c_v64) && typeid(CArg) == typeid(c_v64)) { in TestSimd1Arg() 1529 } else if (typeid(CRet) == typeid(c_v64) && in TestSimd1Arg() 1530 typeid(CArg) == typeid(uint8_t)) { in TestSimd1Arg() 1537 } else if (typeid(CRet) == typeid(c_v64) && in TestSimd1Arg() 1538 typeid(CArg) == typeid(uint16_t)) { in TestSimd1Arg() 1545 } else if (typeid(CRet) == typeid(c_v64) && in TestSimd1Arg() 1546 typeid(CArg) == typeid(uint32_t)) { in TestSimd1Arg() 1553 } else if (typeid(CRet) == typeid(uint64_t) && in TestSimd1Arg() 1554 typeid(CArg) == typeid(c_v64)) { in TestSimd1Arg() 1561 } 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() 71 } else if (typeid(value) == typeid(string)) { in AddValue() 77 CHECK(false) << "Unsupported type: " << typeid(value).name(); in AddValue() 93 if (typeid(values[nstart]) == typeid(double)) { in BuildOutput() 99 } else if (typeid(values[nstart]) == typeid(int64)) { in BuildOutput() 106 } else if (typeid(values[nstart]) == typeid(string)) { in BuildOutput() 112 CHECK(false) << "Unsupported type: " << typeid(values[nstart]).name(); in BuildOutput() 121 if (typeid(values[nstart]) == typeid(double)) { in BuildOutput() 127 } else if (typeid(values[nstart]) == typeid(int64)) { in BuildOutput() [all …]
|
/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()
|
D | streams.h | 125 std::cout << "RowMajor(" << std::string(typeid(InType).name()) in Pack() 158 std::cout << "RowMajor(" << typeid(InType).name() << ")" << std::endl; in Debug() 181 std::cout << "RowMajorWithSum(" << typeid(InType).name() << ")::Pack() -- " in Pack() 217 std::cout << "RowMajorWithSum(" << typeid(InType).name() << ")" in Debug() 245 std::cout << "ColumnMajorWithSum(" << typeid(InType).name() in Pack() 282 std::cout << "ColumnMajorWithSum(" << typeid(InType).name() << ")" in Debug()
|
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/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/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/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/cpython3/Lib/multiprocessing/ |
D | managers.py | 57 def __init__(self, typeid, address, id): argument 58 (self.typeid, self.address, self.id) = (typeid, address, id) 61 return (self.typeid, self.address, self.id) 64 (self.typeid, self.address, self.id) = state 68 (self.__class__.__name__, self.typeid, self.address, self.id) 258 typeid = gettypeid and gettypeid.get(methodname, None) 259 if typeid: 260 rident, rexposed = self.create(conn, typeid, res) 261 token = Token(typeid, self.address, rident) 354 def create(self, c, typeid, *args, **kwds): argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/ |
D | cfi-distributed.ll | 22 ; INDEX1: typeid: (name: "_ZTS1A" 23 ; INDEX1: typeid: (name: "_ZTS1A2" 26 ; typeid for _ZTS1A. 28 ; INDEX2-NOT: typeid: (name: "_ZTS1A" 29 ; INDEX2: typeid: (name: "_ZTS1A2"
|
/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"}
|
D | virtual-const-prop-end.ll | 71 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 91 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 111 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 127 ; CHECK: [[T8]] = !{i32 8, !"typeid"} 128 ; CHECK: [[T0]] = !{i32 0, !"typeid"} 130 !0 = !{i32 0, !"typeid"} 131 !1 = !{i32 8, !"typeid"}
|
D | vcp-type-mismatch.ll | 22 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 37 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 52 %p = call i1 @llvm.type.test(i8* %vtablei8, metadata !"typeid") 65 !0 = !{i32 0, !"typeid"}
|
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | thinlto-summary.ll | 59 ^24 = typeid: (name: "_ZTS1A", summary: (typeTestRes: (kind: allOnes, sizeM1BitWidth: 7), wpdResolu… 61 ^25 = typeid: (name: "_ZTS1B", summary: (typeTestRes: (kind: inline, sizeM1BitWidth: 0, alignLog2: … 63 ^26 = typeid: (name: "_ZTS1C", summary: (typeTestRes: (kind: single, sizeM1BitWidth: 0))) 64 ^27 = typeid: (name: "_ZTS1D", summary: (typeTestRes: (kind: byteArray, sizeM1BitWidth: 0))) 65 ^28 = typeid: (name: "_ZTS1E", summary: (typeTestRes: (kind: unsat, sizeM1BitWidth: 0))) 92 ; CHECK: ^24 = typeid: (name: "_ZTS1A", summary: (typeTestRes: (kind: allOnes, sizeM1BitWidth: 7), … 93 ; CHECK: ^25 = typeid: (name: "_ZTS1B", summary: (typeTestRes: (kind: inline, sizeM1BitWidth: 0, al… 94 ; CHECK: ^26 = typeid: (name: "_ZTS1C", summary: (typeTestRes: (kind: single, sizeM1BitWidth: 0))) … 95 ; CHECK: ^27 = typeid: (name: "_ZTS1D", summary: (typeTestRes: (kind: byteArray, sizeM1BitWidth: 0)… 96 ; CHECK: ^28 = typeid: (name: "_ZTS1E", summary: (typeTestRes: (kind: unsat, sizeM1BitWidth: 0))) ;…
|
/external/swiftshader/third_party/llvm-7.0/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*)
|
/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*)
|
/external/llvm/test/Bindings/llvm-c/ |
D | invoke.ll | 49 …%6 = tail call i32 @llvm.eh.typeid.for(i8* nonnull bitcast (%C6object9ClassInfo* @C6object5Error__… 58 …%8 = tail call i32 @llvm.eh.typeid.for(i8* nonnull bitcast (%C6object9ClassInfo* @C6object9Excepti… 63 …%10 = tail call i32 @llvm.eh.typeid.for(i8* nonnull bitcast (%C6object9ClassInfo* @C6object9Throwa… 80 declare i32 @llvm.eh.typeid.for(i8*) #1
|