Searched defs:SrcEltBits (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6531 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode() 6609 SmallVector<APInt, 64> SrcEltBits(NumElts, APInt(EltSizeInBits, 0)); in getTargetConstantBitsFromNode() local 6616 SmallVector<APInt, 64> SrcEltBits(1, Cst->getAPIntValue()); in getTargetConstantBitsFromNode() local 6622 SmallVector<APInt, 64> SrcEltBits(1, RawBits); in getTargetConstantBitsFromNode() local 6632 SmallVector<APInt, 64> SrcEltBits(NumSrcElts, APInt(SrcEltSizeInBits, 0)); in getTargetConstantBitsFromNode() local 6649 SmallVector<APInt, 64> SrcEltBits(NumSrcElts, APInt(SrcEltSizeInBits, 0)); in getTargetConstantBitsFromNode() local 6674 SmallVector<APInt, 64> SrcEltBits(NumSrcElts, APInt(SrcEltSizeInBits, 0)); in getTargetConstantBitsFromNode() local 6696 SmallVector<APInt, 64> SrcEltBits(1, APInt(SrcEltSizeInBits, 0)); in getTargetConstantBitsFromNode() local 6742 SmallVector<APInt, 64> SrcEltBits; in getTargetConstantBitsFromNode() local 7397 SmallVector<APInt, 32> SrcEltBits[2]; in getTargetShuffleAndZeroables() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6677 unsigned SrcEltBits = SrcVT.getScalarSizeInBits(); in expandFP_TO_SINT() local 7322 unsigned SrcEltBits = SrcEltVT.getSizeInBits(); in scalarizeVectorLoad() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 5784 unsigned SrcEltBits = SrcTy.getScalarSizeInBits(); in lowerFPTOSI() local
|