Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp475 if (!MA || !TLI->isLegalStridedLoadStore(DataTypeVT, *MA)) in tryCreateStridedLoadStore()
H A DRISCVISelLowering.h806 bool isLegalStridedLoadStore(EVT DataType, Align Alignment) const;
H A DRISCVISelLowering.cpp14901 if (!TLI.isLegalStridedLoadStore(WideVecVT, Align)) in performCONCAT_VECTORSCombine()
20010 bool RISCVTargetLowering::isLegalStridedLoadStore(EVT DataType, in isLegalStridedLoadStore() function in RISCVTargetLowering