Searched refs:Lane2 (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 3102 unsigned Lane2 = Ins2.getConstantOperandVal(2); in tryInsertVectorElt() local 3103 if (Lane2 % 2 != 0 || Lane1 != Lane2 + 1) in tryInsertVectorElt() 3134 ARM::ssub_0 + Lane2 / 2, dl, VT, Ins2.getOperand(0), in tryInsertVectorElt() 3153 CurDAG->getTargetInsertSubreg(ARM::ssub_0 + Lane2 / 2, dl, MVT::v4f32, in tryInsertVectorElt() 3165 CurDAG->getTargetInsertSubreg(ARM::ssub_0 + Lane2 / 2, dl, MVT::v4f32, in tryInsertVectorElt()
|