Home
last modified time | relevance | path

Searched defs:isLegalStridedLoadStore (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h279 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) { in isLegalStridedLoadStore() function
H A DRISCVISelLowering.cpp21654 bool RISCVTargetLowering::isLegalStridedLoadStore(EVT DataType, isLegalStridedLoadStore() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h322 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) const { in isLegalStridedLoadStore() function
H A DTargetTransformInfo.h2429 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) override { in isLegalStridedLoadStore() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp519 bool TargetTransformInfo::isLegalStridedLoadStore(Type *DataType, in isLegalStridedLoadStore() function in TargetTransformInfo