Searched refs:isLegalNTStore (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h191 bool isLegalNTStore(Type *DataType, Align Alignment);
H A DX86TargetTransformInfo.cpp3378 bool X86TTIImpl::isLegalNTStore(Type *DataType, Align Alignment) { function in class:X86TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h595 bool isLegalNTStore(Type *DataType, Align Alignment) const;
1238 virtual bool isLegalNTStore(Type *DataType, Align Alignment) = 0;
1534 bool isLegalNTStore(Type *DataType, Align Alignment) override {
1535 return Impl.isLegalNTStore(DataType, Alignment);
H A DTargetTransformInfoImpl.h261 bool isLegalNTStore(Type *DataType, Align Alignment) { function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp309 bool TargetTransformInfo::isLegalNTStore(Type *DataType, function in class:TargetTransformInfo
311 return TTIImpl->isLegalNTStore(DataType, Alignment);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp746 if (!TTI->isLegalNTStore(VecTy, *Alignment)) {

Completed in 240 milliseconds