HomeSort by relevance Sort by last modified time
    Searched full:void (Results 901 - 925 of 76704) sorted by null

<<31323334353637383940>>

  /external/llvm/test/CodeGen/X86/
x86-64-pic-9.ll 5 define void ()* @g() nounwind {
7 ret void ()* @f
10 define internal void @f() nounwind {
12 ret void
x86-64-shortint.ll 7 define void @bar(i16 zeroext %A) {
8 tail call void @foo( i16 signext %A )
9 ret void
11 declare void @foo(i16 signext )
  /external/llvm/test/Linker/
2008-07-06-AliasFnDecl2.ll 4 define void @c() nounwind {
6 call void @b( ) nounwind
10 ret void
13 declare void @b()
  /external/llvm/test/Other/
2009-06-05-no-implicit-float.ll 3 declare void @f() noimplicitfloat
  /external/llvm/test/Transforms/ADCE/
unreachable-function.ll 3 define void @test() {
  /external/llvm/test/Transforms/GlobalOpt/
cxx-dtor.ll 3 %0 = type { i32, void ()* }
9 @llvm.global_ctors = appending global [1 x %0] [%0 { i32 65535, void ()* @_GLOBAL__I_a }]
13 define internal void @__cxx_global_var_init() nounwind section "__TEXT,__StaticInit,regular,pure_instructions" {
14 %1 = call i32 @__cxa_atexit(void (i8*)* bitcast (void (%struct.A*)* @_ZN1AD1Ev to void (i8*)*), i8* getelementptr inbounds (%struct.A* @a, i32 0, i32 0), i8* bitcast (i8** @__dso_handle to i8*))
15 ret void
18 define linkonce_odr void @_ZN1AD1Ev(%struct.A* %this) nounwind align 2 {
20 call void @_ZN1BD1Ev(%struct.B* %t)
21 ret void
    [all...]
  /external/llvm/test/Transforms/InstCombine/
2007-05-18-CastFoldBug.ll 4 define void @blah(i16* %tmp10) {
6 call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend_stret to void (i16*)*)( i16* sret %tmp10 )
7 ret void
2012-01-11-OpaqueBitcastCrash.ll 7 declare void @foo(%opaque_struct*)
9 define void @bar() {
10 call void @foo(%opaque_struct* bitcast ([0 x %opaque_struct]* @G to %opaque_struct*))
11 ret void
  /external/llvm/test/Transforms/InstSimplify/
vector_gep.ll 2 declare void @helper(<2 x i8*>)
3 define void @test(<2 x i8*> %a) {
5 call void @helper(<2 x i8*> %A)
6 ret void
  /external/llvm/test/Transforms/PruneEH/
2003-09-14-ExternalCall.ll 3 declare void @External()
5 define void @foo() {
6 invoke void @External( )
11 ret void
  /external/llvm/test/Verifier/
gcroot-alloca.ll 7 declare void @llvm.gcroot(%obj**, %meta*)
9 define void @f() {
11 call void @llvm.gcroot(%obj** null, %meta* null)
13 ret void
gcroot-ptrptr.ll 7 declare void @llvm.gcroot(%obj*, %meta*)
9 define void @f() {
12 call void @llvm.gcroot(%obj* %local.obj, %meta* null)
13 ret void
gcwrite-ptrptr.ll 7 declare void @llvm.gcwrite(%obj*, %obj*, %obj*)
9 define void @f() {
11 call void @llvm.gcwrite(%obj* null, %obj* null, %obj* null)
12 ret void
  /external/mesa3d/src/glsl/tests/
array-11.glsl 4 void main()
attribute-01.glsl 4 void main()
attribute-02.glsl 4 void main()
attribute-03.glsl 4 void main()
attribute-04.glsl 4 void main()
attribute-05.glsl 4 void main()
attribute-06.glsl 4 void main()
attribute-07.glsl 4 void main()
attribute-08.glsl 4 void main()
constructor-02.glsl 2 void main()
matrix-01.glsl 3 void main()
matrix-02.glsl 3 void main()

Completed in 359 milliseconds

<<31323334353637383940>>