/external/llvm-project/llvm/test/Transforms/LoopLoadElim/ |
D | pr46854-adress-spaces.ll | 10 %struct.pluto = type { i32, i32, i32, %struct.wombat*, i32, i32, i32 } 11 %struct.wombat = type { %struct.barney } 22 ; CHECK-NEXT: [[TMP2:%.*]] = load %struct.wombat*, %struct.wombat* addrspace(4)* getelementptr i… 23 ; CHECK-NEXT: [[TMP3:%.*]] = getelementptr inbounds [[STRUCT_WOMBAT:%.*]], %struct.wombat* [[TMP… 35 ; CHECK-NEXT: [[TMP11:%.*]] = getelementptr inbounds [[STRUCT_WOMBAT]], %struct.wombat* [[TMP2]]… 36 ; CHECK-NEXT: [[TMP12:%.*]] = bitcast %struct.wombat* [[TMP11]] to i64* 50 …%tmp2 = load %struct.wombat*, %struct.wombat* addrspace(4)* getelementptr inbounds (%struct.foo, %… 51 %tmp3 = getelementptr inbounds %struct.wombat, %struct.wombat* %tmp2, i64 undef, i32 0 63 %tmp11 = getelementptr inbounds %struct.wombat, %struct.wombat* %tmp2, i64 %tmp10 64 %tmp12 = bitcast %struct.wombat* %tmp11 to i64*
|
/external/llvm-project/llvm/test/Transforms/GVN/ |
D | callbr-scalarpre-critedge.ll | 7 define void @wombat(i64 %arg, i64* %arg1, i64 %arg2, i32* %arg3) { 8 ; CHECK-LABEL: @wombat( 11 …llbr void asm sideeffect "", "X,X"(i8* blockaddress(@wombat, [[BB7:%.*]]), i8* blockaddress(@womba… 26 …callbr void asm sideeffect "", "X,X"(i8* blockaddress(@wombat, %bb7), i8* blockaddress(@wombat, %b…
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dagcombine-tokenfactor-limit-crash.ll | 7 %struct.wombat = type { [15 x i32] } 34 %tmp914 = inttoptr i64 undef to %struct.wombat* 37 %tmp917 = inttoptr i64 undef to %struct.wombat* 52 call void @eggs(%struct.snork* %tmp918, %struct.wombat* %tmp914, %struct.wombat* %tmp917) 59 declare void @eggs(%struct.snork*, %struct.wombat*, %struct.wombat*)
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | pr31501.ll | 5 %struct.foo = type { %struct.wombat.28*, %struct.zot, %struct.wombat.28* } 7 %struct.barney = type <{ %struct.wombat.28*, %struct.wibble, %struct.snork, %struct.quux.4, %struct… 17 %struct.wobble = type { %struct.wombat } 18 %struct.wombat = type { %struct.zot.2 } 31 %struct.snork.12 = type { %struct.wombat.13 } 32 %struct.wombat.13 = type { %struct.zot.0, %struct.wibble.14 } 49 %struct.wombat.28 = type <{ i32 (...)**, i8, i8, [6 x i8] }> 52 define weak_odr hidden %struct.foo* @quux(%struct.barney* %arg, %struct.wombat.28* %arg1) local_unn… 72 ; CHECK-NEXT: [[TMP15:%.*]] = load %struct.wombat.28*, %struct.wombat.28** [[TMP14]], align 8, !… 73 ; CHECK-NEXT: [[TMP16:%.*]] = icmp eq %struct.wombat.28* [[TMP15]], %arg1 [all …]
|
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | non-affine-phi-node-expansion.ll | 5 %struct.wombat = type {[4 x i32]} 26 define void @quux(%struct.wombat* %arg, i32* %B) { 45 %tmp12 = getelementptr inbounds %struct.wombat, %struct.wombat* %arg, i64 0, i32 0, i64 0
|
D | dead_invariant_load_instruction_referenced_by_parameter_1.ll | 8 …widget*, i32, i32, i32, %struct.hoge*, %struct.hoge*, %struct.barney, %struct.ham, %struct.wombat } 14 %struct.wombat = type { %struct.hoge** } 15 …*, %struct.wibble*, i32, i32, i32, %struct.hoge.2, %struct.blam, %struct.wombat.5, i16, i8*, i8*, … 22 %struct.wombat.5 = type { i16 } 23 %struct.blam.6 = type <{ %struct.wombat.5, [6 x i8], i8*, i8*, i32, i16, [2 x i8] }> 24 %struct.foo.7 = type { %struct.wombat.5, i8*, i8*, i8, i8, i32, i8*, i16, %struct.bar*, i16, %struc…
|
D | hoisting_1.ll | 5 …, i32, i32, i32, [10 x i32], i32, i32, i32, i32, %struct.foo.4*, %struct.wombat.5*, %struct.blam.6… 9 ….wombat* (%struct.quux*, i32, i32, i32, i32, i32)*, {}*, i8** (%struct.quux*, %struct.ham*, i32, i… 11 %struct.wombat = type opaque 19 %struct.wombat.5 = type { void (%struct.hoge*, i32)*, void (%struct.hoge*, i8**, i32*, i32)* }
|
D | hoisting_2.ll | 5 …, i32, i32, i32, [10 x i32], i32, i32, i32, i32, %struct.foo.4*, %struct.wombat.5*, %struct.blam.6… 9 ….wombat* (%struct.quux*, i32, i32, i32, i32, i32)*, {}*, i8** (%struct.quux*, %struct.ham*, i32, i… 11 %struct.wombat = type opaque 19 %struct.wombat.5 = type { void (%struct.hoge*, i32)*, void (%struct.hoge*, i8**, i32*, i32)* }
|
/external/llvm-project/llvm/test/Transforms/Reassociate/ |
D | fp-expr.ll | 9 ; CHECK-NEXT: tail call void @wombat(<4 x float> [[T24]]) 15 tail call void @wombat(<4 x float> %t24) 38 declare void @wombat(<4 x float>)
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | debug-value.ll | 3 %struct.wombat = type { [4 x i32], [4 x i32], [4 x i32] } 15 %tmp8 = bitcast i8 addrspace(1)* %tmp7 to %struct.wombat addrspace(1)* 16 …%tmp9 = getelementptr inbounds %struct.wombat, %struct.wombat addrspace(1)* %tmp8, i64 %tmp2, i32 … 45 …%tmp30 = getelementptr inbounds %struct.wombat, %struct.wombat addrspace(1)* %tmp8, i64 %tmp2, i32…
|
D | sched-crash-dbg-value.mir | 9 …%struct.wombat = type { <4 x float>, <4 x float>, <4 x float>, <4 x float>, <4 x float>, <4 x floa… 10 %struct.wombat.1 = type { [4 x i32], [4 x i32], [4 x i32], [4 x i32], i32, i32, i32, i32 } 17 %tmp5 = alloca %struct.wombat, align 16, addrspace(5) 50 %tmp22 = bitcast i8 addrspace(1)* %tmp21 to %struct.wombat.1 addrspace(1)* 51 %tmp23 = bitcast %struct.wombat addrspace(5)* %tmp5 to i8 addrspace(5)* 53 %tmp24 = getelementptr inbounds %struct.wombat, %struct.wombat addrspace(5)* %tmp5, i32 0, i32 6 60 …%tmp31 = getelementptr inbounds %struct.wombat.1, %struct.wombat.1 addrspace(1)* %tmp22, i64 %tmp1… 84 …%tmp55 = getelementptr inbounds %struct.wombat.1, %struct.wombat.1 addrspace(1)* %tmp22, i64 %tmp1… 128 …%tmp97 = getelementptr inbounds %struct.wombat, %struct.wombat addrspace(5)* %tmp5, i32 0, i32 8, …
|
/external/llvm/test/DebugInfo/X86/ |
D | generate-odr-hash.ll | 45 ; struct wombat { 52 ; wombat wom; 102 ; Check that we generate a hash for wombat and the value, but not for the 108 ; CHECK-NEXT: DW_AT_name{{.*}}"wombat" 117 ; The signature for the outer 'wombat' type 152 ; CHECK-DAG: [[WOMBAT]] "wombat" 172 %struct.wombat = type { %struct.anon } 179 @wom = global %struct.wombat zeroinitializer, align 4 236 !14 = !DICompositeType(tag: DW_TAG_structure_type, name: "wombat", line: 31, size: 64, align: 32, f… 262 …ocal: false, isDefinition: true, scope: null, file: !23, type: !14, variable: %struct.wombat* @wom)
|
/external/llvm/test/Transforms/Reassociate/ |
D | fp-expr.ll | 11 tail call void @wombat(<4 x float> %tmp24) 32 declare void @wombat(<4 x float>)
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | generate-odr-hash.ll | 44 ; struct wombat { 51 ; wombat wom; 98 ; Check that we generate a hash for wombat and the value, but not for the 104 ; CHECK-NEXT: DW_AT_name{{.*}}"wombat" 113 ; The signature for the outer 'wombat' type 153 ; CHECK-DAG: [[WOMBAT]] "wombat" 175 %struct.wombat = type { %struct.anon } 182 @wom = global %struct.wombat zeroinitializer, align 4, !dbg !25 252 !27 = !DICompositeType(tag: DW_TAG_structure_type, name: "wombat", file: !2, line: 31, size: 64, al…
|
/external/llvm-project/llvm/test/Transforms/SROA/ |
D | vector-lifetime-intrinsic.ll | 11 ; CHECK: @wombat 14 define void @wombat(<4 x float> %arg1) {
|
/external/llvm/test/Transforms/SROA/ |
D | vector-lifetime-intrinsic.ll | 11 ; CHECK: @wombat 14 define void @wombat(<4 x float> %arg1) {
|
/external/llvm-project/llvm/test/Transforms/JumpThreading/ |
D | ddt-crash.ll | 5 %struct.quux.0 = type { %struct.wombat } 6 %struct.wombat = type { %struct.zot } 11 declare i32 @wombat.2() 20 %tmp3 = tail call i32 @wombat.2() 32 %tmp6 = tail call i32 @wombat.2()
|
/external/tensorflow/tensorflow/cc/saved_model/testdata/ |
D | static_hashtable_asset.txt | 4 wombat
|
/external/tensorflow/tensorflow/cc/saved_model/testdata/StaticHashTableModule/assets/ |
D | static_hashtable_asset.txt | 4 wombat
|
/external/clang/test/CodeGen/ |
D | target-builtin-error-2.c | 8 __m128 wombat(__m128i a) { in wombat() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | target-builtin-error-2.c | 8 __m128 wombat(__m128i a) { in wombat() function
|
/external/llvm-project/clang/test/SemaCXX/ |
D | pragma-optimize.cpp | 73 CREATE_FUNC (wombat) in CREATE_FUNC() argument
|
/external/clang/test/SemaCXX/ |
D | pragma-optimize.cpp | 73 CREATE_FUNC (wombat) in CREATE_FUNC() argument
|
/external/skia/modules/pathkit/ |
D | CHANGELOG.md | 16 - Support wombat-dressing-room. go/npm-publish
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | coalesce-subregs.ll | 267 %struct.wombat.5 = type { %struct.quux, %struct.quux, %struct.quux, %struct.quux } 271 define linkonce_odr arm_aapcs_vfpcc %struct.wombat.5 @pr14079(i8* nocapture %arg, i8* nocapture %ar… 287 %tmp16 = insertvalue %struct.wombat.5 undef, <4 x float> %tmp8, 1, 0 288 %tmp17 = insertvalue %struct.wombat.5 %tmp16, <4 x float> %tmp15, 2, 0 289 %tmp18 = insertvalue %struct.wombat.5 %tmp17, <4 x float> undef, 3, 0 290 ret %struct.wombat.5 %tmp18
|