Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2685 unsigned DLenFactor = Subtarget.getDLenFactor(); in getLMULCost() local
2693 Cost = LMul <= DLenFactor ? (DLenFactor / LMul) : 1; in getLMULCost()
2695 Cost = (LMul * DLenFactor); in getLMULCost()
2697 Cost = divideCeil(VT.getSizeInBits(), Subtarget.getRealMinVLen() / DLenFactor); in getLMULCost()