/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 249 unsigned SrcWidth = SrcOp->getType()->getScalarSizeInBits(); visitImpl() local
|
H A D | InstCombineShifts.cpp | 1028 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); visitShl() local 1395 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); visitLShr() local 1448 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); visitLShr() local
|
H A D | InstCombineCasts.cpp | 539 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); narrowBinOp() local 676 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); visitTrunc() local 1688 unsigned SrcWidth = std::max(LHSWidth, RHSWidth); visitFPTrunc() local [all...] |
H A D | InstCombineMulDivRem.cpp | 280 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); visitMul() local
|
H A D | InstCombineVectorOps.cpp | 290 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); in foldBitcastExtElt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 449 unsigned SrcWidth = getWidth(); convertToInt() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 37 unsigned SrcWidth = SrcSema.getWidth(); in Convert() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 851 unsigned SrcWidth = std::min(DstWidth, Log2(GVAlign)); ConstantFoldBinaryInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 310 getShuffleDemandedElts(int SrcWidth,ArrayRef<int> Mask,const APInt & DemandedElts,APInt & DemandedLHS,APInt & DemandedRHS,bool AllowUndefElts) getShuffleDemandedElts() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1149 unsigned SrcWidth = CGM.getContext().getIntWidth(FromType); VisitCastExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 736 TypeSize SrcWidth = SrcVT.getSizeInBits(); LegalizeLoadOps() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 15250 auto SrcWidth = cast<IntegerType>(SrcTy->getElementType())->getBitWidth(); createTblShuffleForZExt() local 15443 auto SrcWidth = SrcTy->getElementType()->getScalarSizeInBits(); optimizeExtendOrTruncateConversion() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9373 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); getAlignmentArgument() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 53542 unsigned SrcWidth = SrcVT.getSizeInBits(); combineToFPTruncExtElt() local [all...] |