Home
last modified time | relevance | path

Searched refs:SrcScalarBits (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp641 unsigned SrcScalarBits = SrcTy->getScalarSizeInBits(); in getVectorBitmaskConversionCost() local
644 if (SrcScalarBits > DstScalarBits) in getVectorBitmaskConversionCost()
647 else if (SrcScalarBits < DstScalarBits) { in getVectorBitmaskConversionCost()
714 unsigned SrcScalarBits = Src->getScalarSizeInBits(); in getCastInstrCost() local
720 if (SrcScalarBits >= 32 || in getCastInstrCost()
723 return SrcScalarBits > 1 ? 2 /*i8/i16 extend*/ : 5 /*branch seq.*/; in getCastInstrCost()
759 if (SrcScalarBits >= 8) { in getCastInstrCost()
771 else if (SrcScalarBits == 1) in getCastInstrCost()
782 if (SrcScalarBits == DstScalarBits) in getCastInstrCost()
785 if (SrcScalarBits == 1) in getCastInstrCost()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp608 unsigned SrcScalarBits = SrcTy->getScalarSizeInBits(); in getVectorBitmaskConversionCost() local
611 if (SrcScalarBits > DstScalarBits) in getVectorBitmaskConversionCost()
614 else if (SrcScalarBits < DstScalarBits) { in getVectorBitmaskConversionCost()
673 unsigned SrcScalarBits = Src->getScalarSizeInBits(); in getCastInstrCost() local
689 if (SrcScalarBits >= 8) { in getCastInstrCost()
701 else if (SrcScalarBits == 1) in getCastInstrCost()
712 if (SrcScalarBits == DstScalarBits) in getCastInstrCost()
715 if (SrcScalarBits == 1) in getCastInstrCost()
730 if (SrcScalarBits == 128 && in getCastInstrCost()
738 if (VF == 2 && SrcScalarBits == 32 && DstScalarBits == 32) in getCastInstrCost()
[all …]
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86ShuffleDecode.cpp369 void DecodeZeroExtendMask(unsigned SrcScalarBits, unsigned DstScalarBits, in DecodeZeroExtendMask() argument
372 unsigned Scale = DstScalarBits / SrcScalarBits; in DecodeZeroExtendMask()
373 assert(SrcScalarBits < DstScalarBits && in DecodeZeroExtendMask()
DX86ShuffleDecode.h128 void DecodeZeroExtendMask(unsigned SrcScalarBits, unsigned DstScalarBits,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp385 void DecodeZeroExtendMask(unsigned SrcScalarBits, unsigned DstScalarBits, in DecodeZeroExtendMask() argument
388 unsigned Scale = DstScalarBits / SrcScalarBits; in DecodeZeroExtendMask()
389 assert(SrcScalarBits < DstScalarBits && in DecodeZeroExtendMask()
DX86ShuffleDecode.h138 void DecodeZeroExtendMask(unsigned SrcScalarBits, unsigned DstScalarBits,
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp410 unsigned SrcScalarBits = SrcScalarVT.getSizeInBits(); in DecodeZeroExtendMask() local
412 unsigned Scale = DstScalarBits / SrcScalarBits; in DecodeZeroExtendMask()
413 assert(SrcScalarBits < DstScalarBits && in DecodeZeroExtendMask()