HomeSort by relevance Sort by last modified time
    Searched refs:logBase2 (Results 1 - 25 of 35) sorted by null

1 2

  /external/pdfium/third_party/freetype/src/cff/
cf2font.c 111 FT_Int logBase2;
156 logBase2 = FT_MSB( (FT_UInt32)stemWidthPer1000 ) +
159 if ( logBase2 >= 46 )
  /external/freetype/src/cff/
cf2font.c 111 FT_Int logBase2;
156 logBase2 = FT_MSB( (FT_UInt32)stemWidthPer1000 ) +
159 if ( logBase2 >= 46 )
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 123 Constant *NewCst = ConstantInt::get(Op0->getType(), Val.logBase2());
452 ConstantInt::get(Op0->getType(), C->getValue().logBase2()));
469 N = Builder->CreateAdd(N, ConstantInt::get(I.getType(),CI->logBase2()));
481 Value *TSI = Builder->CreateLShr(Op0, C1->logBase2(), Op1->getName()+".t",
485 Value *FSI = Builder->CreateLShr(Op0, C2->logBase2(), Op1->getName()+".f",
InstCombineAddSub.cpp 123 ExtendAmt = TySizeBits - RHSVal.logBase2() - 1;
125 ExtendAmt = TySizeBits - XorRHS->getValue().logBase2() - 1;
InstCombineSelect.cpp 627 unsigned ValZeros = ValC->getValue().logBase2();
628 unsigned AndZeros = AndRHS->getValue().logBase2();
    [all...]
InstCombineCasts.cpp 565 uint32_t ShiftAmt = KnownZeroMask.logBase2();
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ADT/
APIntTest.cpp 397 EXPECT_EQ(APInt(15, 7).logBase2(), 2U);
400 EXPECT_EQ(APInt(15, 8).logBase2(), 3U);
403 EXPECT_EQ(APInt(15, 9).logBase2(), 3U);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 575 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2());
581 ConstantInt::get(DeltaType, (-IndexOffset).logBase2());
SeparateConstOffsetFromGEP.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 339 unsigned C1Log = C1->logBase2();
340 unsigned C2Log = C2->logBase2();
812 unsigned ValZeros = ValC->getValue().logBase2();
813 unsigned AndZeros = AndRHS->getValue().logBase2();
    [all...]
InstCombineMulDivRem.cpp 117 /// a new vector obtained from C replacing each element with its logBase2.
127 Elts.push_back(ConstantInt::get(Elt->getType(), IVal->logBase2()));
220 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2());
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp 642 uint32_t ShAmt = KnownZeroMask.logBase2();
    [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 743 EXPECT_EQ(APInt(15, 7).logBase2(), 2U);
746 EXPECT_EQ(APInt(15, 8).logBase2(), 3U);
749 EXPECT_EQ(APInt(15, 9).logBase2(), 3U);
949 EXPECT_EQ(A2.nearestLogBase2(), A2.logBase2());
966 EXPECT_EQ(A5.nearestLogBase2(), A5.logBase2());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 729 unsigned Val = C->getValue().logBase2();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 772 ConstantInt::get(Ty, RHS->logBase2()));
790 ConstantInt::get(Ty, RHS.logBase2()));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 647 unsigned log = tmp.logBase2();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 670 unsigned log = tmp.logBase2();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 676 milliseconds

1 2