Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp910 Value *Ins0, *Ins1; in scalarizeBinopOrCmp() local
911 if (!match(&I, m_BinOp(m_Value(Ins0), m_Value(Ins1))) && in scalarizeBinopOrCmp()
912 !match(&I, m_Cmp(Pred, m_Value(Ins0), m_Value(Ins1)))) in scalarizeBinopOrCmp()
938 if (!match(Ins1, m_InsertElt(m_Constant(VecC1), m_Value(V1), in scalarizeBinopOrCmp()
940 !match(Ins1, m_Constant(VecC1))) in scalarizeBinopOrCmp()
989 (IsConst1 ? 0 : !Ins1->hasOneUse() * InsertCost); in scalarizeBinopOrCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3088 SDValue Ins1 = SDValue(N, 0); in tryInsertVectorElt() local
3090 EVT VT = Ins1.getValueType(); in tryInsertVectorElt()
3092 !isa<ConstantSDNode>(Ins1.getOperand(2)) || in tryInsertVectorElt()
3097 unsigned Lane1 = Ins1.getConstantOperandVal(2); in tryInsertVectorElt()
3104 SDValue Val1 = Ins1.getOperand(1); in tryInsertVectorElt()
3132 ReplaceUses(Ins1, NewIns); in tryInsertVectorElt()
3151 ReplaceUses(Ins1, NewIns); in tryInsertVectorElt()
3163 ReplaceUses(Ins1, NewIns); in tryInsertVectorElt()