Searched refs:Log2_32 (Results 51 - 65 of 65) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1863 llvm::Log2_32(Context.getTypeAlignInChars(ivarTy).getQuantity());
H A DCGExpr.cpp2818 TypeInfo = (llvm::Log2_32(getContext().getTypeSize(T)) << 1) |
H A DCGObjCMac.cpp6972 Align = llvm::Log2_32(Align);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3135 if (!isInt<11>(AM.BaseOffs >> Log2_32(A)))
H A DHexagonInstrInfo.cpp2705 return isInt<4>(Offset >> Log2_32(VectorSize));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3653 // Add check on Log16(AddOps.size()) - same as Log2_32(AddOps.size()) >> 2)
3658 Depth + 1 + (Log2_32(AddOps.size()) >> 2));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp225 (NumParts & (NumParts - 1)) ? 1 << Log2_32(NumParts) : NumParts;
586 unsigned RoundParts = 1 << Log2_32(NumParts);
5430 countPopulation(Val) + Log2_32(Val) < 7) {
H A DLegalizeIntegerTypes.cpp2063 APInt HighBitMask = APInt::getHighBitsSet(ShBits, ShBits - Log2_32(NVTBits));
H A DDAGCombiner.cpp8036 N1C->getAPIntValue() == Log2_32(OpSizeInBits)) {
10827 if (Known.getBitWidth() - Known.countMinLeadingZeros() <= Log2_32(Size)) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6825 Align = llvm::Log2_32(Align);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5899 uint64_t EltSizeValue = Log2_32(ST.getMaxPrivateElementSize()) - 1;
H A DSIISelLowering.cpp4862 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32);
4905 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12027 DAG.getConstant(Log2_32(MulAmt - 1), DL,
12034 DAG.getConstant(Log2_32(MulAmt + 1), DL,
12047 DAG.getConstant(Log2_32(MulAmtAbs + 1), DL,
12055 DAG.getConstant(Log2_32(MulAmtAbs - 1), DL,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8832 if (ShiftAmount == Log2_32(LoadBytes))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 635 milliseconds

123