Searched defs:NumElts (Results 26 - 39 of 39) sorted by relevance

12

/external/llvm/lib/IR/
H A DInstructions.cpp1628 unsigned NumElts = Mask->getType()->getVectorNumElements(); local
1631 for (unsigned i = 0; i != NumElts; ++i)
1635 for (unsigned i = 0; i != NumElts; ++i) {
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2910 unsigned NumElts = VecVT.getVectorNumElements(); local
2912 assert(NumElts == 2 && "unexpected type for BUILD_VECTOR");
2916 if (NumElts == 2)
2918 assert(NumElts == 4 && "unexpected type for BUILD_VECTOR");
H A DARMISelLowering.cpp4091 unsigned NumElts = VT.getVectorNumElements(); local
4103 for (unsigned i = 1; i < NumElts; ++i) {
4107 if (ExpectedElt == NumElts)
4121 unsigned NumElts = VT.getVectorNumElements(); local
4134 for (unsigned i = 1; i < NumElts; ++i) {
4138 if (ExpectedElt == NumElts * 2) {
4150 Imm -= NumElts;
4166 unsigned NumElts = VT.getVectorNumElements(); local
4175 for (unsigned i = 0; i < NumElts; ++i) {
4196 unsigned NumElts local
4214 unsigned NumElts = VT.getVectorNumElements(); local
4229 unsigned NumElts = VT.getVectorNumElements(); local
4276 unsigned NumElts = VT.getVectorNumElements(); local
4301 unsigned NumElts = VT.getVectorNumElements(); local
4320 unsigned NumElts = VT.getVectorNumElements(); local
4406 unsigned NumElts = VT.getVectorNumElements(); local
4550 unsigned NumElts = VT.getVectorNumElements(); local
4946 unsigned NumElts = VT.getVectorNumElements(); local
5203 unsigned NumElts = VT.getVectorNumElements(); local
8482 unsigned NumElts = N->getValueType(0).getVectorNumElements(); local
8513 unsigned NumElts = VT.getVectorNumElements(); local
8588 unsigned NumElts = VT.getVectorNumElements(); local
10328 uint64_t NumElts = getDataLayout()->getTypeAllocSize(I.getType()) / 8; local
10348 unsigned NumElts = 0; local
[all...]
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2426 uint64_t NumElts; local
2428 NumElts = ATy->getNumElements();
2430 NumElts = InitTy->getVectorNumElements();
2433 for (uint64_t i = 0, e = NumElts; i != e; ++i)
2436 assert(CI->getZExtValue() < NumElts);
/external/clang/include/clang/AST/
H A DDeclObjC.h41 unsigned NumElts; member in class:clang::ObjCListBase
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");
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp788 unsigned NumElts,
791 for (unsigned i = 0; i != NumElts; ++i) {
1897 unsigned NumElts) {
1899 for (unsigned i = 0; i != NumElts; ++i) {
786 ActOnForwardProtocolDeclaration(SourceLocation AtProtocolLoc, const IdentifierLocPair *IdentList, unsigned NumElts, AttributeList *attrList) argument
1894 ActOnForwardClassDeclaration(SourceLocation AtClassLoc, IdentifierInfo **IdentList, SourceLocation *IdentLocs, unsigned NumElts) argument
H A DSemaStmt.cpp283 unsigned NumElts = elts.size(); local
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),
/external/clang/include/clang/Sema/
H A DDeclSpec.h1060 /// True if this dimension was [*]. In this case, NumElts is null.
1065 /// expression class on all clients, NumElts is untyped.
1066 Expr *NumElts; member in struct:clang::DeclaratorChunk::ArrayTypeInfo
1366 bool isStatic, bool isStar, Expr *NumElts,
1376 I.Arr.NumElts = NumElts;
1838 !chunk->Arr.NumElts);
1365 getArray(unsigned TypeQuals, bool isStatic, bool isStar, Expr *NumElts, SourceLocation LBLoc, SourceLocation RBLoc) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3420 unsigned NumElts = VT.getVectorNumElements(); local
3424 EltVT, NumElts)));
H A DSelectionDAGBuilder.cpp1119 unsigned NumElts = ValueVTs.size(); local
1120 if (NumElts == 0)
1122 SmallVector<SDValue, 4> Constants(NumElts);
1123 for (unsigned i = 0; i != NumElts; ++i) {
1133 return DAG.getMergeValues(&Constants[0], NumElts,
H A DDAGCombiner.cpp2402 unsigned NumElts = VT.getVectorNumElements(); local
2407 for (unsigned i = 0; i != NumElts; ++i) {
9028 unsigned NumElts = VT.getVectorNumElements(); local
9044 for (unsigned i = 0; i != NumElts; ++i) {
9046 if (Idx >= (int)NumElts) Idx -= NumElts;
9056 for (unsigned i = 0; i != NumElts; ++i) {
9059 if (Idx < (int)NumElts)
9060 Idx += NumElts;
9062 Idx -= NumElts;
9230 unsigned NumElts = RHS.getNumOperands(); local
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp2362 Expr *NumElts,
2373 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM,
2379 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets);
2494 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, argument
2500 VectorType::Profile(ID, vecType, NumElts, Type::Vector, VecKind);
2510 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind);
2517 VectorType(vecType, NumElts, Canonical, VecKind);
2526 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const {
2531 VectorType::Profile(ID, vecType, NumElts, Type::ExtVector,
2541 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts);
2361 getVariableArrayType(QualType EltTy, Expr *NumElts, ArrayType::ArraySizeModifier ASM, unsigned IndexTypeQuals, SourceRange Brackets) const argument
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp4616 Expr *NumElts = ReadExpr(*Loc.F); local
4619 return Context.getDependentSizedArrayType(ElementType, NumElts, ASM,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3407 unsigned NumElts = VT.getVectorNumElements(); local
3409 unsigned NumLaneElts = NumElts/NumLanes;
3415 for (unsigned l = 0; l != NumElts; l+=NumLaneElts) {
3430 !isUndefOrInRange(Start, l+NumElts, l+NumElts+NumLaneElts))
3438 if (Start >= (int)NumElts)
3439 Start -= NumElts - NumLaneElts;
3453 !isUndefOrInRange(Idx, l+NumElts, l+NumElts+NumLaneElts))
3460 if (Idx >= (int)NumElts)
3673 unsigned NumElts = VT.getVectorNumElements(); local
3712 unsigned NumElts = VT.getVectorNumElements(); local
3749 unsigned NumElts = VT.getVectorNumElements(); local
3792 unsigned NumElts = VT.getVectorNumElements(); local
3829 unsigned NumElts = VT.getVectorNumElements(); local
3911 unsigned NumElts = VT.getVectorNumElements(); local
4012 unsigned NumElts = VT.getVectorNumElements(); local
4089 unsigned NumElts = VT.getVectorNumElements(); local
4117 unsigned NumElts = VT.getVectorNumElements(); local
4141 unsigned NumElts = VT.getVectorNumElements(); local
4163 unsigned NumElts = VT.getVectorNumElements(); local
4221 unsigned NumElts = VT.getVectorNumElements(); local
8621 unsigned NumElts = VT == MVT::f64 ? 2 : 4; local
8655 unsigned NumElts = VT == MVT::f64 ? 2 : 4; local
11454 unsigned NumElts = VT.getVectorNumElements(); local
12708 unsigned NumElts = VT.getVectorNumElements(); local
15946 unsigned NumElts = VT.getVectorNumElements(); local
15970 unsigned NumElts = InVec.getValueType().getVectorNumElements(); local
16987 unsigned NumElts = VT.getVectorNumElements(); local
[all...]

Completed in 474 milliseconds

12