Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp249 unsigned SrcWidth = SrcOp->getType()->getScalarSizeInBits(); visitImpl() local
H A DInstCombineShifts.cpp1028 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 DInstCombineCasts.cpp539 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 DInstCombineMulDivRem.cpp280 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); visitMul() local
H A DInstCombineVectorOps.cpp290 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); in foldBitcastExtElt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp449 unsigned SrcWidth = getWidth(); convertToInt() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h37 unsigned SrcWidth = SrcSema.getWidth(); in Convert() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp851 unsigned SrcWidth = std::min(DstWidth, Log2(GVAlign)); ConstantFoldBinaryInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp310 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 DCGExprConstant.cpp1149 unsigned SrcWidth = CGM.getContext().getIntWidth(FromType); VisitCastExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp736 TypeSize SrcWidth = SrcVT.getSizeInBits(); LegalizeLoadOps() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15250 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 DExprConstant.cpp9373 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); getAlignmentArgument() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53542 unsigned SrcWidth = SrcVT.getSizeInBits(); combineToFPTruncExtElt() local
[all...]