Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp581 RISCVMatInt::InstSeq SeqLo = in shouldBeInConstantPool() local
583 return !(!SeqLo.empty() && (SeqLo.size() + 2) <= STI.getMaxBuildIntsCost()); in shouldBeInConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp222 RISCVMatInt::InstSeq SeqLo = in selectImm() local
224 if (!SeqLo.empty() && (SeqLo.size() + 2) < Seq.size()) { in selectImm()
225 SDValue Lo = selectImmSeq(CurDAG, DL, VT, SeqLo); in selectImm()
H A DRISCVISelLowering.cpp5649 RISCVMatInt::InstSeq SeqLo = in lowerConstant()
5651 if (!SeqLo.empty() && (SeqLo.size() + 2) <= Subtarget.getMaxBuildIntsCost()) in lowerConstant()
5648 RISCVMatInt::InstSeq SeqLo = lowerConstant() local