Home
last modified time | relevance | path

Searched refs:exactLogBase2 (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp637 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2()
724 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2()
DMipsSEISelLowering.cpp503 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1547 int32_t exactLogBase2() const { in exactLogBase2() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp98 int32_t Bits = (*M + 1).exactLogBase2(); in lookThroughAnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1240 int32_t logScale = Scale.exactLogBase2(); in Descale()
1340 assert(SmallScale.exactLogBase2() == logScale); in Descale()
1366 assert(Scale.exactLogBase2() == logScale); in Descale()
DInstCombineMulDivRem.cpp1076 Value *ShAmt = ConstantInt::get(Op1->getType(), Op1C->exactLogBase2()); in visitSDiv()
DInstCombineCompares.cpp1863 int32_t ExactLogBase2 = C2->exactLogBase2(); in foldICmpAndConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1845 int32_t exactLogBase2() const { in exactLogBase2() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1525 int Log2 = DemandedBits.exactLogBase2(); in SimplifyDemandedBits()
DSelectionDAG.cpp9649 return IntVal.exactLogBase2(); in getConstantFPSplatPow2ToLog2Int()
DDAGCombiner.cpp8468 SDValue ShAmtC = DAG.getConstant(C1Val.exactLogBase2(), DL, VT); in foldSelectOfConstants()
8853 SDValue ShAmtC = DAG.getConstant(Pow2C.exactLogBase2(), DL, VT); in foldVSelectOfConstants()