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

  /external/llvm/test/CodeGen/ARM/
commute-movcc.ll 33 %BestIdx.010 = phi i32 [ 0, %entry ], [ %BestIdx.1, %if.end8 ]
43 %i.0.BestIdx.0 = select i1 %cmp3, i32 %i.012, i32 %BestIdx.010
49 %BestIdx.0.i.0 = select i1 %cmp5, i32 %BestIdx.010, i32 %i.012
54 %BestIdx.1 = phi i32 [ %i.0.BestIdx.0, %if.then ], [ %BestIdx.0.i.0, %if.else ]
62 ret i32 %BestIdx.
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locmap.c 915 int32_t bestIdx = 0;
928 bestIdx = idx;
934 && this_0->regionMaps[bestIdx].posixID[bestIdxDiff] == 0)
937 return this_0->regionMaps[bestIdx].hostID;
    [all...]
  /external/icu/icu4c/source/common/
locmap.c 910 int32_t bestIdx = 0;
923 bestIdx = idx;
929 && this_0->regionMaps[bestIdx].posixID[bestIdxDiff] == 0)
932 return this_0->regionMaps[bestIdx].hostID;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 154 milliseconds