Searched refs:vecTy (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 219 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addTypedData() local 221 legalizeVectorType(CGM, end - begin, vecTy, componentTys); in addTypedData() 252 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addLegalTypedData() local 253 auto split = splitLegalVectorType(CGM, end - begin, vecTy); in addLegalTypedData() 336 if (auto vecTy = dyn_cast_or_null<llvm::VectorType>(type)) { in addEntry() local 337 auto eltTy = vecTy->getElementType(); in addEntry() 339 (end - begin) / cast<llvm::FixedVectorType>(vecTy)->getNumElements(); in addEntry() 342 e = cast<llvm::FixedVectorType>(vecTy)->getNumElements(); in addEntry() 402 auto vecTy = cast<llvm::VectorType>(Entries[index].Type); in splitVectorEntry() local 403 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); in splitVectorEntry()
|
| H A D | CGExprScalar.cpp | 4785 auto *vecTy = cast<llvm::FixedVectorType>(condType); in VisitAbstractConditionalOperator() local 4787 unsigned numElem = vecTy->getNumElements(); in VisitAbstractConditionalOperator() 4788 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator() 4790 llvm::Value *zeroVec = llvm::Constant::getNullValue(vecTy); in VisitAbstractConditionalOperator()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstructions.td | 2937 defvar vecTy = !if(!eq(Ty, i16), v2i16, v2f16); 2942 (vecTy (DivergentBinFrag<build_vector> (Ty VGPR_32:$a), (Ty VGPR_32:$b))), 2950 (vecTy (DivergentBinFrag<build_vector> (Ty (immzeroTy)), 2961 (vecTy (DivergentBinFrag<build_vector> (Ty VGPR_32:$a), 2972 (vecTy (DivergentBinFrag<build_vector> 2982 (vecTy (DivergentBinFrag<build_vector>
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 2724 if (const VectorType *vecTy = DestType->getAs<VectorType>()) { in CheckCXXCStyleCast() local 2730 if (Self.ShouldSplatAltivecScalarInCast(vecTy) && in CheckCXXCStyleCast()
|