Home
last modified time | relevance | path

Searched refs:isValidElementType (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DDerivedTypes.h273 static bool isValidElementType(Type *ElemTy);
349 static bool isValidElementType(Type *ElemTy);
428 static bool isValidElementType(Type *ElemTy);
465 static bool isValidElementType(Type *ElemTy);
/external/llvm/lib/IR/
DType.cpp601 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
683 assert(isValidElementType(ElementType) && "Invalid type for array element!"); in get()
694 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
711 assert(isValidElementType(ElementType) && "Element type of a VectorType must " in get()
724 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
735 assert(isValidElementType(EltTy) && "Invalid type for pointer element!"); in get()
763 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp94 static bool isValidElementType(Type *Ty) { in isValidElementType() function
95 return VectorType::isValidElementType(Ty) && !Ty->isX86_FP80Ty() && in isValidElementType()
1163 if (Ty != SrcTy || !isValidElementType(Ty)) { in buildTree_rec()
3305 if (!isValidElementType(Ty)) in collectStores()
3347 if (!isValidElementType(Ty)) in tryToVectorizeList()
3566 if (!isValidElementType(Ty)) in matchAssociativeReduction()
DBBVectorize.cpp903 if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) || in isInstVectorizable()
904 !(VectorType::isValidElementType(T2) || T2->isVectorTy())) in isInstVectorizable()
DLoopVectorize.cpp3788 if ((!VectorType::isValidElementType(it->getType()) && in canVectorizeInstrs()
3799 if (!VectorType::isValidElementType(T)) { in canVectorizeInstrs()
/external/llvm/lib/AsmParser/
DLLParser.cpp753 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseGlobal()
1753 if (!PointerType::isValidElementType(Result)) in ParseType()
1765 if (!PointerType::isValidElementType(Result)) in ParseType()
2040 if (!StructType::isValidElementType(Ty)) in ParseStructBody()
2047 if (!StructType::isValidElementType(Ty)) in ParseStructBody()
2086 if (!VectorType::isValidElementType(EltTy)) in ParseArrayVectorType()
2090 if (!ArrayType::isValidElementType(EltTy)) in ParseArrayVectorType()
5252 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseAlloc()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1010 if (!VectorType::isValidElementType(TgtTy)) in visitShuffleVectorInst()