Searched refs:SrcScalarBits (Results 1 – 3 of 3) sorted by relevance
706 unsigned SrcScalarBits = SrcTy->getScalarSizeInBits(); in getVectorBitmaskConversionCost() local709 if (SrcScalarBits > DstScalarBits) in getVectorBitmaskConversionCost()712 else if (SrcScalarBits < DstScalarBits) { in getVectorBitmaskConversionCost()780 unsigned SrcScalarBits = Src->getScalarSizeInBits(); in getCastInstrCost() local788 if (SrcScalarBits >= 32 || in getCastInstrCost()791 return SrcScalarBits > 1 ? 2 /*i8/i16 extend*/ : 5 /*branch seq.*/; in getCastInstrCost()864 if (SrcScalarBits >= 8) { in getCastInstrCost()880 else if (SrcScalarBits == 1) in getCastInstrCost()891 if (SrcScalarBits == DstScalarBits) in getCastInstrCost()894 if (SrcScalarBits == 1) in getCastInstrCost()[all …]
370 void DecodeZeroExtendMask(unsigned SrcScalarBits, unsigned DstScalarBits, in DecodeZeroExtendMask() argument373 unsigned Scale = DstScalarBits / SrcScalarBits; in DecodeZeroExtendMask()374 assert(SrcScalarBits < DstScalarBits && in DecodeZeroExtendMask()
128 void DecodeZeroExtendMask(unsigned SrcScalarBits, unsigned DstScalarBits,