HomeSort by relevance Sort by last modified time
    Searched full:nest (Results 1 - 25 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2008-01-11-ChainConsistency.c 1 // RUN: %clang_cc1 -emit-llvm %s -o - -fnested-functions | not grep nest
  /external/llvm/test/Transforms/InstCombine/
2008-01-14-DoubleNest.ll 3 %struct.FRAME.nest = type { i32, i32 (i32*)* }
8 declare i32 @f(%struct.FRAME.nest* nest , i32*)
10 define i32 @nest(i32 %n) {
12 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
15 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
17 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
18 %tramp = call i8* @llvm.init.trampoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest*, i32*)* @f to i8*), i8* %FRAME.06 ) ; <i8*> [#uses=1]
19 %tmp7 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (i32*)**> [#uses=1
    [all...]
2007-09-11-Trampoline.ll 3 %struct.FRAME.nest = type { i32, i32 (i32)* }
8 declare i32 @f(%struct.FRAME.nest* nest , i32 )
10 define i32 @nest(i32 %n) {
12 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
15 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
17 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
18 %tramp = call i8* @llvm.init.trampoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest* , i32)* @f to i8*), i8* %FRAME.06 ) ; <i8*> [#uses=1]
19 %tmp7 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (i32)**> [#uses=1
    [all...]
2008-01-14-VarArgTrampoline.ll 3 %struct.FRAME.nest = type { i32, i32 (...)* }
9 declare i32 @f(%struct.FRAME.nest* nest , ...)
11 define i32 @nest(i32 %n) {
13 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
16 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
18 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
19 call void @llvm.init.trampoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest*, ...)* @f to i8*), i8* %FRAME.06 ) ; <i8*> [#uses=1]
21 %tmp7 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (...)**> [#uses=1
    [all...]
2011-09-03-Trampoline.ll 5 declare i32 @f(i8 * nest, i32)
19 ; CHECK: %ret = call i32 @f(i8* nest null, i32 %n)
31 ; CHECK: %ret = call i32 @f(i8* nest null, i32 %n)
49 ; CHECK: %ret0 = call i32 @f(i8* nest null, i32 %n)
84 ; CHECK: %ret0 = call i32 @f(i8* nest null, i32 %n)
85 ; CHECK: %ret1 = call i32 @f(i8* nest null, i32 %n)
86 ; CHECK: %ret2 = call i32 @f(i8* nest null, i32 %n)
  /external/llvm/test/Transforms/GlobalOpt/
2008-02-16-NestAttr.ll 1 ; RUN: opt < %s -globalopt -S | grep { nest } | count 1
2 %struct.FRAME.nest = type { i32, i32 (i32)* }
12 define internal fastcc i32 @g.1478(%struct.FRAME.nest* nest %CHAIN.1, i32 %m) nounwind {
14 %tmp3 = getelementptr %struct.FRAME.nest* %CHAIN.1, i32 0, i32 0 ; <i32*> [#uses=1]
21 define internal i32 @f.1481(%struct.FRAME.nest* nest %CHAIN.2, i32 %m) nounwind {
23 %tmp4 = tail call fastcc i32 @g.1478( %struct.FRAME.nest* nest %CHAIN.2, i32 %m ) nounwind ; <i32> [#uses=1]
24 %tmp6 = getelementptr %struct.FRAME.nest* %CHAIN.2, i32 0, i32 0 ; <i32*> [#uses=1
    [all...]
  /external/clang/test/PCH/
struct.h 28 struct Nested { int x, y; } nest; member in struct:S
  /external/clang/test/CXX/class/class.nest/
p3.cpp 3 // C++0x [class.nest] p3:
  /external/llvm/test/CodeGen/X86/
2008-01-16-Trampoline.ll 12 declare void @gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets__move.5177(%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets* nest , i32, i32) nounwind
2011-08-23-Trampoline.ll 13 declare void @gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets__move.5177(%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets* nest , i32, i32) nounwind
  /external/llvm/include/llvm/Analysis/
LoopDependenceAnalysis.h 70 /// getLoops - Collect all loops of the loop nest L in which
75 /// loop nest starting at the innermost loop L.
78 /// isAffine - An SCEV is affine with respect to the loop nest starting at
80 /// in the loop nest and X is a induction variable in the loop nest.
LoopPass.h 48 // loop nest is completely different.
118 // Delete loop from the loop queue and loop nest (LoopInfo).
129 // queue. This allows LoopPass to change loop nest for the loop. This
  /external/iproute2/tc/
q_prio.c 36 struct rtattr *nest; local
89 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
92 addattr_nest_compat_end(n, nest);
q_rr.c 37 struct rtattr *nest; local
84 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
87 addattr_nest_compat_end(n, nest);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 126 int start = 0, nest = 3; local
133 nest -= 2;
139 LOG(INFO) << std::setw(nest) << " "
143 nest += 2;
156 LOG(INFO) << std::setw(nest) << " " << "## TEXT REMOVED ##";
159 LOG(INFO) << std::setw(nest) << " "
  /external/iproute2/include/
libnetlink.h 57 extern int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest);
59 extern int addattr_nest_compat_end(struct nlmsghdr *n, struct rtattr *nest);
  /packages/apps/Settings/res/xml/
sound_settings.xml 46 <!-- Do not nest these, or removals in code will break -->
69 <!-- Do not nest these, or removals in code will break -->
  /external/v8/test/mjsunit/
try-catch-scopes.js 30 // as local variables and they should be allowed to nest.
  /external/iproute2/lib/
libnetlink.c 577 struct rtattr *nest = NLMSG_TAIL(n); local
580 return nest;
583 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest)
585 nest->rta_len = (void *)NLMSG_TAIL(n) - (void *)nest;
601 struct rtattr *nest = (void *)start + NLMSG_ALIGN(start->rta_len); local
604 addattr_nest_end(n, nest);
  /external/llvm/test/CodeGen/XCore/
trampoline.ll 25 define internal i32 @g.1101(%struct.FRAME.f* nocapture nest %CHAIN.1) nounwind readonly {
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 33 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain
65 bool isNest() const { return Flags & Nest; }
  /system/core/libnl_2/
README 34 which creates an empty attribute with nest attributes as its payload. Then to
35 close the nest, "nla_nest_end" is called.
  /external/mksh/src/
tree.c 498 int nest = 0; local
521 nest++;
527 if (c == CSUBST && nest == 0)
529 nest--;
532 nest++;
537 if (c == wp[-1] && nest == 0)
540 nest--;
  /external/chromium/build/
features_override.gypi 74 # We have to nest variables inside variables so that they can be overridden
  /external/collada/include/1.4/dom/
domGlsl_newarray_type.h 35 * You may recursively nest glsl_newarray elements to create multidimensional

Completed in 2266 milliseconds

1 2 3 4 5 6 7 8 91011>>