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

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4590 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4591 if (EltSz == 64)
4598 BlockElts = BlockSize / EltSz;
4600 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)
4620 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4621 if (EltSz == 64)
4638 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4639 if (EltSz == 64)
4653 unsigned EltSz local
4676 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4700 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4725 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4105 unsigned EltSz = VT.getVectorElementType().getSizeInBits(); local
4106 if (EltSz == 64)
4113 BlockElts = BlockSize / EltSz;
4115 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)

Completed in 188 milliseconds