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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5127 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
5128 if (EltSz == 64)
5135 BlockElts = BlockSize / EltSz;
5137 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)
5178 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
5179 if (EltSz == 64)
5213 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
5214 if (EltSz == 64)
5248 unsigned EltSz local
5278 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
5319 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
5352 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5104 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
5105 if (EltSz == 64)
5112 BlockElts = BlockSize / EltSz;
5114 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)

Completed in 157 milliseconds