Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp402 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
405 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
408 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
411 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
H A DX86ISelLowering.cpp9501 SmallVector<Constant *, 32> ConstantVec; in getConstantVector() local
9516 ConstantVec.push_back(Const); in getConstantVector()
9518 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec)); in getConstantVector()
40136 SmallVector<Constant *, 32> ConstantVec(NumElts, Zero); in combineTargetShuffle() local
40137 ConstantVec[0] = const_cast<ConstantInt *>(C->getConstantIntValue()); in combineTargetShuffle()
40141 SDValue CP = DAG.getConstantPool(ConstantVector::get(ConstantVec), PVT); in combineTargetShuffle()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1887 SDValue ConstantVec = DAG.getBuildVector(ConstantVecTy, dl, Tmp); in LowerHvxBitcast() local
1891 I2V = DAG.getNode(ISD::AND, dl, ConstantVecTy, {I2V, ConstantVec}); in LowerHvxBitcast()