Searched defs:SrcEltBits (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1657 int SrcEltBits, int DstEltBits, bool IsSext) { in printExtend() 1686 int SrcEltBits, int DstEltBits) { in printSignExtend() 1690 int SrcEltBits, int DstEltBits) { in printZeroExtend()
|
H A D | X86ISelLowering.cpp | 4747 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode() 4843 SmallVector<APInt, 64> SrcEltBits(NumElts, APInt(EltSizeInBits, 0)); in getTargetConstantBitsFromNode() local 4850 SmallVector<APInt, 64> SrcEltBits(1, Cst->getAPIntValue()); in getTargetConstantBitsFromNode() local 4856 SmallVector<APInt, 64> SrcEltBits(1, RawBits); in getTargetConstantBitsFromNode() local 4863 SmallVector<APInt> SrcEltBits; in getTargetConstantBitsFromNode() local 4887 SmallVector<APInt, 64> SrcEltBits(NumSrcElts, APInt(SrcEltSizeInBits, 0)); in getTargetConstantBitsFromNode() local 4909 SmallVector<APInt, 64> SrcEltBits(1, APInt(SrcEltSizeInBits, 0)); in getTargetConstantBitsFromNode() local 4961 SmallVector<APInt, 64> SrcEltBits; in getTargetConstantBitsFromNode() local 5656 SmallVector<APInt, 32> SrcEltBits[2]; in getTargetShuffleAndZeroables() local 10070 unsigned SrcEltBits = EltSizeInBits * Scale; in matchShuffleAsVTRUNC() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 8191 unsigned SrcEltBits = SrcVT.getScalarSizeInBits(); in expandFP_TO_SINT() local 9649 unsigned SrcEltBits = SrcEltVT.getSizeInBits(); in scalarizeVectorLoad() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7058 unsigned SrcEltBits = SrcTy.getScalarSizeInBits(); in lowerFPTOSI() local
|