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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h190 bool isLegalNTLoad(Type *DataType, Align Alignment);
H A DX86TargetTransformInfo.cpp3367 bool X86TTIImpl::isLegalNTLoad(Type *DataType, Align Alignment) { function in class:X86TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h597 bool isLegalNTLoad(Type *DataType, Align Alignment) const;
1239 virtual bool isLegalNTLoad(Type *DataType, Align Alignment) = 0;
1537 bool isLegalNTLoad(Type *DataType, Align Alignment) override {
1538 return Impl.isLegalNTLoad(DataType, Alignment);
H A DTargetTransformInfoImpl.h268 bool isLegalNTLoad(Type *DataType, Align Alignment) { function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp314 bool TargetTransformInfo::isLegalNTLoad(Type *DataType, Align Alignment) const { function in class:TargetTransformInfo
315 return TTIImpl->isLegalNTLoad(DataType, Alignment);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp763 if (!TTI->isLegalNTLoad(VecTy, *Alignment)) {

Completed in 99 milliseconds