HomeSort by relevance Sort by last modified time
    Searched full:i104 (Results 1 - 16 of 16) sorted by null

  /external/llvm/test/CodeGen/X86/
fold-pcmpeqd-2.ll 36 %bitcast204.i104 = bitcast <4 x i32> zeroinitializer to <4 x float> ; <<4 x float>> [#uses=1]
54 %mul310 = fmul <4 x float> %bitcast204.i104, zeroinitializer ; <<4 x float>> [#uses=2]
fold-pcmpeqd-0.ll 62 %bitcast204.i104 = bitcast <4 x i32> %orps203.i103 to <4 x float> ; <<4 x float>> [#uses=1]
82 %mul310 = fmul <4 x float> %bitcast204.i104, zeroinitializer ; <<4 x float>> [#uses=2]
jump_sign.ll 198 br i1 undef, label %if.then.i103, label %if.else.i104
203 if.else.i104: ; preds = %if.then44
  /external/llvm/test/Transforms/SimplifyCFG/
2006-06-12-InfLoop.ll 96 br i1 false, label %no_exit.i.i101.preheader, label %hamming.exit.i104
100 br i1 false, label %no_exit.i.i101, label %hamming.exit.i104.loopexit
101 hamming.exit.i104.loopexit: ; preds = %no_exit.i.i101
102 br label %hamming.exit.i104
103 hamming.exit.i104: ; preds = %hamming.exit.i104.loopexit, %no_exit.1.i87
105 no_exit.i15.i.preheader: ; preds = %hamming.exit.i104
111 hamming.exit16.i: ; preds = %hamming.exit16.i.loopexit, %hamming.exit.i104
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 105 @i104_s = external global i104 ; <i104*> [#uses=1]
774 define void @i104_ls(i104 %x) nounwind {
775 store i104 %x, i104* @i104_s
    [all...]
APIntSextParam.ll 105 @i104_s = external global i104 ; <i104*> [#uses=1]
774 define void @i104_ls(i104 signext %x) nounwind {
775 store i104 %x, i104* @i104_s
    [all...]
APIntZextParam.ll 105 @i104_s = external global i104 ; <i104*> [#uses=1]
774 define void @i104_ls(i104 zeroext %x) nounwind {
775 store i104 %x, i104* @i104_s
    [all...]
APIntLoadStore.ll 208 @i104_l = external global i104 ; <i104*> [#uses=1]
209 @i104_s = external global i104 ; <i104*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 183 int i104[] = {1, 0, 1, 1, 1, 1}; local
246 assert(std::is_heap(i104, i104+6) == (std::is_heap_until(i104, i104+6) == i104+6));
is_heap_until.pass.cpp 183 int i104[] = {1, 0, 1, 1, 1, 1}; local
246 assert(std::is_heap_until(i104, i104+6) == i104+3);
is_heap_until_comp.pass.cpp 184 int i104[] = {1, 0, 1, 1, 1, 1}; local
247 assert(std::is_heap_until(i104, i104+6, std::greater<int>()) == i104+1);
is_heap_comp.pass.cpp 184 int i104[] = {1, 0, 1, 1, 1, 1}; local
247 assert(std::is_heap(i104, i104+6, std::greater<int>()) == (std::is_heap_until(i104, i104+6, std::greater<int>()) == i104+6));
    [all...]
  /external/llvm/test/Transforms/JumpThreading/
2010-08-26-and.ll 115 %cmp.i104 = icmp eq i32 %conv.i.i, 6 ; <i1> [#uses=1]
116 %or.cond170 = and i1 %tobool.i101, %cmp.i104 ; <i1> [#uses=1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 172 ... i100, i101, i102, i103, i104, i105, i106, i107, i108,
207 ... i100, i101, i102, i103, i104, i105, i106, i107, i108,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 172 ... i100, i101, i102, i103, i104, i105, i106, i107, i108,
207 ... i100, i101, i102, i103, i104, i105, i106, i107, i108,
  /art/test/083-compiler-regressions/src/
Main.java 458 int i104 = 104; local
    [all...]

Completed in 59 milliseconds