Searched refs:SeqLo (Results 1 – 3 of 3) sorted by relevance
836 RISCVMatInt::InstSeq SeqLo = in shouldBeInConstantPool() local838 return !(!SeqLo.empty() && (SeqLo.size() + 2) <= STI.getMaxBuildIntsCost()); in shouldBeInConstantPool()
225 RISCVMatInt::InstSeq SeqLo = in selectImm() local227 if (!SeqLo.empty() && (SeqLo.size() + 2) < Seq.size()) { in selectImm()228 SDValue Lo = selectImmSeq(CurDAG, DL, VT, SeqLo); in selectImm()
6603 RISCVMatInt::InstSeq SeqLo = in lowerConstant() local6605 if (!SeqLo.empty() && (SeqLo.size() + 2) <= Subtarget.getMaxBuildIntsCost()) in lowerConstant()