Home
last modified time | relevance | path

Searched refs:word_type (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2008-03-07-APIntBug.ll13 …%struct.word_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %struct.…
32 …%tmp11741175 = bitcast %struct.head_type* %tmp1174 to %struct.word_type* ; <%struct.word_type*> […
33 …%tmp1176 = getelementptr %struct.word_type, %struct.word_type* %tmp11741175, i32 0, i32 2 ; <%str…
45 …%tmp11861187 = bitcast %struct.head_type* %tmp1186 to %struct.word_type* ; <%struct.word_type*> […
46 …%tmp1188 = getelementptr %struct.word_type, %struct.word_type* %tmp11861187, i32 0, i32 2 ; <%str…
55 …%tmp11961197 = bitcast %struct.head_type* %tmp1196 to %struct.word_type* ; <%struct.word_type*> […
56 …%tmp1198 = getelementptr %struct.word_type, %struct.word_type* %tmp11961197, i32 0, i32 2 ; <%str…
69 …%tmp12091210 = bitcast %struct.head_type* %tmp1209 to %struct.word_type* ; <%struct.word_type*> […
70 …%tmp1211 = getelementptr %struct.word_type, %struct.word_type* %tmp12091210, i32 0, i32 2 ; <%str…
81 …%tmp12211222 = bitcast %struct.head_type* %tmp1221 to %struct.word_type* ; <%struct.word_type*> […
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
D2008-03-07-APIntBug.ll14 …%struct.word_type = type { [2 x %struct.LIST], %struct.FIRST_UNION, %struct.SECOND_UNION, %struct.…
43 …%tmp11741175 = bitcast %struct.head_type* %tmp1174 to %struct.word_type* ; <%struct.word_type*> […
44 …%tmp1176 = getelementptr %struct.word_type, %struct.word_type* %tmp11741175, i32 0, i32 2 ; <%str…
56 …%tmp11861187 = bitcast %struct.head_type* %tmp1186 to %struct.word_type* ; <%struct.word_type*> […
57 …%tmp1188 = getelementptr %struct.word_type, %struct.word_type* %tmp11861187, i32 0, i32 2 ; <%str…
66 …%tmp11961197 = bitcast %struct.head_type* %tmp1196 to %struct.word_type* ; <%struct.word_type*> […
67 …%tmp1198 = getelementptr %struct.word_type, %struct.word_type* %tmp11961197, i32 0, i32 2 ; <%str…
80 …%tmp12091210 = bitcast %struct.head_type* %tmp1209 to %struct.word_type* ; <%struct.word_type*> […
81 …%tmp1211 = getelementptr %struct.word_type, %struct.word_type* %tmp12091210, i32 0, i32 2 ; <%str…
92 …%tmp12211222 = bitcast %struct.head_type* %tmp1221 to %struct.word_type* ; <%struct.word_type*> […
[all …]
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc121 typedef uint32_t word_type; typedef
128 typedef uint64_t word_type; typedef
174 typedef typename MachBits<nlist_type>::word_type word_type; in __breakpad_fdnlist() typedef
298 if (lcp->cmdsize % sizeof(word_type) != 0 || in __breakpad_fdnlist()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddecompose_resource_ops.cc155 RankedTensorType word_type = RankedTensorType::get({}, state_element_type); in matchAndRewrite() local
157 loc, SmallVector<Type, 4>(state_size, word_type), state, 0); in matchAndRewrite()
181 Value new_word = rewriter.create<CastOp>(loc, word_type, new_word_u64); in matchAndRewrite()
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddbg-merge-loc-entry.ll64 !19 = !DIDerivedType(tag: DW_TAG_typedef, name: "word_type", line: 424, file: !30, scope: !6, baseT…
/external/llvm/test/DebugInfo/X86/
Ddbg-merge-loc-entry.ll62 !19 = !DIDerivedType(tag: DW_TAG_typedef, name: "word_type", line: 424, file: !30, scope: !6, baseT…
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp1316 const enum brw_reg_type word_type = in nir_emit_alu()
1319 op[1] = subscript(op[1], word_type, 0); in nir_emit_alu()