Searched refs:SeqLo (Results 1 – 3 of 3) sorted by relevance
581 RISCVMatInt::InstSeq SeqLo = in shouldBeInConstantPool() local583 return !(!SeqLo.empty() && (SeqLo.size() + 2) <= STI.getMaxBuildIntsCost()); in shouldBeInConstantPool()
222 RISCVMatInt::InstSeq SeqLo = in selectImm() local224 if (!SeqLo.empty() && (SeqLo.size() + 2) < Seq.size()) { in selectImm()225 SDValue Lo = selectImmSeq(CurDAG, DL, VT, SeqLo); in selectImm()
5649 RISCVMatInt::InstSeq SeqLo = in lowerConstant() 5651 if (!SeqLo.empty() && (SeqLo.size() + 2) <= Subtarget.getMaxBuildIntsCost()) in lowerConstant() 5648 RISCVMatInt::InstSeq SeqLo = lowerConstant() local