Lines Matching refs:VTSize
3758 uint64_t VTSize = VT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3760 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3775 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3994 uint64_t VTSize = VT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3996 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
4011 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()
9081 uint64_t VTSize = VT.getFixedSizeInBits(); in getRegForInlineAsmConstraint() local
9082 if (VTSize == 16) in getRegForInlineAsmConstraint()
9084 if (VTSize == 32) in getRegForInlineAsmConstraint()
9086 if (VTSize == 64) in getRegForInlineAsmConstraint()
9088 if (VTSize == 128) in getRegForInlineAsmConstraint()
9496 uint64_t VTSize = VT.getFixedSizeInBits(); in ReconstructShuffle() local
9497 NumElts = VTSize / SmallestEltTy.getFixedSizeInBits(); in ReconstructShuffle()
9507 if (SrcVTSize == TypeSize::Fixed(VTSize)) in ReconstructShuffle()
9513 unsigned NumSrcElts = VTSize / EltVT.getFixedSizeInBits(); in ReconstructShuffle()
9516 if (SrcVTSize.getFixedValue() < VTSize) { in ReconstructShuffle()
9517 assert(2 * SrcVTSize == VTSize); in ReconstructShuffle()
9526 if (SrcVTSize.getFixedValue() != 2 * VTSize) { in ReconstructShuffle()