Lines Matching refs:InputVector
41254 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local
41258 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()
41260 SDLoc dl(InputVector); in combineExtractVectorElt()
41272 if (getTargetConstantBitsFromNode(InputVector, VecEltBitWidth, UndefVecElts, in combineExtractVectorElt()
41289 if ((InputVector.getOpcode() == X86ISD::PINSRB || in combineExtractVectorElt()
41290 InputVector.getOpcode() == X86ISD::PINSRW) && in combineExtractVectorElt()
41291 InputVector.getOperand(2) == EltIdx) { in combineExtractVectorElt()
41292 assert(SrcVT == InputVector.getOperand(0).getValueType() && in combineExtractVectorElt()
41294 SDValue Scl = InputVector.getOperand(1); in combineExtractVectorElt()
41306 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()
41308 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()
41312 return DAG.getBitcast(VT, InputVector); in combineExtractVectorElt()
41316 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()
41318 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()
41358 unsigned ResNo = InputVector.getResNo(); in combineExtractVectorElt()
41369 if (all_of(InputVector->uses(), IsBoolExtract) && in combineExtractVectorElt()
41373 combineBitcastvxi1(DAG, BCVT, InputVector, dl, Subtarget)) { in combineExtractVectorElt()