Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3125 unsigned ExtractLane2 = Val2.getConstantOperandVal(1); in tryInsertVectorElt() local
3129 if (Val1.getOperand(0) == Val2.getOperand(0) && ExtractLane2 % 2 == 0 && in tryInsertVectorElt()
3130 ExtractLane1 == ExtractLane2 + 1) { in tryInsertVectorElt()
3132 ARM::ssub_0 + ExtractLane2 / 2, dl, MVT::f32, Val1.getOperand(0)); in tryInsertVectorElt()
3146 ARM::ssub_0 + ExtractLane2 / 2, dl, MVT::f32, Val2.getOperand(0)); in tryInsertVectorElt()
3149 if (ExtractLane2 % 2 != 0) in tryInsertVectorElt()