Home
last modified time | relevance | path

Searched refs:ConstantVec (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp398 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
401 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
404 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
407 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
H A DX86ISelLowering.cpp7562 SmallVector<Constant *, 32> ConstantVec; in getConstantVector() local
7564 ConstantVec.push_back(Undefs[I] ? UndefValue::get(Ty) in getConstantVector()
7567 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec)); in getConstantVector()
7590 SmallVector<Constant *, 32> ConstantVec; in getConstantVector() local
7593 ConstantVec.push_back(getConstantScalar(Val)); in getConstantVector()
7595 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec)); in getConstantVector()
42530 SmallVector<Constant *, 32> ConstantVec(NumElts, Zero); in combineTargetShuffle() local
42531 ConstantVec[0] = const_cast<ConstantInt *>(C->getConstantIntValue()); in combineTargetShuffle()
42535 SDValue CP = DAG.getConstantPool(ConstantVector::get(ConstantVec), PVT); in combineTargetShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2062 SDValue ConstantVec = DAG.getBuildVector(ConstantVecTy, dl, Tmp); in LowerHvxBitcast() local
2066 I2V = DAG.getNode(ISD::AND, dl, ConstantVecTy, {I2V, ConstantVec}); in LowerHvxBitcast()