Home
last modified time | relevance | path

Searched refs:ScalarSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp645 unsigned ScalarSize = MemSclVT.getSizeInBits(); in ExpandStore() local
648 if (!isPowerOf2_32(ScalarSize)) in ExpandStore()
649 ScalarSize = NextPowerOf2(ScalarSize); in ExpandStore()
652 unsigned Stride = ScalarSize/8; in ExpandStore()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4094 unsigned ScalarSize = ScalarType.getSizeInBits(); in Insert128BitVector() local
4095 assert((ScalarSize == 64 || ScalarSize == 32) && "Unknown float type"); in Insert128BitVector()
4096 unsigned MaskVal = (ScalarSize == 64) ? 0x03 : 0x0f; in Insert128BitVector()
4953 unsigned ScalarSize = Ld.getValueType().getSizeInBits(); in LowerVectorBroadcast() local
4978 if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64) || in LowerVectorBroadcast()
4979 (OptForSize && (ScalarSize == 64 || Subtarget->hasAVX2()))) { in LowerVectorBroadcast()
5003 (ScalarSize == 32 || (IsGE256 && ScalarSize == 64))) in LowerVectorBroadcast()
5010 if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64) || in LowerVectorBroadcast()
5011 (Subtarget->hasVLX() && ScalarSize == 64)) in LowerVectorBroadcast()
5017 if (ScalarSize == 8 || ScalarSize == 16 || ScalarSize == 64) in LowerVectorBroadcast()
[all …]