Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h279 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) { isLegalStridedLoadStore() function
H A DRISCVISelLowering.cpp21592 bool RISCVTargetLowering::isLegalStridedLoadStore(EVT DataType, isLegalStridedLoadStore() function in RISCVTargetLowering
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h320 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) const { isLegalStridedLoadStore() function
H A DTargetTransformInfo.h2404 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) override { isLegalStridedLoadStore() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp515 bool TargetTransformInfo::isLegalStridedLoadStore(Type *DataType, isLegalStridedLoadStore() function in TargetTransformInfo