/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | APIntTest.cpp | 399 EXPECT_EQ(APInt(15, 7).exactLogBase2(), -1); in TEST() 402 EXPECT_EQ(APInt(15, 8).exactLogBase2(), 3); in TEST() 405 EXPECT_EQ(APInt(15, 9).exactLogBase2(), -1); in TEST()
|
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 745 EXPECT_EQ(APInt(15, 7).exactLogBase2(), -1); in TEST() 748 EXPECT_EQ(APInt(15, 8).exactLogBase2(), 3); in TEST() 751 EXPECT_EQ(APInt(15, 9).exactLogBase2(), -1); in TEST()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 623 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() 710 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2()
|
D | MipsSEISelLowering.cpp | 569 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 689 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() 776 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2()
|
D | MipsSEISelLowering.cpp | 499 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 522 RHS->getValue().exactLogBase2()); in visitSDiv()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 90 int32_t Bits = (*M + 1).exactLogBase2(); in lookThroughAnd()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1044 int32_t logScale = Scale.exactLogBase2(); in Descale() 1146 assert(SmallScale.exactLogBase2() == logScale); in Descale() 1172 assert(Scale.exactLogBase2() == logScale); in Descale()
|
D | InstCombineMulDivRem.cpp | 1150 Value *ShAmt = ConstantInt::get(Op1->getType(), Op1C->exactLogBase2()); in visitSDiv()
|
D | InstCombineCompares.cpp | 1861 int32_t ExactLogBase2 = AI.exactLogBase2(); in visitICmpInstWithInstAndIntCst()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1569 int32_t exactLogBase2() const { in exactLogBase2() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1359 int32_t exactLogBase2() const { in exactLogBase2() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1547 int32_t exactLogBase2() const { in exactLogBase2() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | APIntTest.cpp | 1321 EXPECT_EQ(APInt(15, 7).exactLogBase2(), -1); in TEST() 1324 EXPECT_EQ(APInt(15, 8).exactLogBase2(), 3); in TEST() 1327 EXPECT_EQ(APInt(15, 9).exactLogBase2(), -1); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1160 int32_t logScale = Scale.exactLogBase2(); in Descale() 1260 assert(SmallScale.exactLogBase2() == logScale); in Descale() 1286 assert(Scale.exactLogBase2() == logScale); in Descale()
|
D | InstCombineMulDivRem.cpp | 1049 Value *ShAmt = ConstantInt::get(Op1->getType(), Op1C->exactLogBase2()); in visitSDiv()
|
D | InstCombineCompares.cpp | 1715 int32_t ExactLogBase2 = C2->exactLogBase2(); in foldICmpAndConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1781 int32_t exactLogBase2() const { in exactLogBase2() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 100 int32_t Bits = (*M + 1).exactLogBase2(); in lookThroughAnd()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 848 int Log2 = NewMask.exactLogBase2(); in SimplifyDemandedBits()
|
D | SelectionDAG.cpp | 7235 return IntVal.exactLogBase2(); in getConstantFPSplatPow2ToLog2Int()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 968 int Log2 = NewMask.exactLogBase2(); in SimplifyDemandedBits()
|
D | SelectionDAG.cpp | 8626 return IntVal.exactLogBase2(); in getConstantFPSplatPow2ToLog2Int()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 28119 (SplatValue + 1).exactLogBase2() != (int)SrcSize) in combineVectorZext()
|