Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3112 unsigned ExtractLane2 = Val2.getConstantOperandVal(1); in tryInsertVectorElt() local
3116 if (Val1.getOperand(0) == Val2.getOperand(0) && ExtractLane2 % 2 == 0 && in tryInsertVectorElt()
3117 ExtractLane1 == ExtractLane2 + 1) { in tryInsertVectorElt()
3119 ARM::ssub_0 + ExtractLane2 / 2, dl, MVT::f32, Val1.getOperand(0)); in tryInsertVectorElt()
3133 ARM::ssub_0 + ExtractLane2 / 2, dl, MVT::f32, Val2.getOperand(0)); in tryInsertVectorElt()
3136 if (ExtractLane2 % 2 != 0) in tryInsertVectorElt()