Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1621 unsigned SlideCost = Opcode == Instruction::InsertElement ? 2 : 1; in getVectorInstrCost() local
1633 SlideCost = 0; in getVectorInstrCost()
1635 SlideCost = 1; // With a constant index, we do not need to use addi. in getVectorInstrCost()
1661 return BaseCost + SlideCost; in getVectorInstrCost()