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

1 2 3

  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 66 unsigned NumElts = VT.getVectorNumElements();
70 unsigned NumLaneElts = NumElts / NumLanes;
72 for (unsigned l = 0; l != NumElts; l += NumLaneElts) {
76 if (Base >= NumLaneElts) Base += NumElts - NumLaneElts;
86 unsigned NumElts = VT.getVectorNumElements();
89 unsigned NumLaneElts = NumElts / NumLanes;
92 for (unsigned l = 0; l != NumElts; l += NumLaneElts) {
103 unsigned NumElts = VT.getVectorNumElements();
105 for (unsigned l = 0; l != NumElts; l += 8) {
119 unsigned NumElts = VT.getVectorNumElements()
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 141 unsigned NumElts = ReadVBR(6);
142 for (unsigned i = 0; i != NumElts; ++i)
162 unsigned NumElts = ReadVBR(6);
169 for (; NumElts; --NumElts)
176 unsigned NumElts = ReadVBR(6);
180 size_t NewEnd = GetCurrentBitNo()+((NumElts+3)&~3)*8;
199 unsigned NumElts = ReadVBR(6);
200 for (unsigned i = 0; i != NumElts; ++i)
222 unsigned NumElts = ReadVBR(6)
    [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 80 unsigned NumElts = CDS->getNumElements();
81 assert(NumElts != 0 && "Can't have an empty CDS");
83 if (CDS->getElementAsInteger(NumElts-1) != 0)
87 for (unsigned i = 0; i != NumElts-1; ++i)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 222 unsigned NumElts = cast<VectorType>(V->getType())->getNumElements();
225 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
230 for (unsigned i = 0; i != NumElts; ++i)
236 for (unsigned i = 0; i != NumElts; ++i)
238 i+NumElts));
273 Mask[InsertedIdx % NumElts] =
278 Mask[InsertedIdx % NumElts] =
280 ExtractedIdx+NumElts);
301 unsigned NumElts = cast<VectorType>(V->getType())->getNumElements();
304 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())))
    [all...]
  /external/clang/include/clang/AST/
APValue.h 82 unsigned NumElts;
83 Vec() : Elts(0), NumElts(0) {}
88 unsigned NumElts, ArrSize;
89 Arr(unsigned NumElts, unsigned ArrSize);
262 return ((const Vec*)(const void *)Data)->NumElts;
286 return ((const Arr*)(const void *)Data)->NumElts;
352 ((Vec*)(char*)Data)->NumElts = N;
DeclObjC.h 41 unsigned NumElts;
44 ObjCListBase() : List(0), NumElts(0) {}
45 unsigned size() const { return NumElts; }
46 bool empty() const { return NumElts == 0; }
66 iterator end() const { return (iterator)List+NumElts; }
69 assert(Idx < NumElts && "Invalid access");
    [all...]
ASTContext.h     [all...]
  /external/llvm/include/llvm/ADT/
SmallString.h 48 void assign(size_t NumElts, char Elt) {
49 this->SmallVectorImpl<char>::assign(NumElts, Elt);
SmallVector.h 468 void assign(unsigned NumElts, const T &Elt) {
470 if (this->capacity() < NumElts)
471 this->grow(NumElts);
472 this->setEnd(this->begin()+NumElts);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
LegalizeTypesGeneric.cpp 344 unsigned NumElts = VecVT.getVectorNumElements();
355 NewElts.reserve(NumElts*2);
357 for (unsigned i = 0; i < NumElts; ++i) {
384 unsigned NumElts = VecVT.getVectorNumElements();
396 EVT NewVecVT = EVT::getVectorVT(*DAG.getContext(), NewEVT, NumElts*2);
421 unsigned NumElts = VT.getVectorNumElements();
422 SmallVector<SDValue, 16> Ops(NumElts);
425 for (unsigned i = 1; i < NumElts; ++i)
427 return DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &Ops[0], NumElts);
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 781 unsigned NumElts = VT.getVectorNumElements();
788 if (!isPowerOf2_32(NumElts)) {
789 NumVectorRegs = NumElts;
790 NumElts = 1;
795 while (NumElts > 1 && !TLI->isTypeLegal(MVT::getVectorVT(EltTy, NumElts))) {
796 NumElts >>= 1;
802 MVT NewVT = MVT::getVectorVT(EltTy, NumElts);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/clang/lib/AST/
APValue.cpp 108 APValue::Arr::Arr(unsigned NumElts, unsigned Size) :
109 Elts(new APValue[NumElts + (NumElts != Size ? 1 : 0)]),
110 NumElts(NumElts), ArrSize(Size) {}
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 52 unsigned NumElts = DstTy->getNumElements();
53 if (NumElts != CV->getType()->getVectorNumElements())
60 for (unsigned i = 0; i != NumElts; ++i) {
    [all...]
DataLayout.cpp 457 int NumElts = Ty->getNumElements();
459 (StructLayout *)malloc(sizeof(StructLayout)+(NumElts-1) * sizeof(uint64_t));
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 508 uint64_t NumElts = AT->getSize().getZExtValue();
509 for (uint64_t Elt = 0; Elt < NumElts; ++Elt)
557 unsigned NumElts = AT->getSize().getZExtValue();
559 for (unsigned Elt = 0; Elt < NumElts; ++Elt) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 283 unsigned NumElts = elts.size();
291 for (; i != NumElts && isa<DeclStmt>(Elts[i]); ++i)
295 for (; i != NumElts && !isa<DeclStmt>(Elts[i]); ++i)
298 if (i != NumElts) {
304 for (unsigned i = 0; i != NumElts; ++i) {
306 if (isStmtExpr && i == NumElts - 1)
315 if (NumElts != 0 && !CurrentInstantiationScope &&
317 for (unsigned i = 0; i != NumElts - 1; ++i)
322 llvm::makeArrayRef(Elts, NumElts),
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 344 uint64_t NumElts;
346 NumElts = AT->getNumElements();
348 NumElts = cast<VectorType>(C->getType())->getNumElements();
350 for (; Index != NumElts; ++Index) {
    [all...]

Completed in 1214 milliseconds

1 2 3