Home
last modified time | relevance | path

Searched refs:ScalarSizeInBits (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { in vector() argument
60 assert(ScalarSizeInBits > 0 && "invalid vector element size"); in vector()
62 ScalarSizeInBits, /*AddressSpace=*/0}; in vector()
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp95 unsigned ScalarSizeInBits = VT.getScalarSizeInBits(); in DecodeMOVDDUPMask() local
99 unsigned NumLaneSubElts = 64 / ScalarSizeInBits; in DecodeMOVDDUPMask()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp898 unsigned ScalarSizeInBits = VT.getScalarSizeInBits(); in ExpandBITREVERSE() local
899 if (ScalarSizeInBits > 8 && (ScalarSizeInBits % 8) == 0) { in ExpandBITREVERSE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp947 unsigned ScalarSizeInBits = VT.getScalarSizeInBits(); in ExpandBITREVERSE() local
948 if (ScalarSizeInBits > 8 && (ScalarSizeInBits % 8) == 0) { in ExpandBITREVERSE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9163 int ScalarSizeInBits = VectorSizeInBits / Mask.size(); in computeZeroableShuffleElements() local
9164 assert(!(VectorSizeInBits % ScalarSizeInBits) && "Illegal shuffle mask size"); in computeZeroableShuffleElements()
9191 Val.lshrInPlace((M % Scale) * ScalarSizeInBits); in computeZeroableShuffleElements()
9192 Val = Val.getLoBits(ScalarSizeInBits); in computeZeroableShuffleElements()
9197 Val.lshrInPlace((M % Scale) * ScalarSizeInBits); in computeZeroableShuffleElements()
9198 Val = Val.getLoBits(ScalarSizeInBits); in computeZeroableShuffleElements()
10163 unsigned ScalarSizeInBits, in matchVectorShuffleAsShift() argument
10168 unsigned SizeInBits = Size * ScalarSizeInBits; in matchVectorShuffleAsShift()
10188 int ShiftEltBits = ScalarSizeInBits * Scale; in matchVectorShuffleAsShift()
10192 int ShiftAmt = Shift * ScalarSizeInBits / (ByteShift ? 8 : 1); in matchVectorShuffleAsShift()
[all …]