Home
last modified time | relevance | path

Searched refs:NewVTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp242 FixedVectorType *NewVTy = cast<FixedVectorType>(ConvertType); in convertFromOptType() local
245 TypeSize NewSize = DL->getTypeSizeInBits(NewVTy); in convertFromOptType()
250 return Builder.CreateBitCast(V, NewVTy, V->getName() + ".bc"); in convertFromOptType()
259 return cast<Instruction>(Builder.CreateBitCast(Trunc, NewVTy)); in convertFromOptType()
265 Type::getIntNTy(Mod->getContext(), NewVTy->getScalarSizeInBits()), in convertFromOptType()
266 (OriginalSize / NewVTy->getScalarSizeInBits()), false); in convertFromOptType()
270 unsigned NarrowElementCount = NewVTy->getElementCount().getFixedValue(); in convertFromOptType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp924 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in identifyNode() local
927 ComplexDeinterleavingOperation::CMulPartial, NewVTy); in identifyNode()
929 ComplexDeinterleavingOperation::CAdd, NewVTy); in identifyNode()
1974 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in replaceNode() local
1975 auto *NewPHI = PHINode::Create(NewVTy, 0, "", BackEdge->getFirstNonPHIIt()); in replaceNode()
2013 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in processReductionOperation() local
2020 auto *NewInit = Builder.CreateIntrinsic(Intrinsic::vector_interleave2, NewVTy, in processReductionOperation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2235 VectorType *NewVTy = VectorType::get(Ty, VectorSize / TypeSize, false); in createAndCheckVectorTypesForPromotion() local
2236 CheckCandidateType(NewVTy); in createAndCheckVectorTypesForPromotion()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10463 auto *NewVTy = in GetAArch64SVEProcessedOperands() local
10465 Ops.push_back(Builder.CreateExtractVector(NewVTy, Arg, Idx)); in GetAArch64SVEProcessedOperands()