Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp511 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() function in StructType
588 assert(isValidElementType(ElementType) && "Invalid type for array element!"); in get()
599 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() function in ArrayType
616 assert(isValidElementType(ElementType) && "Element type of a VectorType must " in get()
628 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() function in VectorType
639 assert(isValidElementType(EltTy) && "Invalid type for pointer element!"); in get()
663 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() function in PointerType
669 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
DGlobals.cpp345 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
365 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h335 static bool isValidElementType(Type *ElemTy);
419 static bool isValidElementType(Type *ElemTy);
538 static bool isValidElementType(Type *ElemTy);
601 static bool isValidElementType(Type *ElemTy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp719 if ((!VectorType::isValidElementType(I.getType()) && in canVectorizeInstrs()
731 if (!VectorType::isValidElementType(T)) { in canVectorizeInstrs()
DLoadStoreVectorizer.cpp759 if (!VectorType::isValidElementType(Ty->getScalarType())) in collectInstructions()
806 if (!VectorType::isValidElementType(Ty->getScalarType())) in collectInstructions()
DSLPVectorizer.cpp194 static bool isValidElementType(Type *Ty) { in isValidElementType() function
195 return VectorType::isValidElementType(Ty) && !Ty->isX86_FP80Ty() && in isValidElementType()
2746 if (Ty != SrcTy || !isValidElementType(Ty)) { in buildTree_rec()
3134 if (!isValidElementType(EltTy)) in canMapToVector()
5835 if (!isValidElementType(SI->getValueOperand()->getType())) in collectSeedInstructions()
5847 if (!isValidElementType(Idx->getType())) in collectSeedInstructions()
5892 if (!isValidElementType(Ty)) { in tryToVectorizeList()
6584 if (!isValidElementType(Ty)) in matchAssociativeReduction()
DLoopVectorize.cpp5690 assert(VectorType::isValidElementType(J->getType()) && in computePredInstDiscount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp379 !VectorType::isValidElementType(AllocaTy->getElementType())) { in tryPromoteAllocaToVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1059 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseGlobal()
2398 if (!PointerType::isValidElementType(Result)) in ParseType()
2410 if (!PointerType::isValidElementType(Result)) in ParseType()
2762 if (!StructType::isValidElementType(Ty)) in ParseStructBody()
2769 if (!StructType::isValidElementType(Ty)) in ParseStructBody()
2819 if (!VectorType::isValidElementType(EltTy)) in ParseArrayVectorType()
2823 if (!ArrayType::isValidElementType(EltTy)) in ParseArrayVectorType()
6901 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseAlloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1777 !PointerType::isValidElementType(ResultTy)) in parseTypeTableBody()
1895 if (!ResultTy || !ArrayType::isValidElementType(ResultTy)) in parseTypeTableBody()
1906 if (!ResultTy || !StructType::isValidElementType(ResultTy)) in parseTypeTableBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp2024 if (!VectorType::isValidElementType(TgtTy)) in visitShuffleVectorInst()
DInstCombineCasts.cpp2105 if (!VectorType::isValidElementType(DestType)) in canonicalizeBitCastExtElt()