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

  /external/llvm/test/Transforms/CodeGenPrepare/
2008-11-24-RAUW-Self.ll 26 br label %bb7.i197
35 br label %bb7.i197
37 bb10.i196: ; preds = %bb7.i197
40 bb10.i196.base2flt.exit204_crit_edge: ; preds = %bb7.i197, %bb10.i196
44 br label %bb7.i197
46 bb7.i197: ; preds = %bb10.i196.bb7.i197_crit_edge, %base2flt.exit.bb7.i197_crit_edge, %bb11.i.bb7.i197_crit_edge
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 198 @i197_s = external global i197 ; <i197*> [#uses=1]
1239 define void @i197_ls(i197 %x) nounwind {
1240 store i197 %x, i197* @i197_s
    [all...]
APIntSextParam.ll 198 @i197_s = external global i197 ; <i197*> [#uses=1]
1239 define void @i197_ls(i197 signext %x) nounwind {
1240 store i197 %x, i197* @i197_s
    [all...]
APIntZextParam.ll 198 @i197_s = external global i197 ; <i197*> [#uses=1]
1239 define void @i197_ls(i197 zeroext %x) nounwind {
1240 store i197 %x, i197* @i197_s
    [all...]
APIntLoadStore.ll 394 @i197_l = external global i197 ; <i197*> [#uses=1]
395 @i197_s = external global i197 ; <i197*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 339 int i197[] = {1, 0, 0, 1, 1, 0, 1}; local
466 assert(std::is_heap(i197, i197+7) == (std::is_heap_until(i197, i197+7) == i197+7));
is_heap_until.pass.cpp 339 int i197[] = {1, 0, 0, 1, 1, 0, 1}; local
466 assert(std::is_heap_until(i197, i197+7) == i197+3);
is_heap_until_comp.pass.cpp 340 int i197[] = {1, 0, 0, 1, 1, 0, 1}; local
467 assert(std::is_heap_until(i197, i197+7, std::greater<int>()) == i197+1);
is_heap_comp.pass.cpp 340 int i197[] = {1, 0, 0, 1, 1, 0, 1}; local
    [all...]
  /external/llvm/test/CodeGen/X86/
2007-08-09-IllegalX86-64Asm.ll 99 %tmp1.i197 = icmp eq i8 %tmp42, 0 ; <i1> [#uses=1]
100 %tmp7.i198 = or i1 %tmp1.i197, %tmp1.i ; <i1> [#uses=1]
scev-interchange.ll 301 %tmp13.i197.i.i = add i32 %j1.0212.i.i, %tmp231.i.i ; <i32> [#uses=0]
  /external/llvm/test/Transforms/ArgumentPromotion/
pr3085.ll     [all...]

Completed in 208 milliseconds