Searched refs:HalfSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp200 unsigned HalfSize = VT.getVectorNumElements()/2; local
203 unsigned HalfBegin = ((Imm >> (l*4)) & 0x3) * HalfSize;
204 for (unsigned i = HalfBegin, e = HalfBegin+HalfSize; i != e; ++i)
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6500 unsigned HalfSize = sz / 2; local
6501 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize);
6502 APInt LowValue = SplatValue.trunc(HalfSize);
6503 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize);
6504 APInt LowUndef = SplatUndef.trunc(HalfSize);
6508 MinSplatBits > HalfSize)
6514 sz = HalfSize;
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4110 unsigned HalfSize = VT.getVectorNumElements()/2; local
4115 if (isSequentialOrUndefInRange(Mask, 0, HalfSize, Half*HalfSize)) {
4123 if (isSequentialOrUndefInRange(Mask, HalfSize, HalfSize, Half*HalfSize)) {
4137 unsigned HalfSize = VT.getVectorNumElements()/2; local
4140 for (unsigned i = 0; i < HalfSize; ++i) {
4142 FstHalf = SVOp->getMaskElt(i)/HalfSize;
4146 for (unsigned i = HalfSize;
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5531 unsigned HalfSize = EltSize / 2; local
5533 if (!isIntN(HalfSize, C->getSExtValue()))
5536 if (!isUIntN(HalfSize, C->getZExtValue()))

Completed in 131 milliseconds