Home
last modified time | relevance | path

Searched refs:iospec (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c68 if(((iospec.key_io.lod == G_B) && in foo()
69 (iospec.key_io.ttype != G_VS) && in foo()
70 (iospec.key_io.ttype != G_GS) && in foo()
71 (iospec.key_io.ttype != G_FS)) || in foo()
73 (((iospec.key_io.tTex == PP_C) || in foo()
74 (iospec.key_io.tTex == PP_SC)) && in foo()
75 ((iospec.key_io.tTex == PP_SR) || in foo()
76 (iospec.key_io.tTex == PP_S2D) || in foo()
77 (iospec.key_io.tTex == PP_S1D) || in foo()
78 (iospec.key_io.tTex == PP_SC)))) in foo()
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A D2009-01-08-AlignAlloca.ll26 %iospec = alloca %struct.Key ; <%struct.Key*> [#uses=3]
29 %0 = getelementptr %struct.Key, %struct.Key* %iospec, i32 0, i32 0 ; <{ i32, i32 }*> [#uses=2]
34 %3 = getelementptr %struct.Key, %struct.Key* %iospec, i32 0, i32 0 ; <{ i32, i32 }*> [#uses=1]
37 …%5 = call i32 (...) @foo(%struct.Key* byval(%struct.Key) align 4 %iospec, i32* %ret) nounwind ; <…