Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h191 bool isLegalNTStore(Type *DataType, Align Alignment);
HDX86TargetTransformInfo.cpp3378 bool X86TTIImpl::isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore() function in X86TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.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 { in isLegalNTStore() function
1535 return Impl.isLegalNTStore(DataType, Alignment); in isLegalNTStore()
HDTargetTransformInfoImpl.h261 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp309 bool TargetTransformInfo::isLegalNTStore(Type *DataType, in isLegalNTStore() function in TargetTransformInfo
311 return TTIImpl->isLegalNTStore(DataType, Alignment); in isLegalNTStore()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationLegality.cpp746 if (!TTI->isLegalNTStore(VecTy, *Alignment)) { in canVectorizeInstrs()