Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h258 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() function
271 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedLoad()
275 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h220 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() function
239 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedLoad()
242 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedStore()
H A DRISCVTargetTransformInfo.cpp614 if (!isLegalMaskedLoadStore(Src, Alignment) || in getMaskedMemoryOpCost()
1953 if (!isLegalMaskedLoadStore(DataTy, Alignment)) in isLegalMaskedCompressStore()