Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp249 bool RISCVSubtarget::useLoadStorePairs() const { in useLoadStorePairs() function in RISCVSubtarget
H A DRISCVSubtarget.h202 bool useLoadStorePairs() const;
H A DRISCVLoadStoreOptimizer.cpp95 if (!Subtarget.useLoadStorePairs()) in INITIALIZE_PASS()