Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45072 SDValue InputVector = N->getOperand(0); in combineExtractVectorElt() local
45076 EVT SrcVT = InputVector.getValueType(); in combineExtractVectorElt()
45078 SDLoc dl(InputVector); in combineExtractVectorElt()
45122 InputVector.getOperand(2) == EltIdx) { in combineExtractVectorElt()
45125 SDValue Scl = InputVector.getOperand(1); in combineExtractVectorElt()
45137 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()
45139 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()
45143 return DAG.getBitcast(VT, InputVector); in combineExtractVectorElt()
45147 if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() && in combineExtractVectorElt()
45149 SDValue MMXSrc = InputVector.getOperand(0); in combineExtractVectorElt()
[all …]