Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1348 PoisonValue *PoisonVec = PoisonValue::get(VecTy); in foldInsSequenceIntoSplat() local
1351 FirstIE = InsertElementInst::Create(PoisonVec, SplatVal, Zero, "", in foldInsSequenceIntoSplat()
2307 PoisonValue *PoisonVec = PoisonValue::get(Shuf.getType()); in canonicalizeInsertSplat() local
2308 Value *NewIns = Builder.CreateInsertElement(PoisonVec, X, (uint64_t)0); in canonicalizeInsertSplat()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp3448 Value *PoisonVec = PoisonValue::get(VecTy); in execute() local
3489 PoisonVec, "wide.masked.vec"); in execute()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1376 auto *PoisonVec = llvm::PoisonValue::get(ScalableDstTy); in CreateCoercedLoad() local
1378 ScalableDstTy, PoisonVec, Load, uint64_t(0), "cast.scalable"); in CreateCoercedLoad()
H A DCGExprScalar.cpp2524 llvm::Value *PoisonVec = llvm::PoisonValue::get(ScalableDstTy); in VisitCastExpr() local
2526 ScalableDstTy, PoisonVec, Src, uint64_t(0), "cast.scalable"); in VisitCastExpr()