HomeSort by relevance Sort by last modified time
    Searched refs:NumElts (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 106 unsigned NumElts = ReadVBR(6);
107 for (unsigned i = 0; i != NumElts; ++i)
127 unsigned NumElts = ReadVBR(6);
140 for (; NumElts; --NumElts)
145 for (; NumElts; --NumElts)
149 for (; NumElts; --NumElts)
158 unsigned NumElts = ReadVBR(6)
    [all...]
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 50 unsigned NumElts = VT.getVectorNumElements();
51 assert((Idx + Len) <= NumElts && "Insertion out of range");
53 for (unsigned i = 0; i != NumElts; ++i)
56 ShuffleMask[Idx + i] = NumElts + i;
78 unsigned NumElts = VT.getVectorNumElements();
79 for (int i = 0, e = NumElts / 2; i < e; ++i) {
86 unsigned NumElts = VT.getVectorNumElements();
87 for (int i = 0, e = NumElts / 2; i < e; ++i) {
96 unsigned NumElts = VT.getVectorNumElements();
98 unsigned NumLaneElts = NumElts / NumLanes
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 428 unsigned NumElts = ResultTy->getVectorNumElements() * 8;
431 Type *VecTy = VectorType::get(Builder.getInt8Ty(), NumElts);
442 for (unsigned l = 0; l != NumElts; l += 16)
444 unsigned Idx = NumElts + i - Shift;
445 if (Idx < NumElts)
446 Idx -= NumElts - 16; // end of lane, switch operand.
450 Res = Builder.CreateShuffleVector(Res, Op, makeArrayRef(Idxs, NumElts));
462 unsigned NumElts = ResultTy->getVectorNumElements() * 8;
465 Type *VecTy = VectorType::get(Builder.getInt8Ty(), NumElts);
476 for (unsigned l = 0; l != NumElts; l += 16
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 168 unsigned NumElts = VT.getVectorNumElements();
174 unsigned NumLaneElts = NumElts / NumLanes;
193 void DecodeVPERMILPSMask(unsigned NumElts, unsigned Imm,
195 unsigned NumLanes = (NumElts*32)/128;
196 unsigned LaneSize = NumElts/NumLanes;
210 void DecodeVPERMILPDMask(unsigned NumElts, unsigned Imm,
212 unsigned NumLanes = (NumElts*64)/128;
213 unsigned LaneSize = NumElts/NumLanes;
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 254 unsigned NumElts = cast<VectorType>(V->getType())->getNumElements();
257 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
262 for (unsigned i = 0; i != NumElts; ++i)
268 for (unsigned i = 0; i != NumElts; ++i)
270 i+NumElts));
305 Mask[InsertedIdx % NumElts] =
310 Mask[InsertedIdx % NumElts] =
312 ExtractedIdx+NumElts);
333 unsigned NumElts = cast<VectorType>(V->getType())->getNumElements();
336 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 486 unsigned NumElts = ReadVBR(6);
487 for (unsigned i = 0; i != NumElts; ++i)
500 unsigned NumElts = ReadVBR(6);
507 for (; NumElts; --NumElts)
511 unsigned NumElts = ReadVBR(6);
515 const unsigned char *NewEnd = NextChar+((NumElts+3)&~3);
520 Vals.append(NumElts, 0);
529 *BlobLen = NumElts;
531 for (; NumElts; ++NextChar, --NumElts
    [all...]
  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 121 /// <Index, Index+Factor, ..., Index+(NumElts-1)*Factor>
166 unsigned NumElts = Mask.size();
167 if (NumElts < 4)
172 if (NumElts % Factor)
175 unsigned NumSubElts = NumElts / Factor;
182 for (; i < NumElts; i++)
189 if (i == NumElts)
  /external/llvm/lib/Target/X86/
X86ShuffleDecodeConstantPool.cpp 45 int NumElts = MaskTy->getVectorNumElements();
58 int NumBytes = NumElts * Scale;
61 for (int i = 0; i != NumElts; ++i) {
251 int NumElts = MaskTy->getVectorNumElements();
253 int NumBytes = NumElts * Scale;
256 for (int i = 0; i != NumElts; ++i) {
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 83 unsigned NumElts = CDS->getNumElements();
84 assert(NumElts != 0 && "Can't have an empty CDS");
86 if (CDS->getElementAsInteger(NumElts-1) != 0)
90 for (unsigned i = 0; i != NumElts-1; ++i)
  /external/clang/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
268 return ((const Vec*)(const void *)Data.buffer)->NumElts;
292 return ((const Arr*)(const void *)Data.buffer)->NumElts;
358 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitstreamReader.cpp 117 unsigned NumElts = ReadVBR(6);
118 for (unsigned i = 0; i != NumElts; ++i)
136 unsigned NumElts = ReadVBR(6);
142 for (; NumElts; --NumElts)
206 unsigned NumElts = ReadVBR(6);
207 for (unsigned i = 0; i != NumElts; ++i)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(nullptr), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
270 return ((const Vec*)(const void *)Data.buffer)->NumElts;
294 return ((const Arr*)(const void *)Data.buffer)->NumElts;
360 ((Vec*)(char*)Data.buffer)->NumElts = N;

Completed in 1789 milliseconds

1 2 3 4 5 6 7 8 91011