Searched refs:vf1 (Results 1 – 18 of 18) sorted by relevance
/external/clang/test/CodeGen/ |
D | Nontemporal.cpp | 14 float __attribute__((vector_size(16))) vf1, vf2; variable 32 __builtin_nontemporal_store(vf1, &vf2); // CHECK: store <4 x float>{{.*}}align 16, !nontemporal in test_all_sizes() 46 vf2 = __builtin_nontemporal_load(&vf1); // CHECK: load <4 x float>{{.*}}align 16, !nontemporal in test_all_sizes()
|
D | builtins-ppc-altivec.c | 8973 vector float vf1 = (vector float)(1.0); in test7() local 8975 res_i = (vf1 == vf2); in test7() 8979 res_i = (vf1 != vf2); in test7() 8983 res_i = (vf1 < vf2); in test7() 8987 res_i = (vf1 > vf2); in test7() 8991 res_i = (vf1 <= vf2); in test7() 8995 res_i = (vf1 >= vf2); in test7()
|
/external/clang/test/CodeGenCXX/ |
D | member-function-pointers.cpp | 14 struct A { int a; void f(); virtual void vf1(); virtual void vf2(); }; 28 void (A::*pa3)() = &A::vf1; 38 void (A::*pc3)() = &A::vf1; 69 void (A::*pa3)() = &A::vf1; in f2()
|
D | member-function-pointer-calls.cpp | 4 virtual int vf1() { return 1; } in vf1() function 18 return f(&a, &A::vf1); in g1()
|
/external/llvm/test/Transforms/WholeProgramDevirt/ |
D | unique-retval.ll | 8 @vt3 = constant [1 x i8*] [i8* bitcast (i1 (i8*)* @vf1 to i8*)], !type !0, !type !1 9 @vt4 = constant [1 x i8*] [i8* bitcast (i1 (i8*)* @vf1 to i8*)], !type !1 15 define i1 @vf1(i8* %this) readnone {
|
D | vcp-no-this.ll | 6 @vt1 = global [1 x i8*] [i8* bitcast (i32 ()* @vf1 to i8*)], !type !0 9 define i32 @vf1() readnone {
|
D | uniform-retval.ll | 6 @vt1 = constant [1 x i8*] [i8* bitcast (i32 (i8*)* @vf1 to i8*)], !type !0 9 define i32 @vf1(i8* %this) readnone {
|
D | vcp-too-wide-ints.ll | 6 @vt1 = global [1 x i8*] [i8* bitcast (i128 (i8*, i128)* @vf1 to i8*)], !type !0 9 define i128 @vf1(i8* %this, i128 %arg) readnone {
|
D | vcp-uses-this.ll | 6 @vt1 = global [1 x i8*] [i8* bitcast (i32 (i8*)* @vf1 to i8*)], !type !0 9 define i32 @vf1(i8* %this) readnone {
|
D | vcp-accesses-memory.ll | 6 @vt1 = global [1 x i8*] [i8* bitcast (i32 (i8*, i32)* @vf1 to i8*)], !type !0 9 define i32 @vf1(i8* %this, i32 %arg) {
|
D | vcp-non-constant-arg.ll | 6 @vt1 = global [1 x i8*] [i8* bitcast (i32 (i8*, i32)* @vf1 to i8*)], !type !0 9 define i32 @vf1(i8* %this, i32 %arg) readnone {
|
D | uniform-retval-invoke.ll | 6 @vt1 = constant [1 x i8*] [i8* bitcast (i32 (i8*)* @vf1 to i8*)], !type !0 9 define i32 @vf1(i8* %this) readnone {
|
D | constant-arg.ll | 7 …x i8] c"\00\00\00\00\00\00\00\01", [1 x i8*] [i8* bitcast (i1 (i8*, i32)* @vf1 to i8*)], [0 x i8] … 12 @vt1 = constant [1 x i8*] [i8* bitcast (i1 (i8*, i32)* @vf1 to i8*)], !type !0 17 define i1 @vf1(i8* %this, i32 %arg) readnone {
|
D | expand-check.ll | 9 @vt1 = constant [1 x i8*] [i8* bitcast (void (i8*)* @vf1 to i8*)], !type !0 12 define void @vf1(i8* %this) {
|
D | vcp-type-mismatch.ll | 6 @vt1 = global [1 x i8*] [i8* bitcast (i32 (i8*, i32)* @vf1 to i8*)], !type !0 9 define i32 @vf1(i8* %this, i32 %arg) readnone {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-minmax.ll | 8 @vf1 = common global <4 x float> zeroinitializer, align 16 25 store <4 x float> %2, <4 x float>* @vf1, align 16 85 ;vector float vf1, vf2, vf3, vf4; 90 ; vf1 = vec_max(vf, vf);
|
/external/clang/test/Parser/ |
D | cxx-class.cpp | 32 virtual int vf1() = 1; // expected-error {{does not look like a pure-specifier}}
|
/external/lisa/ipynb/residency/ |
D | task_residencies_camera.ipynb | 249 …26d7rvvPkVGRiotLU0zZszQkiVL5HI1\n3pbp0KFDuuGGG1ReXr/e57HHHtPkyZNP+/yIiAh9//vf1+rVq5WUlKSXX35ZCQkJH…
|