Home
last modified time | relevance | path

Searched refs:isLegalNTLoad (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h377 bool isLegalNTLoad(Type *DataType, Align Alignment) const override { in isLegalNTLoad() function
381 return BaseT::isLegalNTLoad(DataType, Alignment); in isLegalNTLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h273 bool isLegalNTLoad(Type *DataType, Align Alignment) const override;
H A DX86TargetTransformInfo.cpp6324 bool X86TTIImpl::isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp484 bool TargetTransformInfo::isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() function in TargetTransformInfo
485 return TTIImpl->isLegalNTLoad(DataType, Alignment); in isLegalNTLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h817 LLVM_ABI bool isLegalNTLoad(Type *DataType, Align Alignment) const;
H A DTargetTransformInfoImpl.h328 virtual bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1011 if (!TTI->isLegalNTLoad(VecTy, LD->getAlign())) { in canVectorizeInstrs()