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

  /external/llvm/test/CodeGen/X86/
2008-03-31-SpillerFoldingBug.ll 19 %tmp96.i.i142.i = call i8* @_Znwm( i32 180 ) nounwind ; <i8*> [#uses=2]
23 %ctg2242.i.i163.i = getelementptr i8* %tmp96.i.i142.i, i32 0 ; <i8*> [#uses=1]
28 %tmp159.i.i167.i = bitcast i8* %tmp96.i.i142.i to i32 (...)*** ; <i32 (...)***> [#uses=1]
  /external/llvm/test/CodeGen/ARM/
2009-06-15-RegScavengerAssert.ll 103 br i1 undef, label %bb27.i142, label %opts_GetOptLongOnly.exit.thread97.i
106 br label %bb27.i142
108 bb27.i142: ; preds = %opts_GetOptLongOnly.exit.thread97.i, %bb26.i.i.i
111 bb1.i3.i: ; preds = %bb1.i3.i, %bb27.i142
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 143 @i142_s = external global i142 ; <i142*> [#uses=1]
964 define void @i142_ls(i142 %x) nounwind {
965 store i142 %x, i142* @i142_s
    [all...]
APIntSextParam.ll 143 @i142_s = external global i142 ; <i142*> [#uses=1]
964 define void @i142_ls(i142 signext %x) nounwind {
965 store i142 %x, i142* @i142_s
    [all...]
APIntZextParam.ll 143 @i142_s = external global i142 ; <i142*> [#uses=1]
964 define void @i142_ls(i142 zeroext %x) nounwind {
965 store i142 %x, i142* @i142_s
    [all...]
APIntLoadStore.ll 284 @i142_l = external global i142 ; <i142*> [#uses=1]
285 @i142_s = external global i142 ; <i142*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 284 int i142[] = {0, 0, 1, 0, 1, 1, 0}; local
411 assert(std::is_heap(i142, i142+7) == (std::is_heap_until(i142, i142+7) == i142+7));
is_heap_until.pass.cpp 284 int i142[] = {0, 0, 1, 0, 1, 1, 0}; local
411 assert(std::is_heap_until(i142, i142+7) == i142+2);
is_heap_until_comp.pass.cpp 285 int i142[] = {0, 0, 1, 0, 1, 1, 0}; local
412 assert(std::is_heap_until(i142, i142+7, std::greater<int>()) == i142+6);
is_heap_comp.pass.cpp 285 int i142[] = {0, 0, 1, 0, 1, 1, 0}; local
412 assert(std::is_heap(i142, i142+7, std::greater<int>()) == (std::is_heap_until(i142, i142+7, std::greater<int>()) == i142+7));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 176 ... i136, i137, i138, i139, i140, i141, i142, i143, i144,
211 ... i136, i137, i138, i139, i140, i141, i142, i143, i144,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 176 ... i136, i137, i138, i139, i140, i141, i142, i143, i144,
211 ... i136, i137, i138, i139, i140, i141, i142, i143, i144,
  /external/llvm/test/Transforms/ArgumentPromotion/
pr3085.ll     [all...]
  /art/test/083-compiler-regressions/src/
Main.java 534 int i142 = 142; local
    [all...]

Completed in 2040 milliseconds