Searched refs:NewVTy (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 242 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 D | ComplexDeinterleavingPass.cpp | 924 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 D | SROA.cpp | 2235 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 D | CGBuiltin.cpp | 10463 auto *NewVTy = in GetAArch64SVEProcessedOperands() local 10465 Ops.push_back(Builder.CreateExtractVector(NewVTy, Arg, Idx)); in GetAArch64SVEProcessedOperands()
|