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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h202 bool isLegalNTLoad(Type *DataType, Align Alignment);
H A DX86TargetTransformInfo.cpp4048 bool X86TTIImpl::isLegalNTLoad(Type *DataType, Align Alignment) { function in class:X86TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h616 bool isLegalNTLoad(Type *DataType, Align Alignment) const;
1322 virtual bool isLegalNTLoad(Type *DataType, Align Alignment) = 0;
1629 bool isLegalNTLoad(Type *DataType, Align Alignment) override {
1630 return Impl.isLegalNTLoad(DataType, Alignment);
H A DTargetTransformInfoImpl.h200 bool isLegalNTLoad(Type *DataType, Align Alignment) { function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp394 bool TargetTransformInfo::isLegalNTLoad(Type *DataType, Align Alignment) const { function in class:TargetTransformInfo
395 return TTIImpl->isLegalNTLoad(DataType, Alignment);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp788 if (!TTI->isLegalNTLoad(VecTy, LD->getAlign())) {

Completed in 502 milliseconds