Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DType.cpp530 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
609 assert(isValidElementType(ElementType) && "Invalid type for array element!"); in get()
620 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
637 assert(isValidElementType(ElementType) && "Element type of a VectorType must " in get()
650 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
661 assert(isValidElementType(EltTy) && "Invalid type for pointer element!"); in get()
689 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
695 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp383 assert(isValidElementType(ETypes[i]) && in get()
543 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
626 assert(isValidElementType(ElementType) && "Invalid type for array element!"); in get()
637 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
654 assert(isValidElementType(ElementType) && in get()
666 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
676 assert(isValidElementType(EltTy) && "Invalid type for pointer element!"); in get()
699 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h271 static bool isValidElementType(Type *ElemTy);
346 static bool isValidElementType(Type *ElemTy);
405 static bool isValidElementType(Type *ElemTy);
442 static bool isValidElementType(Type *ElemTy);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h275 static bool isValidElementType(Type *ElemTy);
356 static bool isValidElementType(Type *ElemTy);
424 static bool isValidElementType(Type *ElemTy);
465 static bool isValidElementType(Type *ElemTy);
/external/llvm/include/llvm/IR/
DDerivedTypes.h270 static bool isValidElementType(Type *ElemTy);
350 static bool isValidElementType(Type *ElemTy);
421 static bool isValidElementType(Type *ElemTy);
460 static bool isValidElementType(Type *ElemTy);
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp509 if (!VectorType::isValidElementType(Ty->getScalarType())) in collectInstructions()
545 if (!VectorType::isValidElementType(Ty->getScalarType())) in collectInstructions()
DSLPVectorizer.cpp108 static bool isValidElementType(Type *Ty) { in isValidElementType() function
109 return VectorType::isValidElementType(Ty) && !Ty->isX86_FP80Ty() && in isValidElementType()
1197 if (Ty != SrcTy || !isValidElementType(Ty)) { in buildTree_rec()
1471 if (!isValidElementType(EltTy)) in canMapToVector()
3715 if (!isValidElementType(SI->getValueOperand()->getType())) in collectSeedInstructions()
3727 if (!isValidElementType(Idx->getType())) in collectSeedInstructions()
3765 if (!isValidElementType(Ty)) in tryToVectorizeList()
3992 if (!isValidElementType(Ty)) in matchAssociativeReduction()
DBBVectorize.cpp918 if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) || in isInstVectorizable()
919 !(VectorType::isValidElementType(T2) || T2->isVectorTy())) in isInstVectorizable()
DLoopVectorize.cpp4681 if ((!VectorType::isValidElementType(I.getType()) && in canVectorizeInstrs()
4693 if (!VectorType::isValidElementType(T)) { in canVectorizeInstrs()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp1310 if (!PointerType::isValidElementType(Result)) in ParseType()
1322 if (!PointerType::isValidElementType(Result)) in ParseType()
1568 if (!StructType::isValidElementType(Ty)) in ParseStructBody()
1575 if (!StructType::isValidElementType(Ty)) in ParseStructBody()
1614 if (!VectorType::isValidElementType(EltTy)) in ParseArrayVectorType()
1618 if (!ArrayType::isValidElementType(EltTy)) in ParseArrayVectorType()
/external/llvm/lib/AsmParser/
DLLParser.cpp867 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseGlobal()
2041 if (!PointerType::isValidElementType(Result)) in ParseType()
2053 if (!PointerType::isValidElementType(Result)) in ParseType()
2380 if (!StructType::isValidElementType(Ty)) in ParseStructBody()
2387 if (!StructType::isValidElementType(Ty)) in ParseStructBody()
2426 if (!VectorType::isValidElementType(EltTy)) in ParseArrayVectorType()
2430 if (!ArrayType::isValidElementType(EltTy)) in ParseArrayVectorType()
5970 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseAlloc()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1050 if (!VectorType::isValidElementType(TgtTy)) in visitShuffleVectorInst()
DInstCombineCasts.cpp1782 if (!VectorType::isValidElementType(DestType)) in canonicalizeBitCastExtElt()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1685 !PointerType::isValidElementType(ResultTy)) in parseTypeTableBody()
1803 if (!ResultTy || !ArrayType::isValidElementType(ResultTy)) in parseTypeTableBody()
1813 if (!ResultTy || !StructType::isValidElementType(ResultTy)) in parseTypeTableBody()