Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp562 unsigned SrcScalarBits = SrcTy->getScalarSizeInBits(); in getVectorBitmaskConversionCost() local
565 if (SrcScalarBits > DstScalarBits) in getVectorBitmaskConversionCost()
568 else if (SrcScalarBits < DstScalarBits) { in getVectorBitmaskConversionCost()
608 unsigned SrcScalarBits = Src->getScalarSizeInBits(); in getCastInstrCost() local
624 if (SrcScalarBits >= 8) { in getCastInstrCost()
636 else if (SrcScalarBits == 1) { in getCastInstrCost()
657 if (SrcScalarBits == 64 && DstScalarBits == 64) in getCastInstrCost()
671 if (SrcScalarBits == 128 && in getCastInstrCost()
678 if (VF == 2 && SrcScalarBits == 32 && DstScalarBits == 32) in getCastInstrCost()
685 if (SrcScalarBits == 128) // fp128 -> double/float + inserts of elements. in getCastInstrCost()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp386 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()