Searched defs:EltSz (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4338 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4339 if (EltSz == 64)
4346 BlockElts = BlockSize / EltSz;
4348 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4704 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4705 if (EltSz == 64)
4712 BlockElts = BlockSize / EltSz;
4714 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)
4734 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4735 if (EltSz == 64)
4752 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4753 if (EltSz == 64)
4767 unsigned EltSz local
4790 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4814 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4839 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
[all...]

Completed in 174 milliseconds