Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41254 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local
41258 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()
41260 SDLoc dl(InputVector); in combineExtractVectorElt()
41291 InputVector.getOperand(2) == EltIdx) { 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()
[all …]