Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h254 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) const { in isLegalMaskedLoadStore() function
273 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedLoad()
277 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedStore()
H A DRISCVTargetTransformInfo.cpp969 if (!isLegalMaskedLoadStore(Src, Alignment) || in getMaskedMemoryOpCost()
2685 if (!isLegalMaskedLoadStore(DataTy, Alignment)) in isLegalMaskedExpandLoad()
2703 if (!isLegalMaskedLoadStore(DataTy, Alignment)) in isLegalMaskedCompressStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h295 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) const { in isLegalMaskedLoadStore() function
309 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedLoad()
314 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6274 static bool isLegalMaskedLoadStore(Type *ScalarTy, const X86Subtarget *ST) { in isLegalMaskedLoadStore() function
6308 return isLegalMaskedLoadStore(ScalarTy, ST); in isLegalMaskedLoad()
6321 return isLegalMaskedLoadStore(ScalarTy, ST); in isLegalMaskedStore()