Searched refs:hasDivRemOp (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h74 bool hasDivRemOp(Type *DataType, bool IsSigned);
H A DSystemZTargetTransformInfo.cpp350 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { function in class:SystemZTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp196 bool HasDivRemOp = TTI.hasDivRemOp(E.getType(), E.isSigned());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h208 bool hasDivRemOp(Type *DataType, bool IsSigned);
H A DX86TargetTransformInfo.cpp4156 bool X86TTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { function in class:X86TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h633 bool hasDivRemOp(Type *DataType, bool IsSigned) const;
1327 virtual bool hasDivRemOp(Type *DataType, bool IsSigned) = 0;
1644 bool hasDivRemOp(Type *DataType, bool IsSigned) override {
1645 return Impl.hasDivRemOp(DataType, IsSigned);
H A DTargetTransformInfoImpl.h215 bool hasDivRemOp(Type *DataType, bool IsSigned) { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp416 bool TargetTransformInfo::hasDivRemOp(Type *DataType, bool IsSigned) const { function in class:TargetTransformInfo
417 return TTIImpl->hasDivRemOp(DataType, IsSigned);

Completed in 204 milliseconds