HomeSort by relevance Sort by last modified time
    Searched defs:UB (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.cpp 73 const Value *UB = GetUnderlyingObjCPtr(SB);
74 if (UA != SA || UB != SB) {
75 Result = AliasAnalysis::alias(Location(UA), Location(UB));
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 122 ComdatGVPairsTy::iterator UB = ComdatGVPairs.upper_bound(I->first);
123 bool CanDiscard = std::all_of(I, UB, [](ComdatGVPairsTy::value_type Pair) {
127 std::for_each(I, UB, [this](ComdatGVPairsTy::value_type Pair) {
131 I = UB;
  /external/clang/test/CodeGen/
xcore-stringtype.c 142 // CHECK: !33 = metadata !{i32 (%union.UB*)* @unionTypeB, metadata
143 // CHECK: !"f{si}(u(UB){m(N2){b(2:si)},m(N4){b(4:si)},m(){b(2:si)},
156 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4;
159 int unionTypeB(union UB ub) {return UnionAnon.A;}
  /external/clang/lib/Analysis/
ReachableCode.cpp 303 const CFGBlock *UB = I->getPossiblyUnreachableBlock();
304 if (!UB)
314 B = UB;
  /external/libyuv/files/source/
row_common.cc 428 #define UB 127 /* min(63,static_cast<int8>(2.018 * 64)) */
437 #define BB UB * 128 + VB * 128
453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_common.cc 945 #define UB 127 /* min(63,(int8)(2.018 * 64)) */
954 #define BB UB * 128 + VB * 128
961 *b = Clamp((int32)((u * UB + v * VB) - (BB) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc 29 #define UB 127 /* min(127,(int8)(2.018 * 64)) */
38 #define BB UB * 128 + VB * 128
43 UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, V
    [all...]
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 945 #define UB 127 /* min(63,(int8)(2.018 * 64)) */
954 #define BB UB * 128 + VB * 128
961 *b = Clamp((int32)((u * UB + v * VB) - (BB) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc 28 #define UB 127 /* min(127,(int8)(2.018 * 64)) */
37 #define BB UB * 128 + VB * 128
42 UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, V
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 932 const SCEV *UB = SE->getBackedgeTakenCount(L);
933 return SE->getNoopOrZeroExtend(UB, T);
    [all...]

Completed in 400 milliseconds