reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
36388   EVT SrcVT = InputVector.getValueType();
36390   SDLoc dl(InputVector);
36401     if (getTargetConstantBitsFromNode(InputVector, VecEltBitWidth, UndefVecElts,
36418     if ((InputVector.getOpcode() == X86ISD::PINSRB ||
36419          InputVector.getOpcode() == X86ISD::PINSRW) &&
36420         InputVector.getOperand(2) == EltIdx) {
36421       assert(SrcVT == InputVector.getOperand(0).getValueType() &&
36423       SDValue Scl = InputVector.getOperand(1);
36438   if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() &&
36438   if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() &&
36440     SDValue MMXSrc = InputVector.getOperand(0);
36444       return DAG.getBitcast(VT, InputVector);
36448   if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() &&
36448   if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() &&
36450     SDValue MMXSrc = InputVector.getOperand(0);
36490     if (all_of(InputVector->uses(), IsBoolExtract) &&
36495               combineBitcastvxi1(DAG, BCVT, InputVector, dl, Subtarget)) {