Searched defs:SrcEltBits (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 4610 __anon973982070f02(APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) getTargetConstantBitsFromNode() argument 4706 SmallVector<APInt, 64> SrcEltBits(NumElts, APInt(EltSizeInBits, 0)); getTargetConstantBitsFromNode() local 4713 SmallVector<APInt, 64> SrcEltBits(1, Cst->getAPIntValue()); getTargetConstantBitsFromNode() local 4719 SmallVector<APInt, 64> SrcEltBits(1, RawBits); getTargetConstantBitsFromNode() local 4726 SmallVector<APInt> SrcEltBits; getTargetConstantBitsFromNode() local 4750 SmallVector<APInt, 64> SrcEltBits(NumSrcElts, APInt(SrcEltSizeInBits, 0)); getTargetConstantBitsFromNode() local 4772 SmallVector<APInt, 64> SrcEltBits(1, APInt(SrcEltSizeInBits, 0)); getTargetConstantBitsFromNode() local 4824 SmallVector<APInt, 64> SrcEltBits; getTargetConstantBitsFromNode() local 5533 SmallVector<APInt, 32> SrcEltBits[2]; getTargetShuffleAndZeroables() local 9928 unsigned SrcEltBits = EltSizeInBits * Scale; matchShuffleAsVTRUNC() local 10029 unsigned SrcEltBits = EltSizeInBits * Scale; lowerShuffleWithVPMOV() local 10081 unsigned SrcEltBits = EltSizeInBits * Scale; lowerShuffleAsVTRUNC() local 10320 unsigned SrcEltBits = std::min(MaxPackBits, CurrentEltBits); lowerShuffleWithPACK() local 38880 auto &SrcEltBits = RawBitsOps[SrcOpIdx]; combineX86ShufflesConstants() local 43659 unsigned SrcEltBits = SrcSVT.getSizeInBits(); combineExtractWithShuffle() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 8051 unsigned SrcEltBits = SrcVT.getScalarSizeInBits(); expandFP_TO_SINT() local 9318 unsigned SrcEltBits = SrcEltVT.getSizeInBits(); scalarizeVectorLoad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6692 unsigned SrcEltBits = SrcTy.getScalarSizeInBits(); lowerFPTOSI() local
|