Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3370 static std::optional<VIDSequence> isSimpleVIDSequence(SDValue Op, in isSimpleVIDSequence()
3723 if (auto SimpleVID = isSimpleVIDSequence(Op, Op.getScalarValueSizeInBits())) { in lowerBuildVectorOfConstants()
17089 // isSimpleVIDSequence this so we avoid overflow. in PerformDAGCombine()
17091 isSimpleVIDSequence(Index, Subtarget.getXLen()); in PerformDAGCombine()
3369 static std::optional<VIDSequence> isSimpleVIDSequence(SDValue Op, isSimpleVIDSequence() function