Searched defs:isLegalStridedLoadStore (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVTargetTransformInfo.h | 279 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) { isLegalStridedLoadStore() function |
H A D | RISCVISelLowering.cpp | 21592 bool RISCVTargetLowering::isLegalStridedLoadStore(EVT DataType, isLegalStridedLoadStore() function in RISCVTargetLowering |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 320 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) const { isLegalStridedLoadStore() function |
H A D | TargetTransformInfo.h | 2404 bool isLegalStridedLoadStore(Type *DataType, Align Alignment) override { isLegalStridedLoadStore() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 515 bool TargetTransformInfo::isLegalStridedLoadStore(Type *DataType, isLegalStridedLoadStore() function in TargetTransformInfo |