| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelDAGToDAG.cpp | 426 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local 447 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Alignment.h | 208 inline unsigned Log2(Align A) { return A.ShiftValue; } in Log2() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 275 auto Log2 = Log(A); in CollectFeatures() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 587 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local 668 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
|
| H A D | MipsSEISelLowering.cpp | 549 unsigned Log2 = Log2IfPositive; in performANDCombine() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1034 IntrinsicInst *Log2 = nullptr; in visitFMul() local 1046 Value *Log2 = Builder.CreateUnaryIntrinsic(Intrinsic::log2, X, &I); in visitFMul() local 1730 if (Value *Log2 = tryGetLog2(Op1, /*AssumeNonZero=*/true)) in visitUDiv() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 696 unsigned Log2 = MostSignificantSetBitIndex(GetPageSizeCached() / Size); in allocateBuckets() local
|
| H A D | sanitizer_common.h | 482 inline uptr Log2(uptr x) { in Log2() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVLegalizerInfo.cpp | 858 uint64_t Log2 = Log2_64(Val); in legalizeVScale() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 3360 auto Log2 = B.buildIntrinsic(Intrinsic::amdgcn_log, {F32}) in legalizeFlog2() local 3379 auto Log2 = B.buildIntrinsic(Intrinsic::amdgcn_log, {Ty}) in legalizeFlog2() local 3563 auto Log2 = B.buildIntrinsic(Intrinsic::amdgcn_exp2, {F32}) in legalizeFExp2() local 5266 auto Log2 = B.buildIntrinsic(Intrinsic::amdgcn_sqrt, {F32}) in legalizeFSQRTF16() local
|
| H A D | AMDGPUISelLowering.cpp | 2732 SDValue Log2 = DAG.getNode(AMDGPUISD::LOG, SL, VT, ScaledInput, Flags); in LowerFLOG2() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2170 int Log2 = DemandedBits.exactLogBase2(); in SimplifyDemandedBits() local
|
| H A D | DAGCombiner.cpp | 17922 SDValue Log2 = BuildLogBase2(Pow2Op, DL, DAG.isKnownNeverZero(Pow2Op), in combineFMulOrFDivWithIntPow2() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 7415 uint64_t Log2 = Log2_64(Val); in LowerOperation() local
|