/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 494 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType 569 assert(isValidElementType(ElementType) && "Invalid type for array element!"); in get() 580 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType 595 assert(isValidElementType(ElementType) && "Element type of a VectorType must " in get() 608 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType 619 assert(isValidElementType(EltTy) && "Invalid type for pointer element!"); in get() 643 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType 649 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
|
D | Globals.cpp | 315 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable() 335 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 530 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/ |
D | Type.cpp | 383 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/ |
D | DerivedTypes.h | 271 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/ |
D | DerivedTypes.h | 275 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/ |
D | DerivedTypes.h | 270 static bool isValidElementType(Type *ElemTy); 350 static bool isValidElementType(Type *ElemTy); 421 static bool isValidElementType(Type *ElemTy); 460 static bool isValidElementType(Type *ElemTy);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 298 static bool isValidElementType(Type *ElemTy); 380 static bool isValidElementType(Type *ElemTy); 448 static bool isValidElementType(Type *ElemTy); 489 static bool isValidElementType(Type *ElemTy);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 688 if ((!VectorType::isValidElementType(I.getType()) && in canVectorizeInstrs() 700 if (!VectorType::isValidElementType(T)) { in canVectorizeInstrs()
|
D | LoadStoreVectorizer.cpp | 726 if (!VectorType::isValidElementType(Ty->getScalarType())) in collectInstructions() 773 if (!VectorType::isValidElementType(Ty->getScalarType())) in collectInstructions()
|
D | SLPVectorizer.cpp | 171 static bool isValidElementType(Type *Ty) { in isValidElementType() function 172 return VectorType::isValidElementType(Ty) && !Ty->isX86_FP80Ty() && in isValidElementType() 1688 if (Ty != SrcTy || !isValidElementType(Ty)) { in buildTree_rec() 1964 if (!isValidElementType(EltTy)) in canMapToVector() 4827 if (!isValidElementType(SI->getValueOperand()->getType())) in collectSeedInstructions() 4839 if (!isValidElementType(Idx->getType())) in collectSeedInstructions() 4884 if (!isValidElementType(Ty)) { in tryToVectorizeList() 5620 if (!isValidElementType(Ty)) in matchAssociativeReduction()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 509 if (!VectorType::isValidElementType(Ty->getScalarType())) in collectInstructions() 545 if (!VectorType::isValidElementType(Ty->getScalarType())) in collectInstructions()
|
D | SLPVectorizer.cpp | 108 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()
|
D | BBVectorize.cpp | 918 if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) || in isInstVectorizable() 919 !(VectorType::isValidElementType(T2) || T2->isVectorTy())) in isInstVectorizable()
|
D | LoopVectorize.cpp | 4681 if ((!VectorType::isValidElementType(I.getType()) && in canVectorizeInstrs() 4693 if (!VectorType::isValidElementType(T)) { in canVectorizeInstrs()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 1310 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/ |
D | LLParser.cpp | 867 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 363 !VectorType::isValidElementType(AllocaTy->getElementType())) { in tryPromoteAllocaToVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1027 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseGlobal() 2307 if (!PointerType::isValidElementType(Result)) in ParseType() 2319 if (!PointerType::isValidElementType(Result)) in ParseType() 2641 if (!StructType::isValidElementType(Ty)) in ParseStructBody() 2648 if (!StructType::isValidElementType(Ty)) in ParseStructBody() 2687 if (!VectorType::isValidElementType(EltTy)) in ParseArrayVectorType() 2691 if (!ArrayType::isValidElementType(EltTy)) in ParseArrayVectorType() 6452 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseAlloc()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1050 if (!VectorType::isValidElementType(TgtTy)) in visitShuffleVectorInst()
|
D | InstCombineCasts.cpp | 1782 if (!VectorType::isValidElementType(DestType)) in canonicalizeBitCastExtElt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1484 if (!VectorType::isValidElementType(TgtTy)) in visitShuffleVectorInst()
|
D | InstCombineCasts.cpp | 2008 if (!VectorType::isValidElementType(DestType)) in canonicalizeBitCastExtElt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1609 !PointerType::isValidElementType(ResultTy)) in parseTypeTableBody() 1727 if (!ResultTy || !ArrayType::isValidElementType(ResultTy)) in parseTypeTableBody() 1737 if (!ResultTy || !StructType::isValidElementType(ResultTy)) in parseTypeTableBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1685 !PointerType::isValidElementType(ResultTy)) in parseTypeTableBody() 1803 if (!ResultTy || !ArrayType::isValidElementType(ResultTy)) in parseTypeTableBody() 1813 if (!ResultTy || !StructType::isValidElementType(ResultTy)) in parseTypeTableBody()
|