Home
last modified time | relevance | path

Searched defs:SrcWidth (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp254 unsigned SrcWidth = SrcOp->getType()->getScalarSizeInBits(); in visitImpl() local
H A DInstCombineShifts.cpp1047 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); in visitShl() local
1471 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); in visitLShr() local
1545 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); in visitLShr() local
H A DInstCombineCasts.cpp547 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); in narrowBinOp() local
684 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); in visitTrunc() local
1731 unsigned SrcWidth = std::max(LHSWidth, RHSWidth); in visitFPTrunc() local
H A DInstCombineMulDivRem.cpp286 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); in visitMul() local
H A DInstCombineVectorOps.cpp290 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); in foldBitcastExtElt() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp455 unsigned SrcWidth = getWidth(); in convertToInt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h37 unsigned SrcWidth = SrcSema.getWidth(); in Convert() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp784 unsigned SrcWidth = std::min(DstWidth, Log2(GVAlign)); in ConstantFoldBinaryInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp312 bool llvm::getShuffleDemandedElts(int SrcWidth, ArrayRef<int> Mask, in getShuffleDemandedElts()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp1001 unsigned SrcWidth = S.getCtx().getIntWidth(Call->getArg(0)->getType()); in interp__builtin_is_aligned_up_down() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1088 unsigned SrcWidth = CGM.getContext().getIntWidth(FromType); in ProduceIntToIntCast() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp715 TypeSize SrcWidth = SrcVT.getSizeInBits(); in LegalizeLoadOps() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16282 static bool createTblShuffleMask(unsigned SrcWidth, unsigned DstWidth, in createTblShuffleMask()
16311 auto SrcWidth = cast<IntegerType>(SrcTy->getElementType())->getBitWidth(); in createTblShuffleForZExt() local
16331 auto SrcWidth = cast<IntegerType>(SrcTy->getElementType())->getBitWidth(); in createTblShuffleForSExt() local
16498 auto SrcWidth = SrcTy->getElementType()->getScalarSizeInBits(); in optimizeExtendOrTruncateConversion() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9474 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); in getAlignmentArgument() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54885 unsigned SrcWidth = SrcVT.getSizeInBits(); in combineToFPTruncExtElt() local