Home
last modified time | relevance | path

Searched refs:NewVecOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2497 Value *NewVecOp = State.get(getVecOp()); in execute() local
2500 VectorType *VecTy = dyn_cast<VectorType>(NewVecOp->getType()); in execute()
2501 Type *ElementTy = VecTy ? VecTy->getElementType() : NewVecOp->getType(); in execute()
2507 Value *Select = State.Builder.CreateSelect(NewCond, NewVecOp, Start); in execute()
2508 NewVecOp = Select; in execute()
2515 createOrderedReduction(State.Builder, Kind, NewVecOp, PrevInChain); in execute()
2519 PrevInChain, NewVecOp); in execute()
2524 NewRed = createSimpleReduction(State.Builder, NewVecOp, Kind); in execute()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23567 SDValue NewVecOp = DAG.getBitcast(NewVecVT, VecOp); in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() local
23573 SDValue V = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, NewScalarVT, NewVecOp, in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts()