/external/deqp/data/gles2/shaders/ |
D | qualification_order.test | 378 float foo0 (const in lowp float x) 398 float x0 = foo0(1.0); 412 float foo0 (const in float x) 432 float x0 = foo0(1.0); 446 float foo0 (const lowp float x) 466 float x0 = foo0(1.0); 480 float foo0 (in lowp float x) 500 float x0 = foo0(1.0); 518 float foo0 (const lowp in float x) 538 float x0 = foo0(1.0); [all …]
|
/external/eigen/test/ |
D | dynalloc.cpp | 151 MyStruct foo0; VERIFY(internal::UIntPtr(foo0.avec.data())%ALIGNMENT==0); in test_dynalloc() local 158 MyStruct *foo0 = new MyStruct(); VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() local 160 delete foo0; in test_dynalloc() 168 MyStruct *foo0 = new MyStruct[N]; VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc() local 170 delete[] foo0; in test_dynalloc()
|
/external/llvm/test/CodeGen/Mips/ |
D | biggot.ll | 12 ; O32: lui $[[R2:[0-9]+]], %call_hi(foo0) 14 ; O32: lw ${{[0-9]+}}, %call_lo(foo0)($[[R3]]) 19 ; N64: lui $[[R2:[0-9]+]], %call_hi(foo0) 21 ; N64: ld ${{[0-9]+}}, %call_lo(foo0)($[[R3]]) 24 tail call void @foo0(i32 %0) nounwind 28 declare void @foo0(i32)
|
D | imm.ll | 3 define i32 @foo0() nounwind readnone { 5 ; CHECK: foo0
|
D | mips64-f128-call.ll | 6 ; CHECK: foo0 10 define void @foo0(fp128 %a0) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | biggot.ll | 16 ; O32: lui $[[R2:[0-9]+]], %call_hi(foo0) 18 ; O32: lw ${{[0-9]+}}, %call_lo(foo0)($[[R3]]) 23 ; N64-DAG: lui $[[R2:[0-9]+]], %call_hi(foo0) 26 ; N64-DAG: ld ${{[0-9]+}}, %call_lo(foo0)($[[R3]]) 29 tail call void @foo0(i32 %0) nounwind 33 declare void @foo0(i32)
|
D | imm.ll | 3 define i32 @foo0() nounwind readnone { 5 ; CHECK: foo0
|
/external/clang/test/CodeGenObjCXX/ |
D | auto-release-result-assert.mm | 19 S1Ref foo0(int); function 26 return foo0(a); 30 return foo0(0); 34 return foo0(0);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | subtarget-no-movt.ll | 10 ; NO-OPTION-LABEL: {{_?}}foo0 15 ; NO-OPTION-O0-LABEL: {{_?}}foo0 20 ; USE-MOVT-LABEL: {{_?}}foo0 24 ; USE-MOVT-O0-LABEL: {{_?}}foo0 28 ; NO-USE-MOVT-LABEL: {{_?}}foo0 33 ; NO-USE-MOVT-O0-LABEL: {{_?}}foo0 38 define i32 @foo0(i32 %a) #0 {
|
D | fnattr-trap.ll | 4 ; NOOPTION-LABEL: {{\_?}}foo0: 7 ; TRAP-LABEL: {{\_?}}foo0: 10 define void @foo0() {
|
/external/llvm/test/CodeGen/ARM/ |
D | fnattr-trap.ll | 4 ; NOOPTION-LABEL: {{\_?}}foo0: 7 ; TRAP-LABEL: {{\_?}}foo0: 10 define void @foo0() {
|
D | subtarget-no-movt.ll | 8 ; NO-OPTION-LABEL: {{_?}}foo0 13 ; USE-MOVT-LABEL: {{_?}}foo0 17 ; NO-USE-MOVT-LABEL: {{_?}}foo0 22 define i32 @foo0(i32 %a) #0 {
|
/external/llvm/test/CodeGen/AArch64/ |
D | tailcall-fastisel.ll | 7 %call = tail call i32 @foo0() 11 declare i32 @foo0()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | tailcall-fastisel.ll | 7 %call = tail call i32 @foo0() 11 declare i32 @foo0()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | function-bitcasts.ll | 13 declare void @foo0() 28 ; CHECK-NEXT: call foo0@FUNCTION 39 call void bitcast (void ()* @foo0 to void (i32)*)(i32 0) 40 %p = bitcast void ()* @foo0 to void (i32)* 42 %q = bitcast void ()* @foo0 to void (i32)* 159 ; CHECK-NEXT: call foo0@FUNCTION{{$}}
|
D | switch.ll | 9 declare void @foo0() 26 ; CHECK: call foo0@FUNCTION{{$}} 69 tail call void @foo0() 106 ; CHECK: call foo0@FUNCTION{{$}} 149 tail call void @foo0()
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.struct.split-1.vert | 4 int x0_in : foo0; 11 int x0_out : foo0;
|
D | hlsl.struct.split.call.vert | 5 int x0_in : foo0; 12 int x0_out : foo0;
|
D | spv.structDeref.frag | 34 s0 foo0; 60 locals2.s1_1 = s1(1, coord.y, foo0);
|
D | structDeref.frag | 34 uniform s0 foo0; 60 locals2.s1_1 = s1(1, coord.y, foo0);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | hasfp-crash2.ll | 4 ; CHECK: call foo0 9 declare void @foo0() local_unnamed_addr #0 15 tail call void @foo0(), !dbg !54 58 !29 = !{!"foo0", !".text"}
|
/external/clang/test/OpenMP/ |
D | function-attr.cpp | 16 void foo0(); 24 foo0(); in foo1()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | arg-lowering.ll | 3 ; CHECK: .visible .func (.param .align 16 .b8 func_retval0[16]) foo0( 5 define <4 x float> @foo0({float, float} %arg0) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | arg-lowering.ll | 3 ; CHECK: .visible .func (.param .align 16 .b8 func_retval0[16]) foo0( 5 define <4 x float> @foo0({float, float} %arg0) {
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | switch.ll | 9 declare void @foo0() 26 ; CHECK: call foo0@FUNCTION{{$}} 69 tail call void @foo0() 106 ; CHECK: call foo0@FUNCTION{{$}} 149 tail call void @foo0()
|