Home
last modified time | relevance | path

Searched refs:test11 (Results 1 – 25 of 254) sorted by relevance

1234567891011

/external/clang/test/SemaCXX/
Dlong-virtual-inheritance-chain.cpp14 class test11 : virtual test10 { virtual void f(); }; class
15 class test12 : virtual test11 { virtual void f(); };
Dundefined-inline.cpp59 namespace test11 { namespace
/external/llvm/test/CodeGen/X86/
Dpmovsx-inreg.ll149 define void @test11(<2 x i32>* %in, <2 x i64>* %out) nounwind {
156 ; SSE41-LABEL: test11:
159 ; AVX1-LABEL: test11:
162 ; AVX2-LABEL: test11:
Dcmov-fp.ll188 define float @test11(i32 %a, i32 %b, float %x) nounwind {
193 ; SSE-LABEL: test11:
196 ; NOSSE2-LABEL: test11:
199 ; NOSSE1-LABEL: test11:
202 ; NOCMOV-LABEL: test11:
Dadd.ll152 define void @test11(i32* inreg %a) nounwind {
157 ; X32-LABEL: test11:
159 ; X64-LABEL: test11:
Dnarrow-shl-cst.ll94 define i64 @test11(i64 %x) nounwind {
98 ; CHECK-LABEL: test11:
Dfpcmp-soft-fp.ll105 define i1 @test11(double %d) #0 {
110 ; CHECK-LABEL: test11:
Dfp-fast.ll108 define float @test11(float %a) {
109 ; CHECK-LABEL: test11:
Dxor.ll185 define i32 @test11(i32 %b) {
189 ; X64-LABEL: test11:
192 ; X32-LABEL: test11:
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dnarrow-shl-cst.ll94 define i64 @test11(i64 %x) nounwind {
98 ; CHECK: test11:
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/
Dundef.ll80 ; @test11
82 define i64 @test11() {
/external/llvm/test/CodeGen/AArch64/
Dmovw-consts.ll76 define void @test11() {
77 ; CHECK-LABEL: test11:
Dbitfield-extract.ll88 ; CHECK-LABEL: @test11
91 define void @test11(i64 %a) {
/external/ltp/lib/newlib_tests/
D.gitignore11 test11
/external/clang/test/CodeGen/
Dswitch-dce.c190 void test11() { in test11() function
Dconditional.c60 int test11(int c) { in test11() function
Dms-volatile.c77 void test11(volatile float *p, volatile float *q) { in test11() function
/external/llvm/test/Transforms/SCCP/
Dundef-resolve.ll176 define i32 @test11(i1 %tobool) {
178 …%shr4 = ashr i32 undef, zext (i1 icmp eq (i32* bitcast (i32 (i1)* @test11 to i32*), i32* @GV) to i…
180 ; CHECK-LABEL: @test11(
/external/llvm/test/CodeGen/ARM/
Darm32-rounding.ll90 ; CHECK-LABEL: test11
92 define float @test11(float %a) {
Darm32-round-conv.ll94 ; CHECK-LABEL: test11
96 define i32 @test11(double %a) {
/external/ltp/testcases/kernel/fs/fs_bind/move/
D00_Descriptions.txt35 test11 - slave subtree to slave parent.
99 test11:
/external/ltp/testcases/kernel/fs/fs_bind/bind/
D00_Descriptions.txt36 test11 - slave child to slave parent.
107 test11:
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Ddiv.ll90 define i32 @test11(i32 %X, i1 %C) {
94 ; CHECK: @test11
/external/llvm/test/Transforms/InstCombine/
Dcompare-udiv.ll84 ; CHECK-LABEL: @test11
86 define i1 @test11(i32 %d) {
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/
Dloads.ll94 define i16 @test11() nounwind {
99 ; CHECK: @test11

1234567891011