Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43888 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local
43892 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()
43894 SDLoc dl(InputVector); in combineExtractVectorElt()
43925 InputVector.getOperand(2) == EltIdx) { in combineExtractVectorElt()
43928 SDValue Scl = InputVector.getOperand(1); in combineExtractVectorElt()
43940 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()
43942 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()
43946 return DAG.getBitcast(VT, InputVector); in combineExtractVectorElt()
43950 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()
43952 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()
[all …]