Home
last modified time | relevance | path

Searched refs:vecTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp205 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addTypedData() local
207 legalizeVectorType(CGM, end - begin, vecTy, componentTys); in addTypedData()
238 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addLegalTypedData() local
239 auto split = splitLegalVectorType(CGM, end - begin, vecTy); in addLegalTypedData()
322 if (auto vecTy = dyn_cast_or_null<llvm::VectorType>(type)) { in addEntry() local
323 auto eltTy = vecTy->getElementType(); in addEntry()
324 CharUnits eltSize = (end - begin) / vecTy->getNumElements(); in addEntry()
326 for (unsigned i = 0, e = vecTy->getNumElements(); i != e; ++i) { in addEntry()
385 auto vecTy = cast<llvm::VectorType>(Entries[index].Type); in splitVectorEntry() local
386 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); in splitVectorEntry()
H A DCGExprScalar.cpp4047 llvm::VectorType *vecTy = cast<llvm::VectorType>(condType); in VisitAbstractConditionalOperator() local
4049 unsigned numElem = vecTy->getNumElements(); in VisitAbstractConditionalOperator()
4050 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator()
4052 llvm::Value *zeroVec = llvm::Constant::getNullValue(vecTy); in VisitAbstractConditionalOperator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp2356 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local
2357 if (vecTy->getVectorKind() == VectorType::AltiVecVector in CheckCXXCStyleCast()