Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp592 InstructionCost SecondSlideCost = 0; in getSlideCost() local
595 SecondSlideCost = getRISCVInstructionCost(Opcode, LT.second, CostKind); in getSlideCost()
597 SecondSlideCost = in getSlideCost()
605 return FirstSlideCost + SecondSlideCost + MaskCost; in getSlideCost()