Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h175 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() function
197 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedLoad()
200 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedStore()
H A DRISCVTargetTransformInfo.cpp333 if (!isLegalMaskedLoadStore(Src, Alignment) || in getMaskedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h245 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore() function
257 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedLoad()
261 return isLegalMaskedLoadStore(DataType, Alignment); in isLegalMaskedStore()