Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h388 unsigned getMaxLoadsPerMemcmp(bool OptSize) const { in getMaxLoadsPerMemcmp() function
H A DRISCVISelLowering.cpp1684 MaxLoadsPerMemcmpOptSize = Subtarget.getMaxLoadsPerMemcmp(/*OptSize=*/true); in RISCVTargetLowering()
1685 MaxLoadsPerMemcmp = Subtarget.getMaxLoadsPerMemcmp(/*OptSize=*/false); in RISCVTargetLowering()