Searched refs:isLegalMaskedLoadStore (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 254 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 D | RISCVTargetTransformInfo.cpp | 969 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 D | AArch64TargetTransformInfo.h | 295 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 D | X86TargetTransformInfo.cpp | 6274 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()
|