OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iospec
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c
65
static void foo(const Key
iospec
, int* ret)
68
if(((
iospec
.key_io.lod == G_B) &&
69
(
iospec
.key_io.ttype != G_VS) &&
70
(
iospec
.key_io.ttype != G_GS) &&
71
(
iospec
.key_io.ttype != G_FS)) ||
73
(((
iospec
.key_io.tTex == PP_C) ||
74
(
iospec
.key_io.tTex == PP_SC)) &&
75
((
iospec
.key_io.tTex == PP_SR) ||
76
(
iospec
.key_io.tTex == PP_S2D) ||
77
(
iospec
.key_io.tTex == PP_S1D) |
86
__attribute__ ((unused)) Key
iospec
= (Key) key_token2;
local
[
all
...]
/external/llvm/test/Transforms/InstCombine/
2009-01-08-AlignAlloca.ll
12
%
iospec
= alloca %struct.Key ; <%struct.Key*> [#uses=3]
15
%0 = getelementptr %struct.Key, %struct.Key* %
iospec
, i32 0, i32 0 ; <{ i32, i32 }*> [#uses=2]
20
%3 = getelementptr %struct.Key, %struct.Key* %
iospec
, i32 0, i32 0 ; <{ i32, i32 }*> [#uses=1]
23
%5 = call i32 (...) @foo(%struct.Key* byval align 4 %
iospec
, i32* %ret) nounwind ; <i32> [#uses=0]
Completed in 493 milliseconds