Searched refs:NewVecC (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VectorCombine.cpp | 607 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp() local 609 Value *Insert = Builder.CreateInsertElement(NewVecC, Scalar, Index); in scalarizeBinopOrCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1538 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop() local 1544 Constant *NewCElt = NewVecC[ShMask[I]]; in foldVectorBinop() 1556 NewVecC[ShMask[I]] = CElt; in foldVectorBinop() 1578 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1627 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop() local 1633 Constant *NewCElt = NewVecC[ShMask[I]]; in foldVectorBinop() 1645 NewVecC[ShMask[I]] = CElt; in foldVectorBinop() 1667 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 21276 SmallVector<SDValue, 8> NewVecC; in incDecVectorConstant() local 21288 NewVecC.push_back(DAG.getConstant(EltC + (IsInc ? 1 : -1), DL, EltVT)); in incDecVectorConstant() 21291 return DAG.getBuildVector(VT, DL, NewVecC); in incDecVectorConstant()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 22504 SmallVector<SDValue, 8> NewVecC; in incDecVectorConstant() local 22516 NewVecC.push_back(DAG.getConstant(EltC + (IsInc ? 1 : -1), DL, EltVT)); in incDecVectorConstant() 22519 return DAG.getBuildVector(VT, DL, NewVecC); in incDecVectorConstant()
|